Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h34 static inline void decode_ctrl_reg(u32 reg, in decode_ctrl_reg() function
/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h92 static inline void decode_ctrl_reg(u32 reg, struct arch_hw_breakpoint_ctrl *ctrl) in decode_ctrl_reg() function
/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h44 static inline void decode_ctrl_reg(u32 reg, in decode_ctrl_reg() function
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c770 decode_ctrl_reg(ctrl_reg, &ctrl); in watchpoint_handler()
885 decode_ctrl_reg(ctrl_reg, &ctrl); in breakpoint_handler()
/linux/arch/loongarch/kernel/
H A Dptrace.c606 decode_ctrl_reg(uctrl, &ctrl); in ptrace_hbp_set_ctrl()