Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/vm/
H A Dvm_phantom_cache.c77 vm_phantom_hash_entry_t *vm_phantom_cache_hash; variable
143 kmem_alloc(kernel_map, (vm_offset_t *)&vm_phantom_cache_hash, in vm_phantom_cache_init()
245 nvpce = &vm_phantom_cache[vm_phantom_cache_hash[ghost_hash_index]]; in vm_phantom_cache_add_ghost()
248 vm_phantom_cache_hash[ghost_hash_index] = vpce->g_next_index; in vm_phantom_cache_add_ghost()
272 vpce->g_next_index = vm_phantom_cache_hash[ghost_hash_index]; in vm_phantom_cache_add_ghost()
273 vm_phantom_cache_hash[ghost_hash_index] = ghost_index; in vm_phantom_cache_add_ghost()
304 ghost_index = vm_phantom_cache_hash[vm_phantom_hash(g_obj_id, g_obj_offset)]; in vm_phantom_cache_lookup_ghost()