Searched refs:decode_ctrl_reg (Results 1 – 8 of 8) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | hw_breakpoint.h | 34 static inline void decode_ctrl_reg(u32 reg, in decode_ctrl_reg() function
|
/linux/arch/loongarch/include/asm/ |
H A D | hw_breakpoint.h | 92 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 D | hw_breakpoint.h | 44 static inline void decode_ctrl_reg(u32 reg, in decode_ctrl_reg() function
|
/linux/arch/arm64/kernel/ |
H A D | hw_breakpoint.c | 650 decode_ctrl_reg(ctrl_reg, &ctrl); in breakpoint_handler() 791 decode_ctrl_reg(ctrl_reg, &ctrl); in watchpoint_handler()
|
H A D | ptrace.c | 441 decode_ctrl_reg(uctrl, &ctrl); in ptrace_hbp_set_ctrl()
|
/linux/arch/arm/kernel/ |
H A D | hw_breakpoint.c | 770 decode_ctrl_reg(ctrl_reg, &ctrl); in watchpoint_handler() 885 decode_ctrl_reg(ctrl_reg, &ctrl); in breakpoint_handler()
|
H A D | ptrace.c | 521 decode_ctrl_reg(user_val, &ctrl); in ptrace_sethbpregs()
|
/linux/arch/loongarch/kernel/ |
H A D | ptrace.c | 606 decode_ctrl_reg(uctrl, &ctrl); in ptrace_hbp_set_ctrl()
|