Searched refs:vm_protect (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_vm.c130 vm_protect( function
/darwin-on-arm/xnu/osfmk/mach/
H A Dmach_vm.defs163 routine PREFIX(vm_protect) (
322 * the inheritance attributes specified; see the vm_protect and
H A Dvm_map.defs149 routine PREFIX(vm_protect)(
273 * the inheritance attributes specified; see the vm_protect and
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dmachvm_tests.c57 kret = vm_protect(mach_task_self(), (vm_offset_t)regionbuffers[5], regionsizes[5]*pagesize, FALSE, VM_PROT_READ);
59 warnx("vm_protect of %d pages failed: %d", regionsizes[5], kret);
/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dcommpage.c167 kr = vm_protect(kernel_map, kernel_addr, area_used, FALSE, VM_PROT_READ | VM_PROT_WRITE);
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.save564 vm_protect(0, 4096, 3);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_user.c382 * vm_protect -
389 vm_protect( function

Completed in 118 milliseconds