Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dsgx.h28 #define SGX_CPUID_EPC_MASK GENMASK(3, 0) macro
/linux-6.6.21/arch/x86/kernel/cpu/sgx/
Dmain.c801 type = eax & SGX_CPUID_EPC_MASK; in sgx_page_cache_init()
/linux-6.6.21/tools/testing/selftests/sgx/
Dmain.c337 type = eax & SGX_CPUID_EPC_MASK; in get_total_epc_mem()