Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dptrace.c480 int idx, gen_len, gen_type, implied_type, ret = 0; in ptrace_sethbpregs() local
489 implied_type = HW_BREAKPOINT_RW; in ptrace_sethbpregs()
491 implied_type = HW_BREAKPOINT_X; in ptrace_sethbpregs()
506 bp = ptrace_hbp_create(tsk, implied_type); in ptrace_sethbpregs()
526 if ((gen_type & implied_type) != gen_type) { in ptrace_sethbpregs()