Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/kernel/
Dperf_event.c196 write_csr_perfcntr2(val); in loongarch_pmu_write_counter()
/linux-6.12.1/arch/loongarch/include/asm/
Dloongarch.h1230 #define write_csr_perfcntr2(val) csr_write64(val, LOONGARCH_CSR_PERFCNTR2) macro
/linux-6.12.1/arch/loongarch/kvm/
Dvcpu.c57 write_csr_perfcntr2(context->perf_cntr[2]); in kvm_restore_host_pmu()