Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_map.h457 vm_prot_ut access_type,
H A Dvm_map.c6351 vm_prot_t access_type; in vm_map_wire_nested() local
6379 access_type = (caller_prot & (VM_PROT_ALL | VM_PROT_ALLEXEC)); in vm_map_wire_nested()
6580 (access_type | extra_prots), in vm_map_wire_nested()
6691 if ((entry->protection & access_type) != access_type) { in vm_map_wire_nested()
6962 if ((entry->protection & access_type) != access_type) { in vm_map_wire_nested()
/xnu-11215/tests/
H A Dos_thread_self_restrict_pagers.c169 does_access_fault(access_type_t access_type, void * addr, uint32_t value) in does_access_fault() argument
199 switch (access_type) { in does_access_fault()
/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation_kern.c369 vm_prot_t access_type,
/xnu-11215/libkern/c++/
H A DOSKext.cpp7912 vm_prot_t access_type, argument
7916 #pragma unused(kext_mh,map,start,end,access_type,user_wire,kc_type)
7954 vm_prot_t access_type, argument
7962 return vm_map_wire_kernel(map, start, end, access_type, VM_KERN_MEMORY_KEXT, user_wire);