Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_qinv.c697 if (mask > IMMU_ECAP_GET_MHMV(immu->immu_regs_excap)) { in immu_qinv_intr_caches()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h273 #define IMMU_ECAP_GET_MHMV(x) (((uint64_t)x >> 20) & 0xf) macro