Searched refs:break_op (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | kgdb.c | 393 .gdb_bpt_instr = { spec_op << 2, 0x00, 0x00, break_op }, 395 .gdb_bpt_instr = { break_op, 0x00, 0x00, spec_op << 2 },
|
D | kprobes.c | 30 .func = break_op 38 .func = break_op
|
D | uprobes.c | 71 case break_op: in is_trap_insn()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | uasm-mips.c | 66 [insn_break] = {M(spec_op, 0, 0, 0, 0, break_op), SCIMM},
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | inst.h | 109 break_op, enumerator
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
D | inst.h | 48 syscall_op, break_op, spim_op, sync_op, enumerator
|