Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dperf_event.c190 write_csr_perfcntr0(val); in loongarch_pmu_write_counter()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h1226 #define write_csr_perfcntr0(val) csr_write64(val, LOONGARCH_CSR_PERFCNTR0) macro
/linux/arch/loongarch/kvm/
H A Dvcpu.c55 write_csr_perfcntr0(context->perf_cntr[0]); in kvm_restore_host_pmu()