Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_map.h397 #define VM_FAULT_NOFILL 0x04 /* Fail if the pager doesn't have a copy */ macro
H A Dvm_fault.c1671 if ((fs.fault_flags & VM_FAULT_NOFILL) != 0) { in vm_fault()
/freebsd/sys/kern/
H A Dkern_exec.c2012 VM_PROT_READ, VM_FAULT_NOFILL, NULL); in core_output()