Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dfault.rs40 if unlikely(error_code.contains(X86PfErrorCode::X86_PF_SGX)) { in vma_access_error()
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dtrap.rs77 const X86_PF_SGX = 1 << 15; constant