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

/freebsd-10-stable/sys/vm/
H A Dvm.h81 #define VM_PROT_FAULT_LOOKUP ((vm_prot_t) 0x010) macro
H A Dvm_fault.c360 VM_PROT_FAULT_LOOKUP, &fs.entry, &fs.first_object,
H A Dvm_map.c4005 if ((fault_typea & VM_PROT_FAULT_LOOKUP) != 0) {
4006 fault_typea &= ~VM_PROT_FAULT_LOOKUP;

Completed in 53 milliseconds