Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/resctrl/
H A 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()
H A Dresctrl.h74 extern bool is_amd;
H A Dcat_test.c67 !is_amd && abs((int)diff_percent) > MAX_DIFF_PERCENT ? in show_cache_info()
H A Dresctrlfs.c114 if (is_amd) in get_resource_id()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dcpucheck.c58 static int is_amd(void) in is_amd() function
129 is_amd()) { in check_cpu()