Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Damd_nb.h21 extern int amd_get_subcaches(int);
/openbmc/linux/arch/x86/kernel/
H A Damd_nb.c390 int amd_get_subcaches(int cpu) in amd_get_mmconfig_range()
393 int amd_get_subcaches(int cpu) amd_get_subcaches() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c494 return sprintf(buf, "%x\n", amd_get_subcaches(cpu)); in subcaches_show()