Home
last modified time | relevance | path

Searched refs:hbp (Results 1 – 3 of 3) sorted by relevance

/arch/arm/kernel/
Dptrace.c395 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered()
415 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint()
428 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint()
429 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint()
430 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint()
489 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs()
545 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs()
552 tsk->thread.debug.hbp[idx] = bp; in ptrace_sethbpregs()
/arch/arm/include/asm/
Dprocessor.h35 struct perf_event *hbp[ARM_MAX_HBP_SLOTS]; member
/arch/x86/boot/
Dboot.h248 u16 bp, hbp; member