Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c86 ahi_acc_attr &(DDI_ACCATTR_CPU_VADDR|DDI_ACCATTR_CONFIG_SPACE)) \
87 == DDI_ACCATTR_CONFIG_SPACE)
786 ap->ahi_acc_attr |= DDI_ACCATTR_CONFIG_SPACE; in npe_bus_map()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c1151 if (hp->ahi_acc_attr == DDI_ACCATTR_CONFIG_SPACE) { in pci_common_ctlops_poke()
1305 ap->ahi_acc_attr |= DDI_ACCATTR_CONFIG_SPACE; in pci_fm_acc_setup()
1366 if (hp->ahi_acc_attr == DDI_ACCATTR_CONFIG_SPACE) { in pci_common_ctlops_peek()
/illumos-gate/usr/src/uts/intel/sys/
H A Dddi_isa.h60 #define DDI_ACCATTR_CONFIG_SPACE 0x1 macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2544 if (hp->ahi_acc_attr & DDI_ACCATTR_CONFIG_SPACE) { in pci_peekpoke_check()