Lines Matching refs:routine
24 #define TRAP(routine) \ argument
28 call routine; \
34 #define TRAP_7INSNS(routine) \ argument
38 call routine; \
43 #define TRAP_SAVEFPU(routine) \ argument
47 call routine; \
53 #define TRAP_NOSAVE(routine) \ argument
54 ba,pt %xcc, routine; \
58 #define TRAP_NOSAVE_7INSNS(routine) \ argument
59 ba,pt %xcc, routine; \
63 #define TRAPTL1(routine) \ argument
67 call routine; \
73 #define TRAP_ARG(routine, arg) \ argument
78 call routine; \
83 #define TRAPTL1_ARG(routine, arg) \ argument
88 call routine; \
93 #define SYSCALL_TRAP(routine, systbl) \ argument
100 ba,pt %xcc, routine; \
125 #define TRAP_IRQ(routine, level) \ argument
138 call routine; \
145 #define TRAP_IRQ(routine, level) \ argument
151 call routine; \
157 #define TRAP_NMI_IRQ(routine, level) \ argument
163 call routine; \