Lines Matching refs:trap
234 ; @param 1 The trap number.
235 ; @param 2+ The instruction which should trap.
237 %%trap:
244 at TRAPINFO.uTrapPC, RTCCPTR_DEF %%trap
247 at TRAPINFO.cbInstr, db (%%trap_end - %%trap)
257 ; @param 1 The trap number.
280 ; @param 3+ The instruction which should trap.
286 %%trap:
293 at TRAPINFO.uTrapPC, RTCCPTR_DEF %%trap
296 at TRAPINFO.cbInstr, db (%%trap_end - %%trap)
1116 rep stosb ; no trap
1119 ; INS/OUTS will trap in ring-3 even when rCX is 0. (ASSUMES IOPL < 3)
2618 %%trap:
2625 at TRAPINFO.uTrapPC, RTCCPTR_DEF %%trap
2628 at TRAPINFO.cbInstr, db (%%trap_end - %%trap)
2743 %%trap:
2750 at TRAPINFO.uTrapPC, RTCCPTR_DEF %%trap
2753 at TRAPINFO.cbInstr, db (%%trap_end - %%trap)
2769 ; resulting in a CPU trap.
2771 ; @param 1 The trap number.
2772 ; @param 2+ The instruction which should trap.
3426 ; Terminate the trap info array with a NIL entry.