Home
last modified time | relevance | path

Searched defs:VM_PROT_READ (Results 1 – 2 of 2) sorted by relevance

/minix3/sys/uvm/
H A Duvm_prot.h84 #define VM_PROT_READ ((vm_prot_t) 0x01) /* read permission */ macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h528 VM_PROT_READ = 0x1, enumerator