Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/entry/
Dentry_64_compat.S58 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
211 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
367 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
Dentry_64.S102 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
1173 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
1479 movq PER_CPU_VAR(cpu_current_top_of_stack), %rax
Dentry_32.S1280 movl PER_CPU_VAR(cpu_current_top_of_stack), %esp
1342 movl PER_CPU_VAR(cpu_current_top_of_stack), %esi
/Linux-v5.10/arch/x86/include/asm/
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
584 return this_cpu_read_stable(cpu_current_top_of_stack); in current_top_of_stack()
Dthread_info.h214 # define cpu_current_top_of_stack (cpu_tss_rw + TSS_sp1) macro
/Linux-v5.10/arch/x86/kernel/
Dprocess_32.c204 this_cpu_write(cpu_current_top_of_stack, in __switch_to()
Dtraps.c671 struct pt_regs *regs = (struct pt_regs *)this_cpu_read(cpu_current_top_of_stack) - 1; in sync_regs()
690 sp = this_cpu_read(cpu_current_top_of_stack); in vc_switch_off_ist()
Dprocess_64.c596 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
Dsmpboot.c1013 per_cpu(cpu_current_top_of_stack, cpu) = task_top_of_stack(idle); in common_cpu_up()
/Linux-v5.10/arch/x86/xen/
Dxen-asm.S225 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
/Linux-v5.10/arch/x86/kernel/cpu/
Dcommon.c1791 DEFINE_PER_CPU(unsigned long, cpu_current_top_of_stack) =
1793 EXPORT_PER_CPU_SYMBOL(cpu_current_top_of_stack);