Home
last modified time | relevance | path

Searched refs:VECSIZE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/arch/loongarch/mm/
H A Dtlb.c262 extern long exception_handlers[VECSIZE * 128 / sizeof(long)];
274 set_handler(EXCCODE_TLBI * VECSIZE, handle_tlb_load, VECSIZE); in setup_tlb_handler()
275 set_handler(EXCCODE_TLBL * VECSIZE, handle_tlb_load, VECSIZE); in setup_tlb_handler()
276 set_handler(EXCCODE_TLBS * VECSIZE, handle_tlb_store, VECSIZE); in setup_tlb_handler()
277 set_handler(EXCCODE_TLBM * VECSIZE, handle_tlb_modify, VECSIZE); in setup_tlb_handler()
279 set_handler(EXCCODE_TLBI * VECSIZE, handle_tlb_load_pt in setup_tlb_handler()
[all...]
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dtraps.c1083 long exception_handlers[VECSIZE * 128 / sizeof(long)] __aligned(SZ_64K);
1088 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
1099 setup_vint_size(VECSIZE); in per_cpu_trap_init()
1114 set_handler(i * VECSIZE, handle_reserved, VECSIZE); in per_cpu_trap_init()
1151 set_handler(i * VECSIZE, handle_vint, VECSIZE); in trap_init()
1153 set_handler(EXCCODE_ADE * VECSIZE, handle_ade, VECSIZE); in trap_init()
1154 set_handler(EXCCODE_ALE * VECSIZE, handle_al in trap_init()
[all...]
H A Dunwind_prologue.c34 if (entry_offset >= EXCCODE_INT_START * VECSIZE) in scan_handlers()
37 idx = entry_offset / VECSIZE; in scan_handlers()
38 offset = entry_offset % VECSIZE; in scan_handlers()
/kernel/linux/linux-5.10/arch/loongarch/mm/
H A Dtlb.c263 extern long exception_handlers[VECSIZE * 128 / sizeof(long)];
285 set_handler(i * VECSIZE, exception_table[i], VECSIZE); in setup_tlb_handler()
310 csr_write64(pcpu_handlers[cpu] + 80*VECSIZE, LOONGARCH_CSR_TLBRENTRY); in setup_tlb_handler()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dtraps.c1083 long exception_handlers[VECSIZE * 128 / sizeof(long)] __aligned(SZ_64K);
1088 tlbrentry = (unsigned long)exception_handlers + 80*VECSIZE; in configure_exception_vector()
1099 setup_vint_size(VECSIZE); in per_cpu_trap_init()
1114 set_handler(i * VECSIZE, handle_reserved, VECSIZE); in per_cpu_trap_init()
1151 set_handler(i * VECSIZE, handle_vint, VECSIZE); in trap_init()
1154 set_handler(i * VECSIZE, exception_table[i], VECSIZE); in trap_init()
H A Dunwind_orc.c328 if (ra >= eentry && ra <= eentry + EXCCODE_INT_END * VECSIZE) { in bt_address()
329 unsigned long type = (ra - eentry) / VECSIZE; in bt_address()
330 unsigned long offset = (ra - eentry) % VECSIZE; in bt_address()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dsetup.h12 #define VECSIZE 0x200 macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dsetup.h13 #define VECSIZE 0x200 macro

Completed in 5 milliseconds