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

/freebsd-12-stable/sys/powerpc/booke/
H A Dbooke_machdep.c201 #define SET_TRAP(ivor, handler) \ macro
236 SET_TRAP(SPR_IVOR0, int_critical_input);
237 SET_TRAP(SPR_IVOR1, int_machine_check);
238 SET_TRAP(SPR_IVOR2, int_data_storage);
239 SET_TRAP(SPR_IVOR3, int_instr_storage);
240 SET_TRAP(SPR_IVOR4, int_external_input);
241 SET_TRAP(SPR_IVOR5, int_alignment);
242 SET_TRAP(SPR_IVOR6, int_program);
243 SET_TRAP(SPR_IVOR8, int_syscall);
244 SET_TRAP(SPR_IVOR1
[all...]

Completed in 117 milliseconds