Searched refs:ppc_hw_breakpoint (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-hwbreak.c | 253 static int ptrace_sethwdebug(pid_t child_pid, struct ppc_hw_breakpoint *info) in ptrace_sethwdebug() 335 static void get_ppc_hw_breakpoint(struct ppc_hw_breakpoint *info, int type, in get_ppc_hw_breakpoint() 352 struct ppc_hw_breakpoint info; in test_sethwdebug_exact() 382 struct ppc_hw_breakpoint info; in test_sethwdebug_exact_kernel_userspace() 398 struct ppc_hw_breakpoint info; in test_sethwdebug_range_aligned() 434 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range() 466 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range_dawr_overlap() 497 struct ppc_hw_breakpoint info; in test_sethwdebug_range_unaligned() 534 struct ppc_hw_breakpoint info; in test_sethwdebug_range_unaligned_dar() 552 struct ppc_hw_breakpoint info; in test_sethwdebug_dawr_max_range()
|
D | ptrace-perf-hwbreak.c | 132 static void ptrace_ppc_hw_breakpoint(struct ppc_hw_breakpoint *info, int type, in ptrace_ppc_hw_breakpoint() 149 struct ppc_hw_breakpoint info; in ptrace_open()
|
/linux-5.19.10/arch/powerpc/kernel/ptrace/ |
D | ptrace-adv.c | 141 struct ppc_hw_breakpoint *bp_info) in set_instruction_bp() 284 static int set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in set_dac() 387 struct ppc_hw_breakpoint *bp_info) in set_dac_range() 440 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
|
D | ptrace.c | 101 struct ppc_hw_breakpoint bp_info; in arch_ptrace() 104 sizeof(struct ppc_hw_breakpoint))) in arch_ptrace()
|
D | ptrace-decl.h | 176 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info);
|
D | ptrace-noadv.c | 193 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
|
/linux-5.19.10/arch/powerpc/include/uapi/asm/ |
D | ptrace.h | 229 struct ppc_hw_breakpoint { struct
|
/linux-5.19.10/Documentation/powerpc/ |
D | ptrace.rst | 55 struct ppc_hw_breakpoint {
|