Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h28 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h87 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
/openbmc/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h33 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c306 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()
H A Dptrace.c466 reg = encode_ctrl_reg(arch_ctrl); in ptrace_gethbpregs()
/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c219 ctrl = encode_ctrl_reg(info->ctrl); in hw_breakpoint_control()
H A Dptrace.c551 *ctrl = bp ? encode_ctrl_reg(counter_arch_bp(bp)->ctrl) : 0; in ptrace_hbp_get_ctrl()
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c266 ctrl = encode_ctrl_reg(info->ctrl); in hw_breakpoint_control()
H A Dptrace.c393 *ctrl = bp ? encode_ctrl_reg(counter_arch_bp(bp)->ctrl) : 0; in ptrace_hbp_get_ctrl()