Searched refs:ptrace_hbp_get_addr (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/arch/loongarch/kernel/ |
D | ptrace.c | 584 static int ptrace_hbp_get_addr(unsigned int note_type, in ptrace_hbp_get_addr() function 680 ret = ptrace_hbp_get_addr(note_type, target, idx, &addr); in hw_break_get()
|
/Linux-v6.6/arch/arm64/kernel/ |
D | ptrace.c | 397 static int ptrace_hbp_get_addr(unsigned int note_type, in ptrace_hbp_get_addr() function 491 ret = ptrace_hbp_get_addr(note_type, target, idx, &addr); in hw_break_get() 1958 err = ptrace_hbp_get_addr(note_type, tsk, idx, &addr); in compat_ptrace_hbp_get()
|