HomeSort by: relevance | last modified time | path
    Searched defs:vm_prot_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_prot.h 73 * vm_prot_t VM protection values.
76 typedef int vm_prot_t; typedef in typeref:typename:int
79 * Protection values, defined as bits within the vm_prot_t type
82 #define VM_PROT_NONE ((vm_prot_t) 0x00)
84 #define VM_PROT_READ ((vm_prot_t) 0x01) /* read permission */
85 #define VM_PROT_WRITE ((vm_prot_t) 0x02) /* write permission */
86 #define VM_PROT_EXECUTE ((vm_prot_t) 0x04) /* execute permission */
uvm_prot.h 73 * vm_prot_t VM protection values.
76 typedef int vm_prot_t; typedef in typeref:typename:int
79 * Protection values, defined as bits within the vm_prot_t type
82 #define VM_PROT_NONE ((vm_prot_t) 0x00)
84 #define VM_PROT_READ ((vm_prot_t) 0x01) /* read permission */
85 #define VM_PROT_WRITE ((vm_prot_t) 0x02) /* write permission */
86 #define VM_PROT_EXECUTE ((vm_prot_t) 0x04) /* execute permission */

Completed in 23 milliseconds