pub fn inject_user_page_fault_handler(
handler: fn(info: &CpuExceptionInfo) -> Result<(), ()>,
)
Expand description
Injects a custom handler for page faults that occur in the kernel and are caused by user-space address.
pub fn inject_user_page_fault_handler(
handler: fn(info: &CpuExceptionInfo) -> Result<(), ()>,
)
Injects a custom handler for page faults that occur in the kernel and are caused by user-space address.