Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_map.h392 #define VM_FAULT_NOFILL 0x04 /* Fail if the pager doesn't have a copy */ macro
H A Dvm_fault.c1500 if ((fs.fault_flags & VM_FAULT_NOFILL) != 0) { in vm_fault()
/f-stack/freebsd/kern/
H A Dimgact_elf.c1571 VM_PROT_READ, VM_FAULT_NOFILL, NULL); in core_output()