Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_phantom_cache.c87 #define vm_phantom_hash(obj_id, offset) (\ macro
234 ghost_hash_index = vm_phantom_hash(vpce->g_obj_id, vpce->g_obj_offset); in vm_phantom_cache_add_ghost()
262 ghost_hash_index = vm_phantom_hash(vpce->g_obj_id, vpce->g_obj_offset); in vm_phantom_cache_add_ghost()
295 ghost_index = vm_phantom_cache_hash[vm_phantom_hash(g_obj_id, g_obj_offset)]; in vm_phantom_cache_lookup_ghost()