Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/mach/
H A Dmach_vm.c146 vm_protect( in vm_protect() function
/xnu-8019.80.24/osfmk/mach/
H A Dvm_map.defs163 routine PREFIX(vm_protect)(
287 * the inheritance attributes specified; see the vm_protect and
H A Dmach_vm.defs177 routine PREFIX(vm_protect) (
336 * the inheritance attributes specified; see the vm_protect and
/xnu-8019.80.24/osfmk/i386/commpage/
H A Dcommpage.c215 kr = vm_protect(kernel_map, kernel_addr, area_used, FALSE, VM_PROT_READ | VM_PROT_WRITE); in commpage_allocate()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_tests.c596 kr = vm_protect(test_map, in vm_test_4k()
H A Dvm_user.c490 vm_protect( in vm_protect() function
H A Dvm_map.c21780 kr = vm_protect(kernel_map, in vm_map_corpse_footprint_collect_done()
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c2701 vm_protect(kernel_map, 0, PAGE_SIZE, TRUE, VM_PROT_NONE); in pmap_init()