Searched refs:current_task (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dcurrent.h10 DECLARE_PER_CPU(struct task_struct *, current_task);
14 return this_cpu_read_stable(current_task); get_current()
H A Dswitch_to.h113 "movq "__percpu_arg([current_task])",%%rsi\n\t" \
127 [current_task] "m" (current_task) \
/linux-4.1.27/arch/s390/include/asm/
H A Dcurrent.h16 #define current ((struct task_struct *const)S390_lowcore.current_task)
H A Dlowcore.h118 __u64 current_task; /* 0x0310 */ member in struct:_lowcore
/linux-4.1.27/scripts/gdb/linux/
H A Dcpus.py131 var_ptr = gdb.parse_and_eval("&current_task")
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dcommon.c1170 * The following percpu variables are hot. Align current_task to
1173 DEFINE_PER_CPU(struct task_struct *, current_task) ____cacheline_aligned =
1175 EXPORT_PER_CPU_SYMBOL(current_task); variable
1273 DEFINE_PER_CPU(struct task_struct *, current_task) = &init_task;
1274 EXPORT_PER_CPU_SYMBOL(current_task); variable
/linux-4.1.27/arch/s390/kernel/
H A Dasm-offsets.c143 DEFINE(__LC_CURRENT, offsetof(struct _lowcore, current_task)); main()
H A Dsetup.c329 lc->current_task = (unsigned long) init_thread_union.thread_info.task; setup_lowcore()
H A Dsmp.c262 lc->current_task = (unsigned long) tsk; pcpu_attach_task()
/linux-4.1.27/arch/x86/kernel/
H A Dprocess_32.c324 this_cpu_write(current_task, next_p); __switch_to()
H A Dprocess_64.c400 this_cpu_write(current_task, next_p); __switch_to()
H A Dsmpboot.c784 per_cpu(current_task, cpu) = idle; common_cpu_up()

Completed in 294 milliseconds