*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: uvm_fault | Section: 9 | Source: OpenBSD | File: uvm_fault.9
UVM_FAULT(9) FreeBSD Kernel Developer's Manual UVM_FAULT(9) NAME uvm_fault - page fault handling SYNOPSIS #include <sys/param.h> #include <uvm/uvm.h> int uvm_fault(vm_map_t orig_map, vaddr_t vaddr, vm_fault_t fault_type, vm_prot_t access_type); DESCRIPTION The uvm_fault() function is the main entry point for faults. It takes orig_map as the map the fault originated in, a vaddr offset into the map the fault occurred, fault_type describing the type of fault, and access_type describing the type of access requested. uvm_fault() returns a standard errno. SEE ALSO pmap(9) FreeBSD 14.1-RELEASE-p8 December 5, 2019 FreeBSD 14.1-RELEASE-p8

Navigation Options