Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dvmm.c2092 EXC_PAGEFAULT enumerator
2131 return (EXC_PAGEFAULT); in exception_class()
2173 (exc1 == EXC_PAGEFAULT && exc2 != EXC_BENIGN)) { in nested_fault()