Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dfault.rs312 | VmFaultReason::VM_FAULT_FALLBACK; in do_user_addr_fault()
/DragonOS/kernel/src/mm/
H A Dmod.rs92 const VM_FAULT_FALLBACK = 0x000800; constant