Searched refs:ptrace_hbp_set_addr (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/loongarch/kernel/ |
D | ptrace.c | 639 static int ptrace_hbp_set_addr(unsigned int note_type, in ptrace_hbp_set_addr() function 727 ret = ptrace_hbp_set_addr(note_type, target, idx, addr); in hw_break_set()
|
/linux-6.6.21/arch/arm64/kernel/ |
D | ptrace.c | 448 static int ptrace_hbp_set_addr(unsigned int note_type, in ptrace_hbp_set_addr() function 528 ret = ptrace_hbp_set_addr(note_type, target, idx, addr); in hw_break_set() 1981 err = ptrace_hbp_set_addr(note_type, tsk, idx, addr); in compat_ptrace_hbp_set()
|