Lines Matching defs:page
1016 uint32_t page = address & TARGET_PAGE_MASK;
1023 phys = cpu_get_phys_page_debug(env, page);
1024 buffer.data = qemu_get_ram_ptr(phys) + (address - page);
1036 uint32_t page = address & TARGET_PAGE_MASK;
1043 phys = cpu_get_phys_page_debug(env, page);
1044 buffer.data = qemu_get_ram_ptr(phys) + (address - page);