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

/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_core.h152 #define IA_GLOBAL_CTRL_MASK 0x00000007ffffffff macro
H A Dhwpmc_core.c2463 msr = rdmsr(IA_GLOBAL_CTRL) & ~IA_GLOBAL_CTRL_MASK;
2636 msr = rdmsr(IA_GLOBAL_CTRL) & ~IA_GLOBAL_CTRL_MASK;
2708 wrmsr(IA_GLOBAL_CTRL, cc->pc_globalctrl & IA_GLOBAL_CTRL_MASK);

Completed in 19 milliseconds