Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/mm/
Dtlb.c265 memcpy((void *)tlbrentry, handle_tlb_refill, 0x80); in setup_tlb_handler()
266 local_flush_icache_range(tlbrentry, tlbrentry + 0x80); in setup_tlb_handler()
/linux-6.1.9/arch/loongarch/include/asm/
Dsetup.h15 extern unsigned long tlbrentry;
/linux-6.1.9/arch/loongarch/kernel/
Dtraps.c650 unsigned long tlbrentry; variable
657 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
661 csr_write64(tlbrentry, LOONGARCH_CSR_TLBRENTRY); in configure_exception_vector()