Home
last modified time | relevance | path

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

/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
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5452 if (error_code & PFERR_SGX_MASK) { in vmx_handle_page_fault()