Home
last modified time | relevance | path

Searched refs:bkpt (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/kernel/
H A Ddebug.S132 THUMB( bkpt #0xab )
147 THUMB( bkpt #0xab )
H A Dtraps.c392 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()
/linux/arch/arm/boot/compressed/
H A Ddebug.S31 THUMB( bkpt #0xab )
/linux/arch/csky/
H A DKconfig145 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
/linux/arch/xtensa/kernel/
H A Dptrace.c369 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()
/linux/arch/loongarch/kernel/
H A Dptrace.c392 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()