Searched refs:BREAK_INSTR_SIZE (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/arch/hexagon/include/asm/
H A Dkgdb.h11 #define BREAK_INSTR_SIZE 4 macro
/linux-master/arch/microblaze/include/asm/
H A Dkgdb.h21 #define BREAK_INSTR_SIZE 4 macro
/linux-master/arch/powerpc/include/asm/
H A Dkgdb.h26 #define BREAK_INSTR_SIZE 4 macro
/linux-master/arch/arc/kernel/
H A Dkgdb.c92 BREAK_INSTR_SIZE);
96 BREAK_INSTR_SIZE);
104 memcpy(save, (void *) address, BREAK_INSTR_SIZE);
106 BREAK_INSTR_SIZE);
107 flush_icache_range(address, address + BREAK_INSTR_SIZE);
179 instruction_pointer(regs) -= BREAK_INSTR_SIZE;
/linux-master/arch/sh/include/asm/
H A Dkgdb.h27 #define BREAK_INSTR_SIZE 2 macro
/linux-master/arch/mips/include/asm/
H A Dkgdb.h33 #define BREAK_INSTR_SIZE 4 macro
/linux-master/arch/parisc/include/asm/
H A Dkgdb.h12 #define BREAK_INSTR_SIZE 4 macro
/linux-master/arch/riscv/include/asm/
H A Dkgdb.h15 #define BREAK_INSTR_SIZE 2 macro
17 #define BREAK_INSTR_SIZE 4 macro
/linux-master/arch/sparc/include/asm/
H A Dkgdb.h39 #define BREAK_INSTR_SIZE 4 macro
/linux-master/arch/arm/include/asm/
H A Dkgdb.h36 #define BREAK_INSTR_SIZE 4 macro
/linux-master/arch/x86/include/asm/
H A Dkgdb.h85 #define BREAK_INSTR_SIZE 1 macro
/linux-master/arch/nios2/include/asm/
H A Dkgdb.h74 #define BREAK_INSTR_SIZE 4 macro
/linux-master/arch/arc/include/asm/
H A Dkgdb.h21 #define BREAK_INSTR_SIZE 2 macro
/linux-master/arch/loongarch/include/asm/
H A Dkgdb.h63 #define BREAK_INSTR_SIZE 4 macro
/linux-master/drivers/misc/
H A Dkgdbts.c241 BREAK_INSTR_SIZE);
318 if (addr + BREAK_INSTR_SIZE == ip)
319 offset = -BREAK_INSTR_SIZE;
502 sstep_addr = cont_addr + BREAK_INSTR_SIZE;
839 char before[BREAK_INSTR_SIZE];
840 char after[BREAK_INSTR_SIZE];
843 BREAK_INSTR_SIZE);
851 BREAK_INSTR_SIZE);
852 if (memcmp(before, after, BREAK_INSTR_SIZE)) {
/linux-master/include/linux/
H A Dkgdb.h79 unsigned char saved_instr[BREAK_INSTR_SIZE];
263 unsigned char gdb_bpt_instr[BREAK_INSTR_SIZE];
/linux-master/arch/arm64/include/asm/
H A Ddebug-monitors.h35 #define BREAK_INSTR_SIZE AARCH64_INSN_SIZE macro
/linux-master/arch/microblaze/kernel/
H A Dkgdb.c90 regs->pc += BREAK_INSTR_SIZE;
/linux-master/arch/riscv/kernel/
H A Dkgdb.c139 BREAK_INSTR_SIZE);
142 flush_icache_range(addr, addr + BREAK_INSTR_SIZE);
158 (void *)&stepped_opcode, BREAK_INSTR_SIZE);
160 stepped_address + BREAK_INSTR_SIZE);
/linux-master/arch/arm/kernel/
H A Dkgdb.c257 BUILD_BUG_ON(sizeof(int) != BREAK_INSTR_SIZE);
260 BREAK_INSTR_SIZE);
/linux-master/arch/x86/kernel/
H A Dkgdb.c736 BREAK_INSTR_SIZE);
740 arch_kgdb_ops.gdb_bpt_instr, BREAK_INSTR_SIZE);
750 BREAK_INSTR_SIZE);
767 BREAK_INSTR_SIZE);
772 (char *)bpt->saved_instr, BREAK_INSTR_SIZE);
/linux-master/arch/loongarch/kernel/
H A Dkgdb.c397 arch_kgdb_ops.gdb_bpt_instr, BREAK_INSTR_SIZE);
398 flush_icache_range(addr, addr + BREAK_INSTR_SIZE);
416 (void *)&stepped_opcode, BREAK_INSTR_SIZE);
417 flush_icache_range(stepped_address, stepped_address + BREAK_INSTR_SIZE);
/linux-master/kernel/debug/
H A Ddebug_core.c161 BREAK_INSTR_SIZE);
165 arch_kgdb_ops.gdb_bpt_instr, BREAK_INSTR_SIZE);
173 (char *)bpt->saved_instr, BREAK_INSTR_SIZE);
286 flush_icache_range(addr, addr + BREAK_INSTR_SIZE);
/linux-master/arch/parisc/kernel/
H A Dkgdb.c159 (char *)bpt->bpt_addr, BREAK_INSTR_SIZE);
/linux-master/arch/arm64/kernel/
H A Dkgdb.c344 BUILD_BUG_ON(AARCH64_INSN_SIZE != BREAK_INSTR_SIZE);

Completed in 532 milliseconds

12