Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dsetup.h16 extern unsigned long tlbrentry;
/linux/arch/loongarch/kernel/
H A Dtraps.c1119 unsigned long tlbrentry; in configure_exception_vector()
1126 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in per_cpu_trap_init()
1130 csr_write64(tlbrentry, LOONGARCH_CSR_TLBRENTRY); in per_cpu_trap_init()
1112 unsigned long tlbrentry; global() variable