Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Damd_nb.h84 bool amd_nb_has_feature(unsigned int feature);
120 #define amd_nb_has_feature(x) false macro
/arch/x86/kernel/
Damd_nb.c117 bool amd_nb_has_feature(unsigned int feature) in amd_nb_has_feature() function
121 EXPORT_SYMBOL_GPL(amd_nb_has_feature);
398 if (!amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in amd_get_subcaches()
413 if (!amd_nb_has_feature(AMD_NB_L3_PARTITIONING) || mask > 0xf) in amd_set_subcaches()
450 if (!amd_nb_has_feature(AMD_NB_GART)) in amd_cache_gart()
470 if (!amd_nb_has_feature(AMD_NB_GART)) in amd_flush_garts()
Damd_gart_64.c544 if (!amd_nb_has_feature(AMD_NB_GART)) in enable_gart_translations()
579 if (!amd_nb_has_feature(AMD_NB_GART)) in gart_fixup_northbridges()
694 if (!amd_nb_has_feature(AMD_NB_GART)) in gart_iommu_shutdown()
717 if (!amd_nb_has_feature(AMD_NB_GART)) in gart_iommu_init()
/arch/x86/kernel/cpu/
Dcacheinfo.c518 amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in cache_private_attrs_is_visible()
523 amd_nb_has_feature(AMD_NB_L3_INDEX_DISABLE)) in cache_private_attrs_is_visible()
541 if (amd_nb_has_feature(AMD_NB_L3_INDEX_DISABLE)) in init_amd_l3_attrs()
543 if (amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in init_amd_l3_attrs()
551 if (amd_nb_has_feature(AMD_NB_L3_INDEX_DISABLE)) { in init_amd_l3_attrs()
555 if (amd_nb_has_feature(AMD_NB_L3_PARTITIONING)) in init_amd_l3_attrs()