Home
last modified time | relevance | path

Searched refs:l3_cache (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/x86/kernel/cpu/
Dcacheinfo.c194 union l3_cache { union
238 union l3_cache l3; in amd_cpuid4()
308 struct amd_l3_cache *l3 = &nb->l3_cache; in amd_calc_l3_indices()
386 if (!nb->l3_cache.subcaches[i]) in amd_l3_disable_index()
423 if (index > nb->l3_cache.indices) in amd_set_l3_disable_slot()
569 if (nb && nb->l3_cache.indices) in cache_get_priv_group()
585 if (this_leaf->nb && !this_leaf->nb->l3_cache.indices) in amd_init_l3_cache()
/Linux-v5.10/arch/x86/include/asm/
Damd_nb.h67 struct amd_l3_cache l3_cache; member