Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dsgx.c34 #define SGX_CPUID_EPC_MASK 0xF macro
98 type = eax & SGX_CPUID_EPC_MASK; in sgx_calc_host_epc_sections()
/openbmc/linux/arch/x86/include/asm/
H A Dsgx.h28 #define SGX_CPUID_EPC_MASK GENMASK(3, 0) macro
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c802 type = eax & SGX_CPUID_EPC_MASK; in sgx_page_cache_init()
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c337 type = eax & SGX_CPUID_EPC_MASK; in get_total_epc_mem()