Searched refs:pc_ucfctrl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/dev/hwpmc/ |
| H A D | hwpmc_uncore.c | 71 volatile uint32_t pc_ucfctrl; /* Fixed function control. */ member 335 ucfc->pc_ucfctrl |= pm->pm_md.pm_ucf.pm_ucf_ctrl; in ucf_start_pmc() 337 wrmsr(UCF_CTRL, ucfc->pc_ucfctrl); in ucf_start_pmc() 346 ucfc->pc_ucfctrl, (uint32_t) rdmsr(UCF_CTRL), in ucf_start_pmc() 369 ucfc->pc_ucfctrl &= ~fc; in ucf_stop_pmc() 371 PMCDBG1(MDP,STO,1,"ucf-stop ucfctrl=%x", ucfc->pc_ucfctrl); in ucf_stop_pmc() 372 wrmsr(UCF_CTRL, ucfc->pc_ucfctrl); in ucf_stop_pmc() 381 ucfc->pc_ucfctrl, (uint32_t) rdmsr(UCF_CTRL), in ucf_stop_pmc() 409 wrmsr(UCF_CTRL, cc->pc_ucfctrl); in ucf_write_pmc()
|