Home
last modified time | relevance | path

Searched refs:TLB_INV_IVT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_regs.c125 command |= TLB_INV_PAGE | TLB_INV_IVT | in iotlb_flush()
130 command |= TLB_INV_DOMAIN | TLB_INV_IVT | in iotlb_flush()
134 command |= TLB_INV_GLOBAL | TLB_INV_IVT; in iotlb_flush()
146 (!(status & TLB_INV_IVT)), status); in iotlb_flush()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h294 #define TLB_INV_IVT (((uint64_t)1) << 63) macro