Home
last modified time | relevance | path

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

/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c4547 int has_sgx; in process_cpuid() local
4553 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()