Home
last modified time | relevance | path

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

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