Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dcurrent.h15 return this_cpu_read_stable(current_task); in get_current()
Dprocessor.h572 return this_cpu_read_stable(cpu_current_top_of_stack); in current_top_of_stack()
Dpercpu.h392 #define this_cpu_read_stable(var) percpu_stable_op("mov", var) macro
/Linux-v4.19/arch/x86/include/asm/fpu/
Dinternal.h498 return fpu == this_cpu_read_stable(fpu_fpregs_owner_ctx) && cpu == fpu->last_cpu; in fpregs_state_valid()