raw_pci_ext_ops 110 arch/x86/include/asm/pci_x86.h extern const struct pci_raw_ops *raw_pci_ext_ops; raw_pci_ext_ops 203 arch/x86/pci/acpi.c if (raw_pci_ext_ops && raw_pci_ext_ops != &pci_mmcfg) raw_pci_ext_ops 213 arch/x86/pci/acpi.c if (raw_pci_ext_ops == NULL) raw_pci_ext_ops 214 arch/x86/pci/acpi.c raw_pci_ext_ops = &pci_mmcfg; raw_pci_ext_ops 37 arch/x86/pci/common.c const struct pci_raw_ops *__read_mostly raw_pci_ext_ops; raw_pci_ext_ops 44 arch/x86/pci/common.c if (raw_pci_ext_ops) raw_pci_ext_ops 45 arch/x86/pci/common.c return raw_pci_ext_ops->read(domain, bus, devfn, reg, len, val); raw_pci_ext_ops 54 arch/x86/pci/common.c if (raw_pci_ext_ops) raw_pci_ext_ops 55 arch/x86/pci/common.c return raw_pci_ext_ops->write(domain, bus, devfn, reg, len, val); raw_pci_ext_ops 502 arch/x86/pci/common.c if (!raw_pci_ops && !raw_pci_ext_ops) { raw_pci_ext_ops 734 arch/x86/pci/common.c if (raw_pci_ext_ops) raw_pci_ext_ops 271 arch/x86/pci/direct.c if (raw_pci_ext_ops) raw_pci_ext_ops 277 arch/x86/pci/direct.c raw_pci_ext_ops = &pci_direct_conf1; raw_pci_ext_ops 35 arch/x86/pci/init.c if (!raw_pci_ops && !raw_pci_ext_ops) raw_pci_ext_ops 69 arch/x86/pci/intel_mid_pci.c if (!raw_pci_ext_ops) raw_pci_ext_ops 73 arch/x86/pci/intel_mid_pci.c if (raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, raw_pci_ext_ops 82 arch/x86/pci/intel_mid_pci.c raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, raw_pci_ext_ops 107 arch/x86/pci/intel_mid_pci.c raw_pci_ext_ops->read(domain, busnum, devfn, raw_pci_ext_ops 130 arch/x86/pci/intel_mid_pci.c return raw_pci_ext_ops->write(domain, busnum, devfn, reg, 4, raw_pci_ext_ops 135 arch/x86/pci/intel_mid_pci.c return raw_pci_ext_ops->write(domain, busnum, devfn, reg, len, val); raw_pci_ext_ops 173 arch/x86/pci/intel_mid_pci.c return raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, raw_pci_ext_ops 210 arch/x86/pci/intel_mid_pci.c return raw_pci_ext_ops->write(pci_domain_nr(bus), bus->number, devfn, raw_pci_ext_ops 135 arch/x86/pci/mmconfig_32.c raw_pci_ext_ops = &pci_mmcfg; raw_pci_ext_ops 124 arch/x86/pci/mmconfig_64.c raw_pci_ext_ops = &pci_mmcfg; raw_pci_ext_ops 126 arch/x86/pci/numachip.c raw_pci_ops = raw_pci_ext_ops = &pci_mmcfg_numachip;