Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dsuspend.c34 context->stimecmp = csr_read(CSR_STIMECMP); in suspend_save_csrs()
55 csr_write(CSR_STIMECMP, ULONG_MAX); in suspend_restore_csrs()
58 csr_write(CSR_STIMECMP, context->stimecmp); in suspend_restore_csrs()
/linux/tools/testing/selftests/kvm/include/riscv/
H A Darch_timer.h32 csr_write(CSR_STIMECMP, cval); in timer_set_cmp()
37 return csr_read(CSR_STIMECMP); in timer_get_cmp()
/linux/arch/riscv/include/asm/
H A Dcsr.h355 #define CSR_STIMECMP 0x14D macro