Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/ !
H A Damd_nb.c114 amd_northbridges.flags |= AMD_NB_L3_PARTITIONING; in amd_cache_northbridges()
176 if (!amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in amd_get_subcaches()
191 if (!amd_nb_has_feature(AMD_NB_L3_PARTITIONING) || mask > 0xf) in amd_set_subcaches()
/linux/arch/x86/kernel/cpu/ !
H A Damd_cache_disable.c230 amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in cache_private_attrs_is_visible()
255 if (amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in init_amd_l3_attrs()
267 if (amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in init_amd_l3_attrs()
/linux/arch/x86/include/asm/amd/ !
H A Dnb.h43 #define AMD_NB_L3_PARTITIONING BIT(2) macro