Searched refs:cpu_entry_stack (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dcpu_entry_area.h142 static __always_inline struct entry_stack *cpu_entry_stack(int cpu) function
/linux-master/arch/x86/kernel/
H A Ddumpstack.c52 struct entry_stack *ss = cpu_entry_stack(smp_processor_id());
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c1927 wrmsr(MSR_IA32_SYSENTER_ESP, (unsigned long)(cpu_entry_stack(cpu) + 1), 0);
2040 (unsigned long)(cpu_entry_stack(smp_processor_id()) + 1));
2242 load_sp0((unsigned long)(cpu_entry_stack(cpu) + 1));
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c1469 (unsigned long)(cpu_entry_stack(cpu) + 1));

Completed in 151 milliseconds