Lines Matching refs:routine
22 #define TRAP(routine) \ argument
26 call routine; \
32 #define TRAP_7INSNS(routine) \ argument
36 call routine; \
41 #define TRAP_SAVEFPU(routine) \ argument
45 call routine; \
51 #define TRAP_NOSAVE(routine) \ argument
52 ba,pt %xcc, routine; \
56 #define TRAP_NOSAVE_7INSNS(routine) \ argument
57 ba,pt %xcc, routine; \
61 #define TRAPTL1(routine) \ argument
65 call routine; \
71 #define TRAP_ARG(routine, arg) \ argument
76 call routine; \
81 #define TRAPTL1_ARG(routine, arg) \ argument
86 call routine; \
91 #define SYSCALL_TRAP(routine, systbl) \ argument
95 ba,pt %xcc, routine; \
135 #define TRAP_IRQ(routine, level) \ argument
141 call routine; \