Searched refs:cpu_current_top_of_stack (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/x86/xen/ |
D | xen-asm_64.S | 58 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/ |
D | thread_info.h | 183 # define cpu_current_top_of_stack (cpu_tss + TSS_sp0) macro 188 _ASM_MOV PER_CPU_VAR(cpu_current_top_of_stack),reg ; \
|
D | processor.h | 311 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/ |
D | entry_64_compat.S | 53 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp 167 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
|
D | entry_64.S | 146 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/ |
D | process_32.c | 303 this_cpu_write(cpu_current_top_of_stack, in __switch_to()
|
D | smpboot.c | 817 per_cpu(cpu_current_top_of_stack, cpu) = in common_cpu_up()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | common.c | 1262 DEFINE_PER_CPU(unsigned long, cpu_current_top_of_stack) = 1264 EXPORT_PER_CPU_SYMBOL(cpu_current_top_of_stack);
|