Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/xen/
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/include/asm/
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 ; \
Dprocessor.h311 DECLARE_PER_CPU(unsigned long, cpu_current_top_of_stack);
466 return this_cpu_read_stable(cpu_current_top_of_stack); in current_top_of_stack()
/linux-4.4.14/arch/x86/entry/
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
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/kernel/
Dprocess_32.c303 this_cpu_write(cpu_current_top_of_stack, in __switch_to()
Dsmpboot.c817 per_cpu(cpu_current_top_of_stack, cpu) = in common_cpu_up()
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c1262 DEFINE_PER_CPU(unsigned long, cpu_current_top_of_stack) =
1264 EXPORT_PER_CPU_SYMBOL(cpu_current_top_of_stack);