Searched refs:BREAKPOINT_INSTRUCTION (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Duprobes.h21 #define UPROBE_SWBP_INSN BREAKPOINT_INSTRUCTION
H A Dprobes.h14 #define BREAKPOINT_INSTRUCTION PPC_RAW_TRAP() /* trap */ macro
/linux-master/arch/sh/include/asm/
H A Dkprobes.h7 #define BREAKPOINT_INSTRUCTION 0xc33a macro
/linux-master/arch/sparc/include/asm/
H A Dkprobes.h7 #define BREAKPOINT_INSTRUCTION 0x91d02070 /* ta 0x70 */ macro
/linux-master/arch/s390/include/asm/
H A Dkprobes.h21 #define BREAKPOINT_INSTRUCTION 0x0002 macro
/linux-master/arch/sparc/kernel/
H A Dkprobes.c67 *p->addr = BREAKPOINT_INSTRUCTION;
107 if (p->opcode == BREAKPOINT_INSTRUCTION) {
150 } else if (*(u32 *)addr != BREAKPOINT_INSTRUCTION) {
162 if (*(u32 *)addr != BREAKPOINT_INSTRUCTION) {
/linux-master/arch/sh/kernel/
H A Dkprobes.c60 *p->addr = BREAKPOINT_INSTRUCTION;
74 if (*p->addr == BREAKPOINT_INSTRUCTION)
234 *p->ainsn.insn == BREAKPOINT_INSTRUCTION) {
256 if (*(kprobe_opcode_t *)addr != BREAKPOINT_INSTRUCTION) {
420 args->trapnr == (BREAKPOINT_INSTRUCTION & 0xff)) {
/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp.c27 memset32(area, BREAKPOINT_INSTRUCTION, size / 4);
326 u32 insn = BREAKPOINT_INSTRUCTION;
/linux-master/arch/s390/kernel/
H A Dkprobes.c144 if (insn != BREAKPOINT_INSTRUCTION) {
195 opc = args->arm_kprobe ? BREAKPOINT_INSTRUCTION : p->opcode;
/linux-master/arch/powerpc/kernel/
H A Dkprobes.c198 WARN_ON_ONCE(patch_instruction(p->addr, ppc_inst(BREAKPOINT_INSTRUCTION)));
330 if (instr != BREAKPOINT_INSTRUCTION) {

Completed in 241 milliseconds