Home
last modified time | relevance | path

Searched refs:pt_all_user_regs (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/ia64/include/uapi/asm/
Dptrace.h209 struct pt_all_user_regs { struct
/linux-5.19.10/arch/ia64/kernel/
Dptrace.c767 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_getregs()
778 if (!access_ok(ppr, sizeof(struct pt_all_user_regs))) in ptrace_getregs()
911 ptrace_setregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_setregs()
923 if (!access_ok(ppr, sizeof(struct pt_all_user_regs))) in ptrace_setregs()
1143 (struct pt_all_user_regs __user *) data); in arch_ptrace()
1147 (struct pt_all_user_regs __user *) data); in arch_ptrace()