Home
last modified time | relevance | path

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

/external/qemu/
Dexec.c347 static PhysPageDesc *phys_page_find_alloc(target_phys_addr_t index, int alloc) in phys_page_find_alloc() function
388 return phys_page_find_alloc(index, 0); in phys_page_find()
2385 p = phys_page_find_alloc(addr >> TARGET_PAGE_BITS, 1); in cpu_register_physical_memory_offset()