Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/booke/
H A Dbooke_machdep.c198 #define SET_TRAP(ivor, handler) \ macro
251 SET_TRAP(SPR_IVOR0, int_critical_input); in ivor_setup()
252 SET_TRAP(SPR_IVOR1, int_machine_check); in ivor_setup()
253 SET_TRAP(SPR_IVOR2, int_data_storage); in ivor_setup()
254 SET_TRAP(SPR_IVOR3, int_instr_storage); in ivor_setup()
255 SET_TRAP(SPR_IVOR4, int_external_input); in ivor_setup()
256 SET_TRAP(SPR_IVOR5, int_alignment); in ivor_setup()
257 SET_TRAP(SPR_IVOR6, int_program); in ivor_setup()
258 SET_TRAP(SPR_IVOR8, int_syscall); in ivor_setup()
259 SET_TRAP(SPR_IVOR10, int_decrementer); in ivor_setup()
[all …]