Home
last modified time | relevance | path

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

/linux/tools/perf/tests/shell/
H A Dtest_data_symbol.sh57 is_amd=$(grep -E -c 'vendor_id.*AuthenticAMD' /proc/cpuinfo)
58 if (($is_amd >= 1)); then
/linux/tools/perf/util/
H A Denv.c786 static int is_amd; /* 0: Uninitialized, 1: Yes, -1: No */ in perf_env__is_x86_amd_cpu() local
788 if (is_amd == 0) in perf_env__is_x86_amd_cpu()
789 is_amd = env->cpuid && strstarts(env->cpuid, "AuthenticAMD") ? 1 : -1; in perf_env__is_x86_amd_cpu()
791 return is_amd >= 1 ? true : false; in perf_env__is_x86_amd_cpu()
797 bool is_amd; in x86__is_amd_cpu() local
800 is_amd = perf_env__is_x86_amd_cpu(&env); in x86__is_amd_cpu()
803 return is_amd; in x86__is_amd_cpu()
/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c80 static bool is_amd; global() variable
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5436 bool is_amd = true; in reset_shadow_zero_bits_mask() local
5449 is_pse, is_amd); in reset_shadow_zero_bits_mask()