Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dfault.rs60 if unlikely(error_code.contains(X86PfErrorCode::X86_PF_PROT)) { in vma_access_error()
123 if !error_code.contains(X86PfErrorCode::X86_PF_PROT) { in show_fault_oops()
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dtrap.rs69 const X86_PF_PROT = 1 << 0; constant