Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_core.c185 wrmsr(IAP_EVSEL0 + n, 0); in core_pcpu_fini()
895 cpu, ri, IAP_EVSEL0 + ri, evsel); in iap_start_pmc()
910 wrmsr(IAP_EVSEL0 + ri, evsel | IAP_EN); in iap_start_pmc()
931 wrmsr(IAP_EVSEL0 + ri, 0); in iap_stop_pmc()
1039 wrmsr(IAP_EVSEL0 + ri, pm->pm_md.pm_iap.pm_iap_evsel); in core_intr()
1045 wrmsr(IAP_EVSEL0 + ri, pm->pm_md.pm_iap.pm_iap_evsel | IAP_EN); in core_intr()
H A Dhwpmc_core.h139 #define IAP_EVSEL0 0x186 macro