Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/hwpmc/
Dhwpmc_mips.c129 *v = tmp - (1UL << (mips_pmc_spec.ps_counter_width - 1)); in mips_read_pmc()
149 v = (1UL << (mips_pmc_spec.ps_counter_width - 1)) - v; in mips_write_pmc()
284 if ((r & (1UL << (mips_pmc_spec.ps_counter_width - 1))) == 0) in mips_pmc_intr()
443 pcd->pcd_width = mips_pmc_spec.ps_counter_width; in pmc_mips_initialize()
Dhwpmc_mips24k.c159 .ps_counter_width = 32
Dhwpmc_octeon.c113 .ps_counter_width = 64
/freebsd-10-stable/sys/mips/include/
Dpmc_mdep.h50 int ps_counter_width; member