Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dfault.rs46 error_code.contains(X86PfErrorCode::X86_PF_WRITE), in vma_access_error()
53 if error_code.contains(X86PfErrorCode::X86_PF_WRITE) { in vma_access_error()
109 } else if error_code.contains(X86PfErrorCode::X86_PF_WRITE) { in show_fault_oops()
221 if error_code.contains(X86PfErrorCode::X86_PF_WRITE) { in do_user_addr_fault()
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dtrap.rs70 const X86_PF_WRITE = 1 << 1; constant