Home
last modified time | relevance | path

Searched refs:amd_nb_has_feature (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/
Damd_nb.c174 if (!amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in amd_get_subcaches()
189 if (!amd_nb_has_feature(AMD_NB_L3_PARTITIONING) || mask > 0xf) in amd_set_subcaches()
226 if (!amd_nb_has_feature(AMD_NB_GART)) in amd_cache_gart()
246 if (!amd_nb_has_feature(AMD_NB_GART)) in amd_flush_garts()
Damd_gart_64.c571 if (!amd_nb_has_feature(AMD_NB_GART)) in enable_gart_translations()
606 if (!amd_nb_has_feature(AMD_NB_GART)) in gart_fixup_northbridges()
717 if (!amd_nb_has_feature(AMD_NB_GART)) in gart_iommu_shutdown()
741 if (!amd_nb_has_feature(AMD_NB_GART)) in gart_iommu_init()
/arch/x86/include/asm/
Damd_nb.h82 static inline bool amd_nb_has_feature(unsigned feature) in amd_nb_has_feature() function
122 #define amd_nb_has_feature(x) false macro
/arch/x86/kernel/cpu/
Dintel_cacheinfo.c511 amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in cache_private_attrs_is_visible()
516 amd_nb_has_feature(AMD_NB_L3_INDEX_DISABLE)) in cache_private_attrs_is_visible()
534 if (amd_nb_has_feature(AMD_NB_L3_INDEX_DISABLE)) in init_amd_l3_attrs()
536 if (amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in init_amd_l3_attrs()
544 if (amd_nb_has_feature(AMD_NB_L3_INDEX_DISABLE)) { in init_amd_l3_attrs()
548 if (amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in init_amd_l3_attrs()