Searched refs:NT_ARM_HW_WATCH (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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() 1484 .core_note_type = NT_ARM_HW_WATCH, 1834 .core_note_type = NT_ARM_HW_WATCH, 2000 ret = compat_ptrace_hbp_get(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_gethbpregs() 2029 ret = compat_ptrace_hbp_set(NT_ARM_HW_WATCH, tsk, num, &kdata); in compat_ptrace_sethbpregs()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/include/uapi/linux/ |
H A D | elf.h | 432 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|
/openbmc/qemu/include/ |
H A D | elf.h | 1698 #define NT_ARM_HW_WATCH 0x403 /* ARM hardware watchpoint registers */ macro
|