Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Damd_nb.c175 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()
228 if (!amd_nb_has_feature(AMD_NB_GART)) in amd_cache_gart()
250 if (!amd_nb_has_feature(AMD_NB_GART)) in amd_flush_garts()
Damd_gart_64.c572 if (!amd_nb_has_feature(AMD_NB_GART)) in enable_gart_translations()
607 if (!amd_nb_has_feature(AMD_NB_GART)) in gart_fixup_northbridges()
718 if (!amd_nb_has_feature(AMD_NB_GART)) in gart_iommu_shutdown()
742 if (!amd_nb_has_feature(AMD_NB_GART)) in gart_iommu_init()
/linux-4.4.14/arch/x86/include/asm/
Damd_nb.h74 static inline bool amd_nb_has_feature(unsigned feature) in amd_nb_has_feature() function
114 #define amd_nb_has_feature(x) false macro
/linux-4.4.14/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()
/linux-4.4.14/drivers/char/agp/
Damd64-agp.c184 if (!amd_nb_has_feature(AMD_NB_GART)) in amd_8151_configure()
202 if (!amd_nb_has_feature(AMD_NB_GART)) in amd64_cleanup()
332 if (!amd_nb_has_feature(AMD_NB_GART)) in cache_nbs()