Searched refs:NT_ARM_HW_WATCH (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/arm64/kernel/ |
| H A D | ptrace.c | 245 case NT_ARM_HW_WATCH: in ptrace_hbp_get_event() 272 case NT_ARM_HW_WATCH: in ptrace_hbp_set_event() 297 case NT_ARM_HW_WATCH: in ptrace_hbp_create() 345 case NT_ARM_HW_WATCH: in ptrace_hbp_fill_attr_ctrl() 369 case NT_ARM_HW_WATCH: in ptrace_hbp_get_resource_info() 1630 .core_note_type = NT_ARM_HW_WATCH, 2007 .core_note_type = NT_ARM_HW_WATCH, 2174 ret = compat_ptrace_hbp_get(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_gethbpregs() 2203 ret = compat_ptrace_hbp_set(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_sethbpregs()
|
| /linux-6.15/tools/testing/selftests/breakpoints/ |
| H A D | breakpoint_test_arm64.c | 98 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
|
| /linux-6.15/tools/testing/selftests/arm64/abi/ |
| H A D | ptrace.c | 238 test_hw_debug(child, NT_ARM_HW_WATCH, "NT_ARM_HW_WATCH"); in do_parent()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 441 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 505 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|