Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/mm/
H A Dtlb.c271 memcpy((void *)tlbrentry, handle_tlb_refill, 0x80); in setup_tlb_handler()
272 local_flush_icache_range(tlbrentry, tlbrentry + 0x80); in setup_tlb_handler()
/openbmc/linux/arch/loongarch/include/asm/
H A Dsetup.h16 extern unsigned long tlbrentry;
/openbmc/linux/arch/loongarch/power/
H A Dsuspend.c50 csr_write64(tlbrentry, LOONGARCH_CSR_TLBRENTRY); in loongarch_common_resume()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c1086 unsigned long tlbrentry; variable
1093 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
1097 csr_write64(tlbrentry, LOONGARCH_CSR_TLBRENTRY); in configure_exception_vector()