Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/vm/
H A Dvm_user.c2869 user_entry->is_fully_owned = fully_owned; in mach_make_memory_entry_internal()
2933 user_entry->is_fully_owned = TRUE; in mach_make_memory_entry_internal()
2941 user_entry->is_fully_owned = FALSE; in mach_make_memory_entry_internal()
3184 user_entry->is_fully_owned = TRUE; in mach_make_memory_entry_internal()
3191 user_entry->is_fully_owned = FALSE; in mach_make_memory_entry_internal()
3202 user_entry->is_fully_owned = TRUE; in mach_make_memory_entry_internal()
3508 user_entry->is_fully_owned = TRUE; in mach_memory_object_memory_entry_64()
3800 !mem_entry->is_fully_owned) { in mach_memory_entry_ownership()
H A Dvm_map.h178 /* boolean_t */ is_fully_owned:1; /* ... all objects are owned */ member