Home
last modified time | relevance | path

Searched refs:INT3 (Results 1 – 10 of 10) sorted by relevance

/netbsd/sys/arch/epoc32/stand/e32boot/ldd/
H A Dekern.h18 #define INT3 _asm int 3 macro
20 #define INT3 macro
/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_main.c276 INT3; in cxgb_cfprint()
548 INT3; in cxgb_free()
657 INT3; in cxgb_setup_msix()
878 INT3; in t3_os_pci_save_state()
885 INT3; in t3_os_pci_restore_state()
1141 INT3; in cxgb_up()
1169 INT3; // XXXXXXXXXXXXXXXXXX in cxgb_down_locked()
1501 INT3; in cxgb_stop()
H A Dcxgb_sge.c972 INT3; // XXXXXXXXXXXXXXXXXX like above! in busdma_map_mbufs()
1529 INT3; in t3_free_qset()
1546 INT3; in t3_free_qset()
1562 INT3; in t3_free_qset()
1735 INT3; /// DEBUG this??? in write_ofld_wr()
1769 INT3; // Debug this???? in calc_tx_descs_ofld()
H A Dcxgb_osdep.h169 #define INT3 __asm("int $3") macro
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidTrailingCall.cpp129 BuildMI(MBB, MBBI, DL, TII.get(X86::INT3)); in runOnMachineFunction()
H A DX86InstrSystem.td49 def INT3 : I<0xcc, RawFrm, (outs), (ins), "int3", [(int_x86_int (i8 3))]>;
54 //def : InstAlias<"int\t$3", (INT3)>;
73 (INT3)>, Requires<[NotPS4]>;
H A DX86ScheduleAtom.td856 def : InstRW<[AtomWrite01_130], (instrs INT3)>;
/netbsd/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeX86_common.c184 #define INT3 0xcc macro
719 *inst = INT3; in sljit_emit_op0()
/netbsd/external/cddl/osnet/dev/dtrace/x86/
H A Ddis_tables.c157 INT3, /* The int 3 instruction, which has a fake operand */ enumerator
2236 /* [C,C] */ TNS("int",INT3), TNS("int",INTx), TNSx("into",NORM), TNS("iret",NORM),
4647 case INT3: in dtrace_disx86()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3760 TmpInst.setOpcode(X86::INT3); in processInstruction()