Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_map.h526 /* boolean_t */ switch_protect:1, /* Protect map from write faults while switched */ member
H A Dvm_fault.c3102 map_is_switch_protected = current_thread()->map->switch_protect; in vm_fault_validate_cs()
H A Dvm_map.c1358 result->switch_protect = FALSE; in vm_map_create_options()
20344 map->switch_protect = val; in vm_map_switch_protect()