Home
last modified time | relevance | path

Searched refs:write_csr_gcntc (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/loongarch/include/asm/
Dkvm_csr.h163 #define write_csr_gcntc(val) csr_write64(val, LOONGARCH_CSR_GCNTC) macro
/linux-6.12.1/arch/loongarch/kvm/
Dvcpu.c1558 write_csr_gcntc((ulong)vcpu->kvm->arch.time_offset); in _kvm_vcpu_load()