Searched refs:VM_PROT_NONE (Results 1 – 3 of 3) sorted by relevance
81 #define VM_PROT_NONE ((vm_prot_t) 0x00) macro
112 *reprotection_value = VM_PROT_NONE;579 vm_prot_t reprotection_value = VM_PROT_NONE;
4276 pub const VM_PROT_NONE: ::vm_prot_t = 0x00; constant