Searched refs:NT_ARM_HW_WATCH (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/arch/arm64/kernel/ |
D | ptrace.c | 244 case NT_ARM_HW_WATCH: in ptrace_hbp_get_event() 271 case NT_ARM_HW_WATCH: in ptrace_hbp_set_event() 296 case NT_ARM_HW_WATCH: in ptrace_hbp_create() 344 case NT_ARM_HW_WATCH: in ptrace_hbp_fill_attr_ctrl() 368 case NT_ARM_HW_WATCH: in ptrace_hbp_get_resource_info() 1424 .core_note_type = NT_ARM_HW_WATCH, 1765 .core_note_type = NT_ARM_HW_WATCH, 1931 ret = compat_ptrace_hbp_get(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_gethbpregs() 1960 ret = compat_ptrace_hbp_set(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_sethbpregs()
|
/Linux-v6.1/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-v6.1/include/uapi/linux/ |
D | elf.h | 427 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|