Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Ddriver.c156 cpuid_count(SGX_CPUID, 0, &eax, &ebx, &ecx, &edx); in sgx_drv_init()
165 cpuid_count(SGX_CPUID, 1, &eax, &ebx, &ecx, &edx); in sgx_drv_init()
Dmain.c799 cpuid_count(SGX_CPUID, i + SGX_CPUID_EPC, &eax, &ebx, &ecx, &edx); in sgx_page_cache_init()
/linux-6.1.9/arch/x86/include/asm/
Dsgx.h20 #define SGX_CPUID 0x12 macro
/linux-6.1.9/tools/testing/selftests/sgx/
Dmain.c93 __cpuid_count(SGX_CPUID, 0x0, eax, ebx, ecx, edx); in sgx2_supported()
335 __cpuid_count(SGX_CPUID, section + SGX_CPUID_EPC, eax, ebx, ecx, edx); in get_total_epc_mem()