Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_uncore.c63 volatile uint32_t pc_ucfctrl; /* Fixed function control. */ member
313 ucfc->pc_ucfctrl |= pm->pm_md.pm_ucf.pm_ucf_ctrl; in ucf_start_pmc()
315 wrmsr(UCF_CTRL, ucfc->pc_ucfctrl); in ucf_start_pmc()
321 ucfc->pc_ucfctrl, (uint32_t) rdmsr(UCF_CTRL), in ucf_start_pmc()
344 ucfc->pc_ucfctrl &= ~fc; in ucf_stop_pmc()
346 PMCDBG1(MDP,STO,1,"ucf-stop ucfctrl=%x", ucfc->pc_ucfctrl); in ucf_stop_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()
375 wrmsr(UCF_CTRL, cc->pc_ucfctrl); in ucf_write_pmc()