Searched refs:pci_mmcfg_read (Results 1 – 3 of 3) sorted by relevance
/xen/xen/arch/x86/x86_64/ |
A D | pci.c | 20 pci_mmcfg_read(sbdf.seg, sbdf.bus, sbdf.devfn, reg, 1, &value); in pci_conf_read8() 33 pci_mmcfg_read(sbdf.seg, sbdf.bus, sbdf.devfn, reg, 2, &value); in pci_conf_read16() 46 pci_mmcfg_read(sbdf.seg, sbdf.bus, sbdf.devfn, reg, 4, &value); in pci_conf_read32()
|
A D | mmconfig_64.c | 58 int pci_mmcfg_read(unsigned int seg, unsigned int bus, in pci_mmcfg_read() function
|
/xen/xen/include/xen/ |
A D | pci.h | 187 int pci_mmcfg_read(unsigned int seg, unsigned int bus,
|
Completed in 4 milliseconds