Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dfault.rs185 Self::handle_pte_fault(pfm) in handle_normal_fault()
196 pub unsafe fn handle_pte_fault(pfm: &mut PageFaultMessage) -> VmFaultReason { in handle_pte_fault() method