Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c3277 int has_sgx; in process_cpuid() local
3283 has_sgx = ebx & (1 << 2); in process_cpuid()
3284 fprintf(outf, "CPUID(7): %sSGX\n", has_sgx ? "" : "No-"); in process_cpuid()
3286 if (has_sgx) in process_cpuid()