Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dsuspend.c36 context->stimecmph = csr_read(CSR_STIMECMPH); in suspend_save_csrs()
56 csr_write(CSR_STIMECMPH, context->stimecmph); in suspend_restore_csrs()
/linux/arch/riscv/include/asm/
H A Dsuspend.h23 unsigned long stimecmph; member