Searched refs:g_obj_id (Results 1 – 2 of 2) sorted by relevance
227 if (vpce->g_obj_id) { in vm_phantom_cache_add_ghost()234 ghost_hash_index = vm_phantom_hash(vpce->g_obj_id, vpce->g_obj_offset); in vm_phantom_cache_add_ghost()260 vpce->g_obj_id = object->phantom_object_id; 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()281 uint32_t g_obj_id; in vm_phantom_cache_lookup_ghost() local287 if ((g_obj_id = object->phantom_object_id) == 0) { in vm_phantom_cache_lookup_ghost()295 ghost_index = vm_phantom_cache_hash[vm_phantom_hash(g_obj_id, g_obj_offset)]; in vm_phantom_cache_lookup_ghost()302 if (vpce->g_obj_id == g_obj_id && vpce->g_obj_offset == g_obj_offset) { in vm_phantom_cache_lookup_ghost()
42 uint32_t g_obj_id; member