Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/mm/
Dtlb.c279 memcpy((void *)tlbrentry, handle_tlb_refill, 0x80); in setup_tlb_handler()
280 local_flush_icache_range(tlbrentry, tlbrentry + 0x80); in setup_tlb_handler()
/linux-6.12.1/arch/loongarch/include/asm/
Dsetup.h16 extern unsigned long tlbrentry;
/linux-6.12.1/arch/loongarch/power/
Dsuspend.c51 csr_write64(tlbrentry, LOONGARCH_CSR_TLBRENTRY); in loongarch_common_resume()
/linux-6.12.1/arch/loongarch/kernel/
Dtraps.c1112 unsigned long tlbrentry; variable
1119 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
1123 csr_write64(tlbrentry, LOONGARCH_CSR_TLBRENTRY); in configure_exception_vector()