Searched refs:bkpt (Results 1 – 8 of 8) sorted by relevance
| /arch/arm/kernel/ |
| A D | debug.S | 132 THUMB( bkpt #0xab ) 147 THUMB( bkpt #0xab )
|
| A D | traps.c | 392 u16 bkpt; in is_valid_bugaddr() local 395 u32 bkpt; in is_valid_bugaddr() 399 if (get_kernel_nofault(bkpt, (void *)pc)) in is_valid_bugaddr() 402 return bkpt == insn; in is_valid_bugaddr()
|
| A D | ptrace.c | 354 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp); in ptrace_hbptriggered() local 364 force_sig_ptrace_errno_trap((int)num, (void __user *)(bkpt->trigger)); in ptrace_hbptriggered()
|
| /arch/arm/boot/compressed/ |
| A D | debug.S | 31 THUMB( bkpt #0xab )
|
| /arch/csky/ |
| A D | Kconfig | 145 For abiv2 we couldn't use "trap 1" as user space bkpt in gdbserver, because 147 So we need a 16bit instruction as user space bkpt, and it will cause an illegal
|
| /arch/xtensa/kernel/ |
| A D | ptrace.c | 369 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp); in ptrace_hbptriggered() local 383 force_sig_ptrace_errno_trap(i, (void __user *)bkpt->address); in ptrace_hbptriggered()
|
| /arch/loongarch/kernel/ |
| A D | ptrace.c | 392 struct arch_hw_breakpoint *bkpt = counter_arch_bp(bp); in ptrace_hbptriggered() local 402 force_sig_ptrace_errno_trap(i, (void __user *)bkpt->address); in ptrace_hbptriggered()
|
| /arch/arm64/kernel/ |
| A D | ptrace.c | 175 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 24 milliseconds