Lines Matching full:routine
25 #define TRAP(routine) \ argument
29 call routine; \
35 #define TRAP_7INSNS(routine) \ argument
39 call routine; \
44 #define TRAP_SAVEFPU(routine) \ argument
48 call routine; \
54 #define TRAP_NOSAVE(routine) \ argument
55 ba,pt %xcc, routine; \
59 #define TRAP_NOSAVE_7INSNS(routine) \ argument
60 ba,pt %xcc, routine; \
64 #define TRAPTL1(routine) \ argument
68 call routine; \
74 #define TRAP_ARG(routine, arg) \ argument
79 call routine; \
84 #define TRAPTL1_ARG(routine, arg) \ argument
89 call routine; \
94 #define SYSCALL_TRAP(routine, systbl) \ argument
101 ba,pt %xcc, routine; \
126 #define TRAP_IRQ(routine, level) \ argument
139 call routine; \
146 #define TRAP_IRQ(routine, level) \ argument
152 call routine; \
158 #define TRAP_NMI_IRQ(routine, level) \ argument
164 call routine; \