Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dhw_breakpoint.h27 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
/arch/arm64/include/asm/
Dhw_breakpoint.h38 static inline u32 encode_ctrl_reg(struct arch_hw_breakpoint_ctrl ctrl) in encode_ctrl_reg() function
/arch/arm/kernel/
Dhw_breakpoint.c314 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()
Dptrace.c507 reg = encode_ctrl_reg(arch_ctrl); in ptrace_gethbpregs()
/arch/arm64/kernel/
Dhw_breakpoint.c274 ctrl = encode_ctrl_reg(info->ctrl); in hw_breakpoint_control()
Dptrace.c294 *ctrl = bp ? encode_ctrl_reg(counter_arch_bp(bp)->ctrl) : 0; in ptrace_hbp_get_ctrl()