Searched refs:load_sp0 (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dswitch_to.h78 load_sp0(task_top_of_stack(task));
H A Dparavirt.h111 static inline void load_sp0(unsigned long sp0) function
113 PVOP_VCALL1(cpu.load_sp0, sp0);
H A Dparavirt_types.h82 void (*load_sp0)(unsigned long sp0); member in struct:pv_cpu_ops
H A Dprocessor.h545 static inline void load_sp0(unsigned long sp0) function
/linux-master/arch/x86/kernel/
H A Dparavirt.c172 .cpu.load_sp0 = native_load_sp0,
/linux-master/arch/x86/xen/
H A Denlighten_pv.c1180 .load_sp0 = xen_load_sp0,
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2242 load_sp0((unsigned long)(cpu_entry_stack(cpu) + 1));

Completed in 157 milliseconds