Searched refs:NT_ARM_HW_WATCH (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/arm64/kernel/ |
D | ptrace.c | 247 case NT_ARM_HW_WATCH: in ptrace_hbp_get_event() 274 case NT_ARM_HW_WATCH: in ptrace_hbp_set_event() 299 case NT_ARM_HW_WATCH: in ptrace_hbp_create() 347 case NT_ARM_HW_WATCH: in ptrace_hbp_fill_attr_ctrl() 371 case NT_ARM_HW_WATCH: in ptrace_hbp_get_resource_info() 1129 .core_note_type = NT_ARM_HW_WATCH, 1435 .core_note_type = NT_ARM_HW_WATCH, 1601 ret = compat_ptrace_hbp_get(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_gethbpregs() 1630 ret = compat_ptrace_hbp_set(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_sethbpregs()
|
/Linux-v5.10/tools/testing/selftests/breakpoints/ |
D | breakpoint_test_arm64.c | 98 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
|
/Linux-v5.10/include/uapi/linux/ |
D | elf.h | 422 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|