Searched refs:VM_PROT_IS_MASK (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dvm_prot.h146 #define VM_PROT_IS_MASK ((vm_prot_t) 0x40) macro
/macosx-10.10.1/WebKit2-7600.1.25/Platform/mac/
H A DSharedMemoryMac.cpp129 kern_return_t kr = mach_make_memory_entry_64(mach_task_self(), &memoryObjectSize, toVMAddress(data), VM_PROT_DEFAULT | VM_PROT_IS_MASK, &port, MACH_PORT_NULL);
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Ddata.c536 flags = VM_PROT_DEFAULT|VM_PROT_IS_MASK|MAP_MEM_VM_COPY;
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_map.c2495 mask_cur_protection = cur_protection & VM_PROT_IS_MASK;
2496 mask_max_protection = max_protection & VM_PROT_IS_MASK;
2497 cur_protection &= ~VM_PROT_IS_MASK;
2498 max_protection &= ~VM_PROT_IS_MASK;
9995 mask_protections = (fault_type & VM_PROT_IS_MASK) ? TRUE : FALSE;
H A Dvm_user.c1935 mask_protections = permission & VM_PROT_IS_MASK;

Completed in 148 milliseconds