BREAK_INSTR_SIZE   92 arch/arc/kernel/kgdb.c 				BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE   96 arch/arc/kernel/kgdb.c 				BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  104 arch/arc/kernel/kgdb.c 	memcpy(save, (void *) address, BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  106 arch/arc/kernel/kgdb.c 		BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  107 arch/arc/kernel/kgdb.c 	flush_icache_range(address, address + BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  178 arch/arc/kernel/kgdb.c 		instruction_pointer(regs) -= BREAK_INSTR_SIZE;
BREAK_INSTR_SIZE  237 arch/arm/kernel/kgdb.c 	BUILD_BUG_ON(sizeof(int) != BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  240 arch/arm/kernel/kgdb.c 				BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  341 arch/arm64/kernel/kgdb.c 	BUILD_BUG_ON(AARCH64_INSN_SIZE != BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE   85 arch/h8300/kernel/kgdb.c 		regs->pc += BREAK_INSTR_SIZE;
BREAK_INSTR_SIZE   90 arch/microblaze/kernel/kgdb.c 		regs->pc += BREAK_INSTR_SIZE;
BREAK_INSTR_SIZE  158 arch/parisc/kernel/kgdb.c 				BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  149 arch/powerpc/kernel/kgdb.c 		regs->nip += BREAK_INSTR_SIZE;
BREAK_INSTR_SIZE  736 arch/x86/kernel/kgdb.c 				BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  740 arch/x86/kernel/kgdb.c 				 arch_kgdb_ops.gdb_bpt_instr, BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  750 arch/x86/kernel/kgdb.c 		       BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  767 arch/x86/kernel/kgdb.c 		       BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  772 arch/x86/kernel/kgdb.c 				  (char *)bpt->saved_instr, BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  230 drivers/misc/kgdbts.c 		BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  307 drivers/misc/kgdbts.c 	if (addr + BREAK_INSTR_SIZE == ip)
BREAK_INSTR_SIZE  308 drivers/misc/kgdbts.c 		offset = -BREAK_INSTR_SIZE;
BREAK_INSTR_SIZE  491 drivers/misc/kgdbts.c 		sstep_addr = cont_addr + BREAK_INSTR_SIZE;
BREAK_INSTR_SIZE  828 drivers/misc/kgdbts.c 	char before[BREAK_INSTR_SIZE];
BREAK_INSTR_SIZE  829 drivers/misc/kgdbts.c 	char after[BREAK_INSTR_SIZE];
BREAK_INSTR_SIZE  832 drivers/misc/kgdbts.c 	  BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  840 drivers/misc/kgdbts.c 	  BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  841 drivers/misc/kgdbts.c 	if (memcmp(before, after, BREAK_INSTR_SIZE)) {
BREAK_INSTR_SIZE   78 include/linux/kgdb.h 	unsigned char		saved_instr[BREAK_INSTR_SIZE];
BREAK_INSTR_SIZE  251 include/linux/kgdb.h 	unsigned char		gdb_bpt_instr[BREAK_INSTR_SIZE];
BREAK_INSTR_SIZE  175 kernel/debug/debug_core.c 				BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  179 kernel/debug/debug_core.c 				 arch_kgdb_ops.gdb_bpt_instr, BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  186 kernel/debug/debug_core.c 				  (char *)bpt->saved_instr, BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  296 kernel/debug/debug_core.c 					  addr, addr + BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  301 kernel/debug/debug_core.c 	flush_icache_range(addr, addr + BREAK_INSTR_SIZE);