Searched refs:NT_ARM_HW_WATCH (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A 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() 1483 .core_note_type = NT_ARM_HW_WATCH, 1833 .core_note_type = NT_ARM_HW_WATCH, 1999 ret = compat_ptrace_hbp_get(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_gethbpregs() 2028 ret = compat_ptrace_hbp_set(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_sethbpregs()
|
/kernel/linux/linux-5.10/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() 103 "ptrace(PTRACE_SETREGSET, NT_ARM_HW_WATCH) not supported on this hardware: %s\n", in set_watchpoint() 107 "ptrace(PTRACE_SETREGSET, NT_ARM_HW_WATCH) failed: %s\n", in set_watchpoint()
|
/kernel/linux/linux-6.6/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() 103 "ptrace(PTRACE_SETREGSET, NT_ARM_HW_WATCH) not supported on this hardware: %s\n", in set_watchpoint() 107 "ptrace(PTRACE_SETREGSET, NT_ARM_HW_WATCH) failed: %s\n", in set_watchpoint()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 425 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 432 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 356 #define NT_ARM_HW_WATCH 0x403 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 356 #define NT_ARM_HW_WATCH 0x403 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 343 #define NT_ARM_HW_WATCH 0x403 macro
|
Completed in 14 milliseconds