rustubs
0.2.0
Module fault
Module Items
Functions
In rustubs::
arch::
x86_
64::
paging
rustubs
::
arch
::
x86_64
::
paging
Module
fault
Copy item path
Source
Functions
ยง
get_
fault_
addr
for x86_64, return the CR3 register.
page_
fault_
handler
handle page fault: for now we only check if the faulting addr is within kernel heap range. TODO: improve this later