Searched refs:cpu_entry_stack (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c1474 (unsigned long)(cpu_entry_stack(cpu) + 1));
/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.c1923 wrmsr(MSR_IA32_SYSENTER_ESP, (unsigned long)(cpu_entry_stack(cpu) + 1), 0);
2036 (unsigned long)(cpu_entry_stack(smp_processor_id()) + 1));
2240 load_sp0((unsigned long)(cpu_entry_stack(cpu) + 1));
/linux-master/arch/x86/include/asm/
H A Dcpu_entry_area.h142 static __always_inline struct entry_stack *cpu_entry_stack(int cpu) function

Completed in 527 milliseconds