Searched refs:is_amd (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/arch/x86/util/
H A Denv.c9 static int is_amd; /* 0: Uninitialized, 1: Yes, -1: No */ local
11 if (is_amd)
15 is_amd = env.cpuid && strstarts(env.cpuid, "AuthenticAMD") ? 1 : -1;
18 return is_amd >= 1 ? true : false;
/linux-master/tools/perf/tests/shell/
H A Dtest_data_symbol.sh61 is_amd=$(grep -E -c 'vendor_id.*AuthenticAMD' /proc/cpuinfo)
62 if (($is_amd >= 1)); then
/linux-master/arch/x86/boot/
H A Dcpucheck.c59 static int is_amd(void) function
130 is_amd()) {
/linux-master/tools/arch/x86/kcpuid/
H A Dkcpuid.c80 static bool is_amd; variable
104 if (is_amd) {
580 is_amd = true;
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5001 bool is_amd = true; local
5014 is_pse, is_amd);

Completed in 202 milliseconds