Home
last modified time | relevance | path

Searched refs:mcfg_mem_base (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/i86pc/os/
H A Dpci_cfgspace.c61 uint64_t mcfg_mem_base = 0; variable
236 mcfg_mem_base = ecfginfo[0]; in pci_check()
H A Dpci_cfgacc_x86.c163 paddr += mcfg_mem_base + req->offset; in pci_cfgacc_mmio()
220 if (pci_cfgacc_force_io || (mcfg_mem_base == NULL) || in pci_cfgacc_check_io()
/titanic_44/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c45 extern uint64_t mcfg_mem_base;
204 bus_p->bus_cfgacc_base = mcfg_mem_base; in create_pcie_root_bus()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h112 extern uint64_t mcfg_mem_base;
/titanic_44/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c59 extern uint64_t mcfg_mem_base;
662 if (!req.ioacc && mcfg_mem_base != 0) { in pcitool_cfg_access()
663 prg->phys_addr = mcfg_mem_base + prg->offset + in pcitool_cfg_access()
/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_boot.c112 extern uint64_t mcfg_mem_base;