Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dlongrun.c61 #define LONGRUN_MODE_MASK(x) ((x) & 0x000000007f) macro
63 #define LONGRUN_MODE_WRITE(x, y) (LONGRUN_MODE_RESERVED(x) | LONGRUN_MODE_MASK(y))
95 low = LONGRUN_MODE_MASK(msrinfo.regs[0]); in tmx86_get_longrun_mode()
96 high = LONGRUN_MODE_MASK(msrinfo.regs[1]); in tmx86_get_longrun_mode()