Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dmmconf-fam10h_64.c175 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) in fam10h_check_enable_mmcfg()
205 pci_probe &= ~PCI_CHECK_ENABLE_AMD_MMCONF; in fam10h_check_enable_mmcfg()
219 pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF; in set_check_enable_amd_mmconf()
/Linux-v5.10/arch/x86/include/asm/
Dpci_x86.h36 #define PCI_CHECK_ENABLE_AMD_MMCONF 0x20000 macro
/Linux-v5.10/arch/x86/pci/
Dcommon.c559 pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF; in pcibios_setup()
Dmmconfig-shared.c196 if (!(pci_probe & PCI_CHECK_ENABLE_AMD_MMCONF)) in pci_mmcfg_amd_fam10h()