Searched refs:has_sgx (Results 1 – 1 of 1) sorted by relevance
4547 int has_sgx; in process_cpuid() local4553 has_sgx = ebx & (1 << 2); in process_cpuid()4554 fprintf(outf, "CPUID(7): %sSGX\n", has_sgx ? "" : "No-"); in process_cpuid()4556 if (has_sgx) in process_cpuid()