Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/kernel/
Dtraps.c198 if (exccode >= EXCCODE_TLBL && exccode <= EXCCODE_ALE) in __show_regs()
709 set_handler(EXCCODE_ALE * VECSIZE, handle_ale, VECSIZE); in trap_init()
/linux-5.19.10/arch/loongarch/include/asm/
Dloongarch.h1417 #define EXCCODE_ALE 9 /* Unalign Access */ macro