has_sgx          4753 tools/power/x86/turbostat/turbostat.c 		int has_sgx;
has_sgx          4759 tools/power/x86/turbostat/turbostat.c 		has_sgx = ebx & (1 << 2);
has_sgx          4760 tools/power/x86/turbostat/turbostat.c 		fprintf(outf, "CPUID(7): %sSGX\n", has_sgx ? "" : "No-");
has_sgx          4762 tools/power/x86/turbostat/turbostat.c 		if (has_sgx)