Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/hwpmc/
Dhwpmc_soft.c45 #define SOFT_CAPS (PMC_CAP_READ | PMC_CAP_WRITE | PMC_CAP_INTERRUPT | \ macro
60 .pd_caps = SOFT_CAPS, \
112 if ((pm->pm_caps & SOFT_CAPS) == 0) in soft_allocate_pmc()
115 if ((pm->pm_caps & ~SOFT_CAPS) != 0) in soft_allocate_pmc()
460 pcd->pcd_caps = SOFT_CAPS; in pmc_soft_initialize()