Searched refs:VM_PROT_NONE (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/include/vm/
H A Dvm.h75 #define VM_PROT_NONE ((vm_prot_t) 0x00) macro
H A Dvm_map.c2638 if ((rv = vm_fault(map, faddr, VM_PROT_NONE,
4013 if ((fault_type & prot) != fault_type || prot == VM_PROT_NONE) {

Completed in 71 milliseconds