Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/ !
H A Dsgx.c130 PFERR_SGX_MASK; in sgx_inject_fault()
H A Dvmx.c5452 if (error_code & PFERR_SGX_MASK) { in vmx_handle_page_fault()
/linux/arch/x86/kvm/mmu/ !
H A Dmmutrace.h56 { PFERR_SGX_MASK, "SGX" }, \
/linux/tools/testing/selftests/kvm/include/x86/ !
H A Dprocessor.h1546 #define PFERR_SGX_MASK BIT(PFERR_SGX_BIT) macro
/linux/arch/x86/include/asm/ !
H A Dkvm_host.h279 #define PFERR_SGX_MASK BIT(15) macro