Home
last modified time | relevance | path

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

/linux/arch/loongarch/power/
H A Dsuspend.c51 csr_write(tlbrentry, LOONGARCH_CSR_TLBRENTRY); in loongarch_common_resume()
/linux/arch/loongarch/kernel/
H A Dtraps.c1132 unsigned long tlbrentry; variable
1139 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
1143 csr_write(__pa(tlbrentry), LOONGARCH_CSR_TLBRENTRY); in configure_exception_vector()