Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dperf_event.c193 write_csr_perfcntr1(val); in loongarch_pmu_write_counter()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1228 #define write_csr_perfcntr1(val) csr_write64(val, LOONGARCH_CSR_PERFCNTR1) macro
/linux/arch/loongarch/kvm/
H A Dvcpu.c56 write_csr_perfcntr1(context->perf_cntr[1]); in kvm_restore_host_pmu()