Home
last modified time | relevance | path

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

/src/sys/dev/hwpmc/
H A Dhwpmc_amd.c511 if (rdmsr(pd->pm_perfctr) & (1 << (pd->pm_descr.pd_width - 1))) in amd_stop_pmc()
884 d->pm_descr.pd_width = 48; in pmc_amd_initialize()
904 d->pm_descr.pd_width = 48; in pmc_amd_initialize()
920 d->pm_descr.pd_width = 48; in pmc_amd_initialize()
H A Dhwpmc_tsc.c54 .pd_width = 64
H A Dhwpmc_soft.c60 .pd_width = 64 \
/src/sys/sys/
H A Dpmc.h705 uint32_t pd_width; /* width in bits */ member