Lines Matching refs:trapno
70 #define NPTRAP_NOERR(trapno) \ argument
72 pushq $trapno
74 #define TRAP_NOERR(trapno) \ argument
76 NPTRAP_NOERR(trapno)
82 #define TRAP_ERR(trapno) \ argument
84 pushq $trapno
88 #define TRAP_NOERR(trapno) \ argument
90 push $trapno
92 #define NPTRAP_NOERR(trapno) TRAP_NOERR(trapno) argument
98 #define TRAP_ERR(trapno) \ argument
99 push $trapno