Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dptrace.c359 if (current->thread.debug.hbp[i] == bp) in ptrace_hbptriggered()
374 memset(tsk->thread.debug.hbp, 0, sizeof(tsk->thread.debug.hbp)); in clear_ptrace_hw_breakpoint()
387 if (t->debug.hbp[i]) { in flush_ptrace_hw_breakpoint()
388 unregister_hw_breakpoint(t->debug.hbp[i]); in flush_ptrace_hw_breakpoint()
389 t->debug.hbp[i] = NULL; in flush_ptrace_hw_breakpoint()
448 bp = tsk->thread.debug.hbp[idx]; in ptrace_gethbpregs()
504 bp = tsk->thread.debug.hbp[idx]; in ptrace_sethbpregs()
511 tsk->thread.debug.hbp[idx] = bp; in ptrace_sethbpregs()
/arch/arm/include/asm/
Dprocessor.h27 struct perf_event *hbp[ARM_MAX_HBP_SLOTS]; member
/arch/x86/boot/
Dboot.h224 u16 bp, hbp; member