BREAK_INSTR_SIZE  100 include/linux/kgdb.h 	unsigned char		saved_instr[BREAK_INSTR_SIZE];
BREAK_INSTR_SIZE  229 include/linux/kgdb.h 	unsigned char		gdb_bpt_instr[BREAK_INSTR_SIZE];
BREAK_INSTR_SIZE  175 kernel/kgdb.c  	err = probe_kernel_read(saved_instr, (char *)addr, BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  180 kernel/kgdb.c  				  BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  186 kernel/kgdb.c  				  (char *)bundle, BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  191 kernel/kgdb.c  	char tmp_variable[BREAK_INSTR_SIZE];
BREAK_INSTR_SIZE  610 kernel/kgdb.c  				  addr, addr + BREAK_INSTR_SIZE);
BREAK_INSTR_SIZE  613 kernel/kgdb.c  	flush_icache_range(addr, addr + BREAK_INSTR_SIZE);