Home
last modified time | relevance | path

Searched refs:this_cpu_read_stable (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dcurrent.h14 return this_cpu_read_stable(current_task); in get_current()
Dprocessor.h591 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()
Dfpu-internal.h94 return new == this_cpu_read_stable(fpu_owner_task) && in fpu_lazy_restore()
Dpercpu.h391 #define this_cpu_read_stable(var) percpu_stable_op("mov", var) macro