Searched refs:has_sgx (Results 1 – 1 of 1) sorted by relevance
5632 int has_sgx; in process_cpuid() local5638 has_sgx = ebx & (1 << 2); in process_cpuid()5642 fprintf(outf, "CPUID(7): %sSGX %sHybrid\n", has_sgx ? "" : "No-", is_hybrid ? "" : "No-"); in process_cpuid()5644 if (has_sgx) in process_cpuid()