Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h11 struct arch_hw_breakpoint_ctrl { struct
24 struct arch_hw_breakpoint_ctrl step_ctrl; argument
25 struct arch_hw_breakpoint_ctrl ctrl;
28 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg()
35 struct arch_hw_breakpoint_ctrl *ctrl) in decode_ctrl_reg()
122 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/openbmc/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h19 struct arch_hw_breakpoint_ctrl { struct
28 struct arch_hw_breakpoint_ctrl ctrl; argument
87 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg()
92 static inline void decode_ctrl_reg(u32 reg, struct arch_hw_breakpoint_ctrl *ctrl) in decode_ctrl_reg()
105 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/openbmc/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h13 struct arch_hw_breakpoint_ctrl { struct
24 struct arch_hw_breakpoint_ctrl ctrl; argument
33 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg()
45 struct arch_hw_breakpoint_ctrl *ctrl) in decode_ctrl_reg()
113 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c298 struct arch_hw_breakpoint_ctrl ctrl; in get_max_wp_len()
467 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields()
702 struct arch_hw_breakpoint_ctrl *ctrl) in get_distance_from_watchpoint()
734 struct arch_hw_breakpoint_ctrl ctrl; in watchpoint_handler()
859 struct arch_hw_breakpoint_ctrl ctrl; in breakpoint_handler()
H A Dptrace.c437 struct arch_hw_breakpoint_ctrl arch_ctrl; in ptrace_gethbpregs()
483 struct arch_hw_breakpoint_ctrl ctrl; in ptrace_sethbpregs()
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c351 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields()
628 struct arch_hw_breakpoint_ctrl ctrl; in breakpoint_handler()
713 struct arch_hw_breakpoint_ctrl *ctrl) in get_distance_from_watchpoint()
763 struct arch_hw_breakpoint_ctrl ctrl; in watchpoint_handler()
H A Dptrace.c326 struct arch_hw_breakpoint_ctrl ctrl, in ptrace_hbp_fill_attr_ctrl()
431 struct arch_hw_breakpoint_ctrl ctrl; in ptrace_hbp_set_ctrl()
/openbmc/linux/arch/loongarch/kernel/
H A Dptrace.c494 struct arch_hw_breakpoint_ctrl ctrl, in ptrace_hbp_fill_attr_ctrl()
591 struct arch_hw_breakpoint_ctrl ctrl; in ptrace_hbp_set_ctrl()
H A Dhw_breakpoint.c302 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields()