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

/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_core.c1136 uint64_t flag, intrstatus, intrenable, msr; local
1151 intrstatus = rdmsr(IA_GLOBAL_STATUS);
1152 intrenable = intrstatus & core_pmcmask;
1154 PMCDBG2(MDP,INT, 1, "cpu=%d intrstatus=%jx", cpu,
1155 (uintmax_t) intrstatus);
1180 if ((intrstatus & flag) == 0)
1208 if ((intrstatus & flag) == 0)

Completed in 45 milliseconds