Lines Matching refs:trapno
81 #define NPTRAP_NOERR(trapno) \ argument
83 pushq $trapno
85 #define TRAP_NOERR(trapno) \ argument
87 NPTRAP_NOERR(trapno)
93 #define TRAP_ERR(trapno) \ argument
95 pushq $trapno
99 #define TRAP_NOERR(trapno) \ argument
101 push $trapno
103 #define NPTRAP_NOERR(trapno) TRAP_NOERR(trapno) argument
109 #define TRAP_ERR(trapno) \ argument
110 push $trapno