Home | History | Annotate | Download | only in qemu

Lines Matching defs:phys_offset

150     ram_addr_t phys_offset;
379 pd[i].phys_offset = IO_MEM_UNASSIGNED;
1356 pd = p->phys_offset;
2009 pd = p->phys_offset;
2363 If (phys_offset & ~TARGET_PAGE_MASK) != 0, then it is an
2371 ram_addr_t phys_offset,
2382 kvm_set_phys_mem(start_addr, size, phys_offset);
2385 hax_set_phys_mem(start_addr, size, phys_offset);
2388 if (phys_offset == IO_MEM_UNASSIGNED) {
2398 if (p && p->phys_offset != IO_MEM_UNASSIGNED) {
2399 ram_addr_t orig_memory = p->phys_offset;
2408 &p->phys_offset, orig_memory,
2414 subpage_register(subpage, start_addr2, end_addr2, phys_offset,
2418 p->phys_offset = phys_offset;
2419 if ((phys_offset & ~TARGET_PAGE_MASK) <= IO_MEM_ROM ||
2420 (phys_offset & IO_MEM_ROMD))
2421 phys_offset += TARGET_PAGE_SIZE;
2425 p->phys_offset = phys_offset;
2427 if ((phys_offset & ~TARGET_PAGE_MASK) <= IO_MEM_ROM ||
2428 (phys_offset & IO_MEM_ROMD)) {
2429 phys_offset += TARGET_PAGE_SIZE;
2439 &p->phys_offset, IO_MEM_UNASSIGNED,
2442 phys_offset, region_offset);
2467 return p->phys_offset;
3344 pd = p->phys_offset;
3435 pd = p->phys_offset;
3532 pd = p->phys_offset;
3607 pd = p->phys_offset;
3639 pd = p->phys_offset;
3694 pd = p->phys_offset;
3730 pd = p->phys_offset;
3763 phys_offset;