Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpu_entry_area.h142 static __always_inline struct entry_stack *cpu_entry_stack(int cpu) in cpu_entry_stack() function
/openbmc/linux/arch/x86/kernel/
H A Ddumpstack.c52 struct entry_stack *ss = cpu_entry_stack(smp_processor_id()); in in_entry_stack()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c2020 wrmsr(MSR_IA32_SYSENTER_ESP, (unsigned long)(cpu_entry_stack(cpu) + 1), 0); in enable_sep_cpu()
2134 (unsigned long)(cpu_entry_stack(smp_processor_id()) + 1)); in syscall_init()
2328 load_sp0((unsigned long)(cpu_entry_stack(cpu) + 1)); in cpu_init()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c1482 (unsigned long)(cpu_entry_stack(cpu) + 1)); in vmx_vcpu_load_vmcs()