Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm.h80 #define VM_PROT_QUICK_NOFAULT VM_PROT_PRIV_FLAG /* same to save bits */ macro
H A Dvm_fault.c2034 if ((prot & VM_PROT_QUICK_NOFAULT) != 0 && in vm_fault_quick_hold_pages()
/freebsd/sys/i386/i386/
H A Dcopyout.c104 (write ? VM_PROT_WRITE : VM_PROT_READ) | VM_PROT_QUICK_NOFAULT, in cp_slow0()