Searched refs:NT_ARM_HW_WATCH (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/kernel/ |
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() 1165 .core_note_type = NT_ARM_HW_WATCH, 1479 .core_note_type = NT_ARM_HW_WATCH, 1645 ret = compat_ptrace_hbp_get(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_gethbpregs() 1674 ret = compat_ptrace_hbp_set(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_sethbpregs()
|
/linux/tools/testing/selftests/breakpoints/ |
A D | breakpoint_test_arm64.c | 98 if (ptrace(PTRACE_SETREGSET, pid, NT_ARM_HW_WATCH, &iov) == 0) in set_watchpoint()
|
/linux/include/uapi/linux/ |
A D | elf.h | 422 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|
Completed in 9 milliseconds