Home
last modified time | relevance | path

Searched refs:BREAK_INSTR_SIZE (Results 1 – 16 of 16) sorted by relevance

/linux-2.6.39/drivers/misc/
Dkgdbts.c231 BREAK_INSTR_SIZE); in break_helper()
418 BREAK_INSTR_SIZE; in emul_sstep_put()
752 char before[BREAK_INSTR_SIZE]; in run_plant_and_detach_test()
753 char after[BREAK_INSTR_SIZE]; in run_plant_and_detach_test()
756 BREAK_INSTR_SIZE); in run_plant_and_detach_test()
764 BREAK_INSTR_SIZE); in run_plant_and_detach_test()
765 if (memcmp(before, after, BREAK_INSTR_SIZE)) { in run_plant_and_detach_test()
/linux-2.6.39/include/linux/
Dkgdb.h78 unsigned char saved_instr[BREAK_INSTR_SIZE];
244 unsigned char gdb_bpt_instr[BREAK_INSTR_SIZE];
/linux-2.6.39/kernel/debug/
Ddebug_core.c164 err = probe_kernel_read(saved_instr, (char *)addr, BREAK_INSTR_SIZE); in kgdb_arch_set_breakpoint()
169 BREAK_INSTR_SIZE); in kgdb_arch_set_breakpoint()
175 (char *)bundle, BREAK_INSTR_SIZE); in kgdb_arch_remove_breakpoint()
180 char tmp_variable[BREAK_INSTR_SIZE]; in kgdb_validate_break_address()
223 addr, addr + BREAK_INSTR_SIZE); in kgdb_flush_swbreak_addr()
226 flush_icache_range(addr, addr + BREAK_INSTR_SIZE); in kgdb_flush_swbreak_addr()
/linux-2.6.39/arch/microblaze/include/asm/
Dkgdb.h20 #define BREAK_INSTR_SIZE 4 macro
/linux-2.6.39/arch/blackfin/kernel/
Dkgdb.c446 if (addr >= 0x1000 && (addr + BREAK_INSTR_SIZE) <= physical_mem_end) in kgdb_validate_break_address()
448 if (IN_MEM(addr, BREAK_INSTR_SIZE, ASYNC_BANK0_BASE, ASYNC_BANK_SIZE)) in kgdb_validate_break_address()
450 if (cpu == 0 && IN_MEM(addr, BREAK_INSTR_SIZE, L1_CODE_START, L1_CODE_LENGTH)) in kgdb_validate_break_address()
453 else if (cpu == 1 && IN_MEM(addr, BREAK_INSTR_SIZE, COREB_L1_CODE_START, L1_CODE_LENGTH)) in kgdb_validate_break_address()
456 if (IN_MEM(addr, BREAK_INSTR_SIZE, L2_START, L2_LENGTH)) in kgdb_validate_break_address()
/linux-2.6.39/arch/powerpc/include/asm/
Dkgdb.h26 #define BREAK_INSTR_SIZE 4 macro
/linux-2.6.39/arch/sh/include/asm/
Dkgdb.h36 #define BREAK_INSTR_SIZE 2 macro
/linux-2.6.39/arch/mn10300/include/asm/
Dkgdb.h78 #define BREAK_INSTR_SIZE 1 macro
/linux-2.6.39/arch/mips/include/asm/
Dkgdb.h32 #define BREAK_INSTR_SIZE 4 macro
/linux-2.6.39/arch/arm/include/asm/
Dkgdb.h34 #define BREAK_INSTR_SIZE 4 macro
/linux-2.6.39/arch/x86/include/asm/
Dkgdb.h78 #define BREAK_INSTR_SIZE 1 macro
/linux-2.6.39/arch/sparc/include/asm/
Dkgdb.h35 #define BREAK_INSTR_SIZE 4 macro
/linux-2.6.39/arch/blackfin/include/asm/
Dkgdb.h105 #define BREAK_INSTR_SIZE 2 macro
/linux-2.6.39/arch/microblaze/kernel/
Dkgdb.c88 regs->pc += BREAK_INSTR_SIZE; in microblaze_kgdb_break()
/linux-2.6.39/arch/powerpc/kernel/
Dkgdb.c132 regs->nip += BREAK_INSTR_SIZE; in kgdb_handle_breakpoint()
/linux-2.6.39/arch/mips/kernel/
Dkgdb.c368 memcpy(arch_kgdb_ops.gdb_bpt_instr, insn.byte, BREAK_INSTR_SIZE); in kgdb_arch_init()