Home
last modified time | relevance | path

Searched defs:fault_flags (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/vm/
Dvm_fault.c188 vm_prot_t fault_type, int fault_flags, bool set_wd) in vm_fault_dirty()
267 int fault_type, int fault_flags, boolean_t wired, vm_page_t *m_hold) in vm_fault_soft_fast()
311 int fault_flags) in vm_fault()
334 int fault_flags, vm_page_t *m_hold) in vm_fault_hold()
/freebsd-10-stable/sys/kern/
Dsys_process.c246 int error, fault_flags, page_offset, writing; in proc_rwmem() local