Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_phantom_cache.c205 if ((vpce = vm_phantom_cache_lookup_ghost(m, 0))) { in vm_phantom_cache_add_ghost()
278 vm_phantom_cache_lookup_ghost(vm_page_t m, uint32_t pg_mask) in vm_phantom_cache_lookup_ghost() function
339 if ((vpce = vm_phantom_cache_lookup_ghost(m, pg_mask))) { in vm_phantom_cache_update()
H A Dvm_phantom_cache.h50 extern vm_ghost_t vm_phantom_cache_lookup_ghost(vm_page_t, uint32_t);