Home
last modified time | relevance | path

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

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