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

/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_uncore.c65 static enum pmc_cputype uncore_cputype; variable in typeref:enum:pmc_cputype
156 wrmsr(SELECTSEL(uncore_cputype) + n, 0);
342 ucfc->pc_globalctrl |= (1ULL << (ri + SELECTOFF(uncore_cputype)));
377 ucfc->pc_globalctrl &= ~(1ULL << (ri + SELECTOFF(uncore_cputype)));
853 switch (uncore_cputype) {
869 switch (uncore_cputype) {
1054 cpu, ri, SELECTSEL(uncore_cputype) + ri, evsel);
1078 wrmsr(SELECTSEL(uncore_cputype) + ri, evsel);
1110 wrmsr(SELECTSEL(uncore_cputype) + ri, 0);
1192 uncore_cputype
[all...]

Completed in 24 milliseconds