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

/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_core.h146 #define IAF_GLOBAL_CTRL_MASK 0x0000000700000000 macro
H A Dhwpmc_core.c416 msr = rdmsr(IA_GLOBAL_CTRL) & ~IAF_GLOBAL_CTRL_MASK;
418 IAF_GLOBAL_CTRL_MASK));
459 msr = rdmsr(IA_GLOBAL_CTRL) & ~IAF_GLOBAL_CTRL_MASK;
461 IAF_GLOBAL_CTRL_MASK));

Completed in 95 milliseconds