Searched refs:this_cpu_read_stable (Results 1 – 4 of 4) sorted by relevance
14 return this_cpu_read_stable(current_task); in get_current()
591 return this_cpu_read_stable(cpu_tss.x86_tss.sp0); in current_top_of_stack()594 return this_cpu_read_stable(cpu_current_top_of_stack); in current_top_of_stack()
94 return new == this_cpu_read_stable(fpu_owner_task) && in fpu_lazy_restore()
391 #define this_cpu_read_stable(var) percpu_stable_op("mov", var) macro