mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
spaces which cross a segment boundry in the page table. pmap_kextract()
is not designed for access to the user space portion of the page
table and cannot handle the null-page-directory-entry case.
The fix is to have vm_fault_quick() return a success or failure which
is then used to avoid calling pmap_kextract().
|
||
|---|---|---|
| .. | ||
| vm_machdep.c | ||