Searched refs:encode_ctrl_reg (Results 1 – 9 of 9) sorted by relevance
28 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
33 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
85 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
306 ctrl_reg = encode_ctrl_reg(ctrl); in get_max_wp_len()333 ctrl = encode_ctrl_reg(info->ctrl) | 0x1; in arch_install_hw_breakpoint()366 ctrl = encode_ctrl_reg(info->step_ctrl); in arch_install_hw_breakpoint()
466 reg = encode_ctrl_reg(arch_ctrl); in ptrace_gethbpregs()
209 ctrl = encode_ctrl_reg(info->ctrl); in hw_breakpoint_control()
436 *ctrl = bp ? encode_ctrl_reg(counter_arch_bp(bp)->ctrl) : 0; in ptrace_hbp_get_ctrl()
266 ctrl = encode_ctrl_reg(info->ctrl); in hw_breakpoint_control()
393 *ctrl = bp ? encode_ctrl_reg(counter_arch_bp(bp)->ctrl) : 0; in ptrace_hbp_get_ctrl()
Completed in 26 milliseconds