Searched refs:early_is_amd_nb (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
H A D | amd_nb.h | 16 extern bool early_is_amd_nb(u32 value);
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | aperture_64.c | 281 if (!early_is_amd_nb(read_pci_config(bus, slot, 3, 0x00))) early_gart_iommu_check() 337 if (!early_is_amd_nb(read_pci_config(bus, slot, 3, 0x00))) early_gart_iommu_check() 379 if (!early_is_amd_nb(read_pci_config(bus, slot, 3, 0x00))) gart_iommu_hole_init() 491 if (!early_is_amd_nb(read_pci_config(bus, slot, 3, 0x00))) gart_iommu_hole_init()
|
H A D | amd_nb.c | 128 bool __init early_is_amd_nb(u32 device) early_is_amd_nb() function
|
/linux-4.1.27/arch/x86/pci/ |
H A D | amd_bus.c | 372 if (!early_is_amd_nb(val)) pci_enable_pci_io_ecs()
|
Completed in 315 milliseconds