Searched refs:cpu_current_top_of_stack (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/x86/xen/
H A Dxen-asm_64.S58 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
77 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
/linux-4.4.14/arch/x86/entry/
H A Dentry_64_compat.S53 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
167 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
H A Dentry_64.S146 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
1213 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
/linux-4.4.14/arch/x86/include/asm/
H A Dthread_info.h183 # define cpu_current_top_of_stack (cpu_tss + TSS_sp0) macro
188 _ASM_MOV PER_CPU_VAR(cpu_current_top_of_stack),reg ; \
H A Dprocessor.h311 DECLARE_PER_CPU(unsigned long, cpu_current_top_of_stack);
466 return this_cpu_read_stable(cpu_current_top_of_stack); current_top_of_stack()
/linux-4.4.14/arch/x86/kernel/
H A Dprocess_32.c299 * Reload esp0 and cpu_current_top_of_stack. This changes __switch_to()
303 this_cpu_write(cpu_current_top_of_stack, __switch_to()
H A Dsmpboot.c817 per_cpu(cpu_current_top_of_stack, cpu) = common_cpu_up()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dcommon.c1262 DEFINE_PER_CPU(unsigned long, cpu_current_top_of_stack) =
1264 EXPORT_PER_CPU_SYMBOL(cpu_current_top_of_stack); variable

Completed in 293 milliseconds