Home
last modified time | relevance | path

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

/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()
123 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/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,
/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()
112 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c299 struct arch_hw_breakpoint_ctrl ctrl; in get_max_wp_len()
468 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields()
703 struct arch_hw_breakpoint_ctrl *ctrl) in get_distance_from_watchpoint()
735 struct arch_hw_breakpoint_ctrl ctrl; in watchpoint_handler()
860 struct arch_hw_breakpoint_ctrl ctrl; in breakpoint_handler()
/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()