Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dsuspend.c34 context->stimecmp = csr_read(CSR_STIMECMP); in suspend_save_csrs()
58 csr_write(CSR_STIMECMP, context->stimecmp); in suspend_restore_csrs()
/linux/arch/riscv/include/asm/
H A Dsuspend.h21 unsigned long stimecmp; member