IA64_TASK_SIZE     38 arch/ia64/include/asm/ptrace.h #define IA64_RBS_OFFSET			((IA64_TASK_SIZE + IA64_THREAD_INFO_SIZE + 31) & ~31)
IA64_TASK_SIZE     57 arch/ia64/include/asm/thread_info.h #define current_thread_info()	((struct thread_info *) ((char *) current + IA64_TASK_SIZE))
IA64_TASK_SIZE     59 arch/ia64/include/asm/thread_info.h 		((unsigned long *) ((char *) (tsk) + IA64_TASK_SIZE))
IA64_TASK_SIZE     60 arch/ia64/include/asm/thread_info.h #define task_thread_info(tsk)	((struct thread_info *) ((char *) (tsk) + IA64_TASK_SIZE))
IA64_TASK_SIZE     25 arch/ia64/kernel/asm-offsets.c 	DEFINE(IA64_TASK_SIZE, sizeof (struct task_struct));