Home
last modified time | relevance | path

Searched refs:INT_ILL (Results 1 – 5 of 5) sorted by relevance

/arch/tile/include/uapi/arch/
Dinterrupts_64.h50 #define INT_ILL 8 macro
123 (1ULL << INT_ILL) | \
165 (1ULL << INT_ILL) | \
212 (1ULL << INT_ILL) | \
238 (1ULL << INT_ILL) | \
Dinterrupts_32.h45 #define INT_ILL 2 macro
131 (1ULL << INT_ILL) | \
175 (1ULL << INT_ILL) | \
232 (1ULL << INT_ILL) | \
257 (1ULL << INT_ILL) | \
/arch/tile/kernel/
Dtraps.c195 [INT_ILL] = "Illegal instruction",
235 INT_ILL, SIGTRAP); in do_bpt()
240 INT_ILL, SIGTRAP); in do_bpt()
245 INT_ILL, SIGTRAP); in do_bpt()
265 if (is_kernel && fault_num == INT_ILL && do_bpt(regs)) in do_trap()
306 case INT_ILL: in do_trap()
Dintvec_64.S1529 int_hand INT_ILL, ILL, do_trap
Dintvec_32.S1861 int_hand INT_ILL, ILL, do_trap, handle_ill