Searched refs:write_csr_perfctrl0 (Results 1 – 3 of 3) sorted by relevance
236 write_csr_perfctrl0(val); in loongarch_pmu_write_control()
44 context->perf_ctrl[0] = write_csr_perfctrl0(0); in kvm_save_host_pmu()59 write_csr_perfctrl0(context->perf_ctrl[0]); in kvm_restore_host_pmu()
1225 #define write_csr_perfctrl0(val) csr_write64(val, LOONGARCH_CSR_PERFCTRL0) macro