Searched refs:NT_ARM_HW_WATCH (Results 1 – 4 of 4) sorted by relevance
/linux/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/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/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/include/uapi/linux/ |
H A D | elf.h | 433 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|