Searched refs:cpu_current_top_of_stack (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/arch/x86/entry/ |
D | entry_64_compat.S | 56 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 210 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 366 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
|
D | entry_64.S | 157 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 534 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 1451 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 1740 movq PER_CPU_VAR(cpu_current_top_of_stack), %rax
|
D | entry_32.S | 1548 movl PER_CPU_VAR(cpu_current_top_of_stack), %esp 1611 movl PER_CPU_VAR(cpu_current_top_of_stack), %esi
|
/Linux-v5.4/arch/x86/include/asm/ |
D | processor.h | 381 DECLARE_PER_CPU(unsigned long, cpu_current_top_of_stack); 384 #define cpu_current_top_of_stack cpu_tss_rw.x86_tss.sp1 macro 557 return this_cpu_read_stable(cpu_current_top_of_stack); in current_top_of_stack()
|
D | thread_info.h | 219 # define cpu_current_top_of_stack (cpu_tss_rw + TSS_sp1) macro
|
/Linux-v5.4/arch/x86/xen/ |
D | xen-asm_64.S | 100 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
|
/Linux-v5.4/arch/x86/kernel/ |
D | process_32.c | 283 this_cpu_write(cpu_current_top_of_stack, in __switch_to()
|
D | traps.c | 624 struct pt_regs *regs = (struct pt_regs *)this_cpu_read(cpu_current_top_of_stack) - 1; in sync_regs()
|
D | process_64.c | 566 this_cpu_write(cpu_current_top_of_stack, task_top_of_stack(next_p)); in __switch_to()
|
D | smpboot.c | 1010 per_cpu(cpu_current_top_of_stack, cpu) = task_top_of_stack(idle); in common_cpu_up()
|
/Linux-v5.4/arch/x86/kernel/cpu/ |
D | common.c | 1729 DEFINE_PER_CPU(unsigned long, cpu_current_top_of_stack) = 1731 EXPORT_PER_CPU_SYMBOL(cpu_current_top_of_stack);
|