Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/pci/
H A Dpcireg.h537 #define PCIM_MSICTRL_64BIT 0x0080 macro
/illumos-gate/usr/src/boot/include/dev/pci/
H A Dpcireg.h542 #define PCIM_MSICTRL_64BIT 0x0080 macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_emul.c1152 msicap->msgctrl = PCIM_MSICTRL_64BIT | (mmc << 1); in pci_populate_msicap()
1286 if (msgctrl & PCIM_MSICTRL_64BIT) in msicap_cfgwrite()
H A Dpci_passthru.c94 if (msgctrl & PCIM_MSICTRL_64BIT) in msi_caplen()