Searched refs:encode_ctrl_reg (Results 1 – 6 of 6) sorted by relevance
27 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
38 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
314 ctrl_reg = encode_ctrl_reg(ctrl); in get_max_wp_len()341 ctrl = encode_ctrl_reg(info->ctrl) | 0x1; in arch_install_hw_breakpoint()374 ctrl = encode_ctrl_reg(info->step_ctrl); in arch_install_hw_breakpoint()
507 reg = encode_ctrl_reg(arch_ctrl); in ptrace_gethbpregs()
274 ctrl = encode_ctrl_reg(info->ctrl); in hw_breakpoint_control()
294 *ctrl = bp ? encode_ctrl_reg(counter_arch_bp(bp)->ctrl) : 0; in ptrace_hbp_get_ctrl()