Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/resctrl/
Dresctrl_tests.c16 bool is_amd; variable
31 is_amd = s && !strcmp(s, ": AuthenticAMD\n"); in detect_amd()
161 if (!is_amd && mbm_test) { in main()
171 if (!is_amd && mba_test) { in main()
Dresctrl.h69 bool is_amd; variable
Dcat_test.c67 !is_amd && abs((int)diff_percent) > MAX_DIFF_PERCENT ? in show_cache_info()
Dresctrlfs.c116 if (is_amd) in get_resource_id()
/Linux-v5.10/arch/x86/boot/
Dcpucheck.c58 static int is_amd(void) in is_amd() function
129 is_amd()) { in check_cpu()