Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/entry/
H A Dentry_64_compat.S60 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
216 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
379 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
H A Dentry_64.S102 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
1205 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
1517 movq PER_CPU_VAR(cpu_current_top_of_stack), %rax
H A Dentry_32.S1278 movl PER_CPU_VAR(cpu_current_top_of_stack), %esp
1340 movl PER_CPU_VAR(cpu_current_top_of_stack), %esi
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h432 DECLARE_PER_CPU(unsigned long, cpu_current_top_of_stack);
435 #define cpu_current_top_of_stack cpu_tss_rw.x86_tss.sp1 macro
576 return this_cpu_read_stable(cpu_current_top_of_stack); in current_top_of_stack()
H A Dthread_info.h216 # define cpu_current_top_of_stack (cpu_tss_rw + TSS_sp1) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess_32.c202 this_cpu_write(cpu_current_top_of_stack, in __switch_to()
H A Dtraps.c708 struct pt_regs *regs = (struct pt_regs *)this_cpu_read(cpu_current_top_of_stack) - 1; in sync_regs()
726 sp = this_cpu_read(cpu_current_top_of_stack); in vc_switch_off_ist()
H A Dprocess_64.c594 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
H A Dsmpboot.c1015 per_cpu(cpu_current_top_of_stack, cpu) = task_top_of_stack(idle); in common_cpu_up()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dxen-asm.S232 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcommon.c1905 DEFINE_PER_CPU(unsigned long, cpu_current_top_of_stack) =
1907 EXPORT_PER_CPU_SYMBOL(cpu_current_top_of_stack);