Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dppt_dev.h28 #define PPT_BAR_QUERY (PPT_IOC | 0x03) macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c145 if (ioctl(sc->pptfd, PPT_BAR_QUERY, &pb) != 0) { in passthru_get_bar()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c213 case PPT_BAR_QUERY: { in ppt_ioctl()