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

/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_tsc.c41 #define TSC_CAPS PMC_CAP_READ macro
54 .pd_caps = TSC_CAPS,
84 if ((pm->pm_caps & TSC_CAPS) == 0)
87 if ((pm->pm_caps & ~TSC_CAPS) != 0)

Completed in 114 milliseconds