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.h51 #define INT_ILL 8 macro
124 (1ULL << INT_ILL) | \
166 (1ULL << INT_ILL) | \
213 (1ULL << INT_ILL) | \
239 (1ULL << INT_ILL) | \
Dinterrupts_32.h46 #define INT_ILL 2 macro
132 (1ULL << INT_ILL) | \
176 (1ULL << INT_ILL) | \
233 (1ULL << INT_ILL) | \
258 (1ULL << INT_ILL) | \
/arch/tile/kernel/
Dtraps.c197 [INT_ILL] = "Illegal instruction",
237 INT_ILL, SIGTRAP); in do_bpt()
242 INT_ILL, SIGTRAP); in do_bpt()
247 INT_ILL, SIGTRAP); in do_bpt()
266 if (is_kernel && fault_num == INT_ILL && do_bpt(regs)) in do_trap()
307 case INT_ILL: in do_trap()
Dintvec_64.S1513 int_hand INT_ILL, ILL, do_trap
Dintvec_32.S1846 int_hand INT_ILL, ILL, do_trap, handle_ill