Searched refs:TZ_THFLAG_HOT (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/acpica/
H A Dacpi_thermal.c100 #define TZ_THFLAG_HOT (1<<3) macro
557 newflags |= TZ_THFLAG_HOT;
615 if ((newflags & (TZ_THFLAG_CR3 | TZ_THFLAG_HOT | TZ_THFLAG_CRT)) != 0) {
621 if ((newflags & (TZ_THFLAG_HOT | TZ_THFLAG_CRT)) != 0)

Completed in 110 milliseconds