Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/uapi/asm/
Dptrace.h209 struct pt_all_user_regs { struct
/Linux-v4.19/arch/ia64/kernel/
Dptrace.c828 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_getregs()
839 if (!access_ok(VERIFY_WRITE, ppr, sizeof(struct pt_all_user_regs))) in ptrace_getregs()
972 ptrace_setregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_setregs()
984 if (!access_ok(VERIFY_READ, ppr, sizeof(struct pt_all_user_regs))) in ptrace_setregs()
1201 (struct pt_all_user_regs __user *) data); in arch_ptrace()
1205 (struct pt_all_user_regs __user *) data); in arch_ptrace()