task_pt_regs      274 arch/x86/include/asm/compat.h 	(!!(task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT))
task_pt_regs      301 arch/x86/include/asm/compat.h 		sp = task_pt_regs(current)->sp;
task_pt_regs      313 arch/x86/include/asm/compat.h 	if (task_pt_regs(current)->orig_ax & __X32_SYSCALL_BIT)
task_pt_regs      892 arch/x86/include/asm/processor.h #define KSTK_ESP(task)		(task_pt_regs(task)->sp)
task_pt_regs      947 arch/x86/include/asm/processor.h #define KSTK_EIP(task)		(task_pt_regs(task)->ip)
task_pt_regs      261 arch/x86/include/asm/segment.h #define task_user_gs(tsk)	(task_pt_regs(tsk)->gs)
task_pt_regs       34 include/linux/elfcore.h #elif defined (task_pt_regs)
task_pt_regs       35 include/linux/elfcore.h 	elf_core_copy_regs(elfregs, task_pt_regs(t));
task_pt_regs      362 include/linux/ptrace.h #define current_pt_regs() task_pt_regs(current)
task_pt_regs      375 include/linux/ptrace.h #define signal_pt_regs() task_pt_regs(current)