Searched refs:VM_PROT_COPY (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/vm/
H A Dvm.h79 #define VM_PROT_COPY ((vm_prot_t) 0x08) /* copy-on-read */ macro
H A Dvm_fault.c352 fault_type = prot | (fault_type & VM_PROT_COPY);
820 if ((fault_type & (VM_PROT_COPY | VM_PROT_WRITE)) != 0) {
1039 if ((fault_type & (VM_PROT_COPY | VM_PROT_WRITE)) != 0) {
H A Dvm_map.c4021 if ((fault_typea & VM_PROT_COPY) != 0 &&
4048 (fault_typea & VM_PROT_COPY) != 0) {

Completed in 53 milliseconds