Home
last modified time | relevance | path

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

/NextBSD/sys/dev/hwpmc/
HDhwpmc_uncore.c158 wrmsr(UCF_CTRL, 0); in uncore_pcpu_fini()
338 wrmsr(UCF_CTRL, ucfc->pc_ucfctrl); in ucf_start_pmc()
347 ucfc->pc_ucfctrl, (uint32_t) rdmsr(UCF_CTRL), in ucf_start_pmc()
373 wrmsr(UCF_CTRL, ucfc->pc_ucfctrl); in ucf_stop_pmc()
382 ucfc->pc_ucfctrl, (uint32_t) rdmsr(UCF_CTRL), in ucf_stop_pmc()
408 wrmsr(UCF_CTRL, 0); /* Turn off fixed counters */ in ucf_write_pmc()
410 wrmsr(UCF_CTRL, cc->pc_ucfctrl); in ucf_write_pmc()
413 cpu, ri, v, (uintmax_t) rdmsr(UCF_CTRL)); in ucf_write_pmc()
HDhwpmc_uncore.h72 #define UCF_CTRL 0x395 macro