Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tprof/
H A Dtprof_armv8.c45 static u_int counter_bitwidth; variable
119 return counter_bitwidth; in armv8_pmu_counter_bitwidth()
157 counter_bitwidth != 64) { in armv8_pmu_configure_event()
292 counter_bitwidth = 64; in armv8_pmu_init()
294 counter_bitwidth = 32; in armv8_pmu_init()
H A Dtprof_x86_intel.c82 static u_int counter_bitwidth; variable
118 return counter_bitwidth; in tprof_intel_counter_bitwidth()
194 if ((ctr & __BIT(counter_bitwidth - 1)) != 0) in tprof_intel_nmi()
215 counters_offset[bit] += __BIT(counter_bitwidth); in tprof_intel_nmi()
252 counter_bitwidth = __SHIFTOUT(descs[0], CPUID_PERF_NBWGPPC); in tprof_intel_ident()