Go to the documentation of this file.
66 #ifndef _MACH_VM_PROT_H_
67 #define _MACH_VM_PROT_H_
81 #define VM_PROT_NONE ((vm_prot_t) 0x00)
83 #define VM_PROT_READ ((vm_prot_t) 0x01)
84 #define VM_PROT_WRITE ((vm_prot_t) 0x02)
85 #define VM_PROT_EXECUTE ((vm_prot_t) 0x04)
91 #define VM_PROT_DEFAULT (VM_PROT_READ|VM_PROT_WRITE)
97 #define VM_PROT_ALL (VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE)
106 #define VM_PROT_NO_CHANGE ((vm_prot_t) 0x08)
116 #define VM_PROT_COPY ((vm_prot_t) 0x10)
130 #define VM_PROT_WANTS_COPY ((vm_prot_t) 0x10)
138 #define VM_PROT_TRUSTED ((vm_prot_t) 0x20)
146 #define VM_PROT_IS_MASK ((vm_prot_t) 0x40)
157 #define VM_PROT_STRIP_READ ((vm_prot_t) 0x80)
158 #define VM_PROT_EXECUTE_ONLY (VM_PROT_EXECUTE|VM_PROT_STRIP_READ)
grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:01:51