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