Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_uncore.c152 wrmsr(UCF_CTRL, 0); in uncore_pcpu_fini()
315 wrmsr(UCF_CTRL, ucfc->pc_ucfctrl); in ucf_start_pmc()
321 ucfc->pc_ucfctrl, (uint32_t) rdmsr(UCF_CTRL), in ucf_start_pmc()
347 wrmsr(UCF_CTRL, ucfc->pc_ucfctrl); in ucf_stop_pmc()
352 ucfc->pc_ucfctrl, (uint32_t) rdmsr(UCF_CTRL), in ucf_stop_pmc()
373 wrmsr(UCF_CTRL, 0); /* Turn off fixed counters */ in ucf_write_pmc()
375 wrmsr(UCF_CTRL, cc->pc_ucfctrl); in ucf_write_pmc()
378 cpu, ri, v, (uintmax_t) rdmsr(UCF_CTRL)); in ucf_write_pmc()
H A Dhwpmc_uncore.h71 #define UCF_CTRL 0x395 macro