Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/
H A Dimmu_regs.c679 command |= CCMD_INV_ICC | CCMD_INV_DEVICE in context_flush()
684 command |= CCMD_INV_ICC | CCMD_INV_DOMAIN in context_flush()
688 command |= CCMD_INV_ICC | CCMD_INV_GLOBAL; in context_flush()
700 (!(status & CCMD_INV_ICC)), status); in context_flush()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dimmu.h313 #define CCMD_INV_ICC (((uint64_t)1) << 63) macro