Home
last modified time | relevance | path

Searched refs:PPT_CFG_READ (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dppt_dev.h26 #define PPT_CFG_READ (PPT_IOC | 0x01) macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c118 if (ioctl(sc->pptfd, PPT_CFG_READ, &pi) != 0) { in passthru_read_config()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c164 case PPT_CFG_READ: { in ppt_ioctl()