Home
last modified time | relevance | path

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

/arch/ia64/include/uapi/asm/
Dptrace.h208 struct pt_all_user_regs { struct
/arch/ia64/kernel/
Dptrace.c822 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_getregs()
833 if (!access_ok(VERIFY_WRITE, ppr, sizeof(struct pt_all_user_regs))) in ptrace_getregs()
966 ptrace_setregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_setregs()
978 if (!access_ok(VERIFY_READ, ppr, sizeof(struct pt_all_user_regs))) in ptrace_setregs()
1194 (struct pt_all_user_regs __user *) data); in arch_ptrace()
1198 (struct pt_all_user_regs __user *) data); in arch_ptrace()