Symbol: PCI_RELOCAT_B
usr/src/uts/common/os/pcifm.c
1258
if ((drv_regp[rn].pci_phys_hi & PCI_RELOCAT_B) &&
usr/src/uts/common/pcmcia/nexus/pcmcia.c
1116
PCI_ADDR_MEM32) | PCI_RELOCAT_B | (bus << 16);
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
181
PCI_ADDR_IO|PCI_RELOCAT_B, VGA_REG_ADDR,
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
191
PCI_ADDR_MEM32|PCI_RELOCAT_B, VGA_MEM_ADDR,
usr/src/uts/i86pc/io/pci/pci_common.c
1001
(phys_hi & PCI_RELOCAT_B))
usr/src/uts/intel/io/pci/pci_boot.c
2571
regs->pci_phys_hi |= PCI_RELOCAT_B;
usr/src/uts/intel/io/pci/pci_boot.c
2577
assigned->pci_phys_hi = PCI_RELOCAT_B | regs->pci_phys_hi;
usr/src/uts/intel/io/pci/pci_boot.c
2712
assigned->pci_phys_hi |= PCI_RELOCAT_B;
usr/src/uts/intel/io/pci/pci_boot.c
2982
assigned[nasgn].pci_phys_hi = (PCI_RELOCAT_B |
usr/src/uts/intel/io/pci/pci_boot.c
3007
(PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_IO | devloc);
usr/src/uts/intel/io/pci/pci_boot.c
3017
(PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_IO | devloc);
usr/src/uts/intel/io/pci/pci_boot.c
3027
(PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_MEM32 | devloc);
usr/src/uts/intel/io/pci/pci_boot.c
3047
(PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_IO | devloc);
usr/src/uts/intel/io/pci/pci_boot.c
3057
(PCI_RELOCAT_B | PCI_ALIAS_B | PCI_ADDR_IO | devloc);
usr/src/uts/intel/io/pci/pci_boot.c
3409
PCI_ADDR_IO | PCI_RELOCAT_B, ppb);
usr/src/uts/intel/io/pci/pci_boot.c
3411
PCI_ADDR_MEM32 | PCI_RELOCAT_B, ppb);
usr/src/uts/intel/io/pci/pci_boot.c
3413
PCI_ADDR_MEM32 | PCI_RELOCAT_B | PCI_PREFETCH_B, ppb);
usr/src/uts/intel/io/pci/pci_boot.c
3490
PCI_ADDR_IO | PCI_RELOCAT_B);
usr/src/uts/intel/io/pci/pci_boot.c
3492
PCI_ADDR_MEM32 | PCI_RELOCAT_B);
usr/src/uts/intel/io/pci/pci_boot.c
3494
PCI_ADDR_MEM32 | PCI_RELOCAT_B | PCI_PREFETCH_B);
usr/src/uts/intel/io/pciex/pcie_nvidia.c
213
assigned[0].pci_phys_hi = regs[0].pci_phys_hi = (PCI_RELOCAT_B |
usr/src/uts/intel/io/pciex/pcie_nvidia.c
222
assigned[1].pci_phys_hi = regs[1].pci_phys_hi = (PCI_RELOCAT_B |
usr/src/uts/sun4/io/efcode/fcpci.c
47
#define PCI_NPT_bits (PCI_RELOCAT_B | PCI_PREFETCH_B | PCI_ALIAS_B)
usr/src/uts/sun4/io/px/px_util.c
153
if (space_type == PCI_ADDR_CONFIG || phys_hi & PCI_RELOCAT_B)
usr/src/uts/sun4/io/px/px_util.c
297
{(uint_t)(PCI_ADDR_IO|PCI_RELOCAT_B), 0, 0, 0, PX_IO_SIZE },
usr/src/uts/sun4/io/px/px_util.c
298
{(uint_t)(PCI_ADDR_MEM32|PCI_RELOCAT_B), 0, 0, 0, PX_MEM_SIZE }
usr/src/uts/sun4u/io/pci/pci_util.c
167
if ((phys_hi & PCI_RELOCAT_B) || !(phys_hi & PCI_ADDR_MASK))
usr/src/uts/sun4u/io/pci/pci_util.c
296
{(uint_t)(PCI_ADDR_IO|PCI_RELOCAT_B), 0, 0, 0, PCI_IO_SIZE },
usr/src/uts/sun4u/io/pci/pci_util.c
297
{(uint_t)(PCI_ADDR_MEM32|PCI_RELOCAT_B), 0, 0, 0, PCI_MEM_SIZE }
usr/src/uts/sun4u/opl/io/pcicmu/pcmu_util.c
153
if ((phys_hi & PCI_RELOCAT_B) || !(phys_hi & PCI_ADDR_MASK)) {