Searched refs:NT_ARM_HW_WATCH (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/arm64/kernel/ |
D | ptrace.c | 259 case NT_ARM_HW_WATCH: in ptrace_hbp_get_event() 286 case NT_ARM_HW_WATCH: in ptrace_hbp_set_event() 311 case NT_ARM_HW_WATCH: in ptrace_hbp_create() 359 case NT_ARM_HW_WATCH: in ptrace_hbp_fill_attr_ctrl() 383 case NT_ARM_HW_WATCH: in ptrace_hbp_get_resource_info() 1014 .core_note_type = NT_ARM_HW_WATCH, 1314 .core_note_type = NT_ARM_HW_WATCH, 1471 ret = compat_ptrace_hbp_get(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_gethbpregs() 1500 ret = compat_ptrace_hbp_set(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_sethbpregs()
|
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | breakpoint_test_arm64.c | 107 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
|
/Linux-v4.19/include/uapi/linux/ |
D | elf.h | 420 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|