Home
last modified time | relevance | path

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

/NextBSD/sys/dev/hwpmc/
HDhwpmc_core.h152 #define IA_GLOBAL_CTRL_MASK 0x00000007ffffffff macro
HDhwpmc_core.c2583 msr = rdmsr(IA_GLOBAL_CTRL) & ~IA_GLOBAL_CTRL_MASK; in iap_stop_pmc()
2756 msr = rdmsr(IA_GLOBAL_CTRL) & ~IA_GLOBAL_CTRL_MASK; in core2_intr()
2828 wrmsr(IA_GLOBAL_CTRL, cc->pc_globalctrl & IA_GLOBAL_CTRL_MASK); in core2_intr()