Searched refs:bkpt (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/kernel/ |
| A D | debug.S | 132 THUMB( bkpt #0xab ) 147 THUMB( bkpt #0xab )
|
| A D | traps.c | 378 u16 bkpt; in is_valid_bugaddr() local 381 u32 bkpt; in is_valid_bugaddr() 385 if (get_kernel_nofault(bkpt, (void *)pc)) in is_valid_bugaddr() 388 return bkpt == insn; in is_valid_bugaddr()
|
| A D | ptrace.c | 355 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp); in ptrace_hbptriggered() local 365 force_sig_ptrace_errno_trap((int)num, (void __user *)(bkpt->trigger)); in ptrace_hbptriggered()
|
| /linux/arch/arm/boot/compressed/ |
| A D | debug.S | 31 THUMB( bkpt #0xab )
|
| /linux/arch/csky/ |
| A D | Kconfig | 118 For abiv2 we couldn't use "trap 1" as user space bkpt in gdbserver, because 120 So we need a 16bit instruction as user space bkpt, and it will cause an illegal
|
| /linux/arch/xtensa/kernel/ |
| A D | ptrace.c | 371 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp); in ptrace_hbptriggered() local 385 force_sig_ptrace_errno_trap(i, (void __user *)bkpt->address); in ptrace_hbptriggered()
|
| /linux/arch/arm64/kernel/ |
| A D | ptrace.c | 174 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp); in ptrace_hbptriggered() local 195 arm64_force_sig_ptrace_errno_trap(si_errno, bkpt->trigger, in ptrace_hbptriggered() 200 arm64_force_sig_fault(SIGTRAP, TRAP_HWBKPT, bkpt->trigger, desc); in ptrace_hbptriggered()
|
Completed in 17 milliseconds