Home
last modified time | relevance | path

Searched refs:phys_page_find (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dexec.c396 static inline PhysPageDesc *phys_page_find(target_phys_addr_t index) in phys_page_find() function
1343 p = phys_page_find(addr >> TARGET_PAGE_BITS); in breakpoint_invalidate()
1992 p = phys_page_find(paddr >> TARGET_PAGE_BITS); in tlb_set_page_exec()
2377 p = phys_page_find(addr >> TARGET_PAGE_BITS); in cpu_register_physical_memory_offset()
2443 p = phys_page_find(addr >> TARGET_PAGE_BITS); in cpu_get_physical_page_desc()
3104 p = phys_page_find(page >> TARGET_PAGE_BITS); in cpu_physical_memory_rw()
3201 p = phys_page_find(page >> TARGET_PAGE_BITS); in cpu_physical_memory_write_rom()
3297 p = phys_page_find(page >> TARGET_PAGE_BITS); in cpu_physical_memory_map()
3378 p = phys_page_find(addr >> TARGET_PAGE_BITS); in ldl_phys()
3410 p = phys_page_find(addr >> TARGET_PAGE_BITS); in ldq_phys()
[all …]