Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Damd_nb.h21 extern int amd_get_subcaches(int);
/arch/x86/kernel/
Damd_nb.c389 int amd_get_subcaches(int cpu) in amd_get_subcaches() function
/arch/x86/kernel/cpu/
Dcacheinfo.c494 return sprintf(buf, "%x\n", amd_get_subcaches(cpu)); in subcaches_show()