Searched refs:VM_PROT_NONE (Results 1 - 25 of 25) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_prot.h81 #define VM_PROT_NONE ((vm_prot_t) 0x00) macro
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_kern.c431 kma_prot, VM_PROT_NONE, ((flags & KMA_KSTACK) ? VM_MEM_STACK : 0), TRUE);
821 PMAP_ENTER(kernel_pmap, map_start, mem, protection, VM_PROT_NONE, 0, TRUE);
941 VM_PROT_NONE, VM_PROT_NONE,
H A Dvm_apple_protect.c516 VM_PROT_NONE,
532 VM_PROT_NONE,
H A Dvm_fault.c1006 if (fault_type == VM_PROT_NONE) {
1485 wants_copy_flag = VM_PROT_NONE;
4104 rc = vm_fault(map, va, VM_PROT_NONE, TRUE,
4179 (void) vm_fault(map, va, VM_PROT_NONE,
4197 prot = VM_PROT_NONE;
4207 VM_PROT_NONE, TRUE,
4651 assert ((dst_prot & VM_PROT_WRITE) != VM_PROT_NONE);
4753 assert ((src_prot & VM_PROT_READ) != VM_PROT_NONE);
H A Dvm_swapfile_pager.c415 VM_PROT_NONE,
H A Dvm_user.c1087 * [ To unwire the pages, specify VM_PROT_NONE. ]
1110 if (access != VM_PROT_NONE) {
1126 * [ To unwire the pages, specify VM_PROT_NONE. ]
1151 } else if (access != VM_PROT_NONE) {
2632 user_entry->protection = VM_PROT_NONE;
3153 vm_fault(map, map_offset, VM_PROT_NONE,
H A Dvm_pageout.c4778 PMAP_ENTER(map->pmap, addr, m, VM_PROT_ALL, VM_PROT_NONE, 0, TRUE);
6424 PMAP_NULL, 0, VM_PROT_NONE);
6677 map_entry->protection = VM_PROT_NONE;
6678 map_entry->max_protection = VM_PROT_NONE;
6790 VM_PROT_NONE,
6880 VM_PROT_NONE,
H A Dvm_map.c2033 max_protection != VM_PROT_NONE &&
4789 VM_PROT_NONE);
4822 VM_PROT_NONE);
5213 VM_PROT_NONE);
6915 VM_PROT_NONE);
7804 if (((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE &&
8001 if ((((src_entry->protection & VM_PROT_READ) == VM_PROT_NONE) &&
8431 (last->max_protection & VM_PROT_READ) == VM_PROT_NONE) {
9038 if (fault_type == VM_PROT_NONE) {
H A Dvm_object.c2974 if (prot == VM_PROT_NONE) {
H A Dvm_resident.c772 VM_PROT_READ|VM_PROT_WRITE, VM_PROT_NONE,
/darwin-on-arm/xnu/osfmk/kern/
H A Dgzalloc.c112 vm_prot_t gzalloc_prot = VM_PROT_NONE;
/darwin-on-arm/xnu/osfmk/device/
H A Diokit_rpc.c576 pmap_enter(pmap, va + off, ppnum, prot, VM_PROT_NONE, flags, TRUE);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mman.c1051 result = vm_map_wire(user_map, addr, addr+size, VM_PROT_NONE, TRUE);
1077 result = mach_vm_wire(host_priv_self(), user_map, addr, size, VM_PROT_NONE);
H A Dposix_shm.c926 VM_PROT_NONE,
927 VM_PROT_NONE,
H A Dsysv_shm.c465 VM_PROT_NONE,
466 VM_PROT_NONE,
H A Dmach_loader.c926 (scp->initprot & VM_PROT_ALL) == VM_PROT_NONE &&
927 (scp->maxprot & VM_PROT_ALL) == VM_PROT_NONE) {
H A Dkern_resource.c833 FALSE, VM_PROT_NONE);
H A Dpthread_synch.c266 kret = mach_vm_protect(vmap, stackaddr, PTH_DEFAULT_GUARDSIZE, FALSE, VM_PROT_NONE);
1086 kret = mach_vm_protect(wq->wq_map, stackaddr, PTH_DEFAULT_GUARDSIZE, FALSE, VM_PROT_NONE);
H A Dkern_exec.c3459 VM_PROT_NONE);
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c274 (ppnum_t) i386_btop(start_addr), prot, VM_PROT_NONE, flags, TRUE); local
1264 if (prot == VM_PROT_NONE) {
1345 pmap_enter(pmap, va, pa, prot, VM_PROT_NONE, attr, TRUE);
/darwin-on-arm/xnu/osfmk/i386/
H A Dlapic_native.c144 VM_PROT_NONE, local
H A Dpmap.c497 (ppnum_t) i386_btop(start_addr), prot, VM_PROT_NONE, flags, FALSE); local
1687 if (prot == VM_PROT_NONE) {
1761 pmap_enter(pmap, va, pa, prot, VM_PROT_NONE, attr, TRUE);
/darwin-on-arm/xnu/tools/tests/superpages/
H A Dtestsp.c393 kr = mach_vm_wire(mach_host_self(), mach_task_self(), addr, size, VM_PROT_NONE);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c200 reprotect = VM_PROT_NONE;
211 if (reprotect != VM_PROT_NONE) {
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c2232 pmap_enter(pmap, va, pa, prot, VM_PROT_NONE, attr, TRUE);
3861 * Remove PTEs if they're set to VM_PROT_NONE.
3866 if (prot == VM_PROT_NONE) {

Completed in 162 milliseconds