Home
last modified time | relevance | path

Searched refs:CONF1_ENABLE (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c79 #define CONF1_ENABLE 0x80000000ul macro
2367 x |= CONF1_ENABLE; in pci_emul_cfgaddr()
2371 cfgenable = (x & CONF1_ENABLE) == CONF1_ENABLE; in pci_emul_cfgaddr()