Home
last modified time | relevance | path

Searched refs:VM_PROT_QUICK_NOFAULT (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm.h85 #define VM_PROT_QUICK_NOFAULT VM_PROT_PRIV_FLAG /* same to save bits */ macro
H A Dvm_fault.c1854 if ((prot & VM_PROT_QUICK_NOFAULT) != 0 && in vm_fault_quick_hold_pages()
/f-stack/freebsd/i386/i386/
H A Dcopyout.c108 (write ? VM_PROT_WRITE : VM_PROT_READ) | VM_PROT_QUICK_NOFAULT, in cp_slow0()