Searched refs:arch_ctrl (Results 1 – 1 of 1) sorted by relevance
464 struct arch_hw_breakpoint_ctrl arch_ctrl; in ptrace_gethbpregs() local481 arch_ctrl = counter_arch_bp(bp)->ctrl; in ptrace_gethbpregs()487 while (!(arch_ctrl.len & 0x1)) in ptrace_gethbpregs()488 arch_ctrl.len >>= 1; in ptrace_gethbpregs()493 reg = encode_ctrl_reg(arch_ctrl); in ptrace_gethbpregs()