Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dppt_dev.h29 #define PPT_BAR_READ (PPT_IOC | 0x04) macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c1056 if (ioctl(sc->pptfd, PPT_BAR_READ, &pbi) == 0) { in passthru_read()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c237 case PPT_BAR_READ: { in ppt_ioctl()