Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dswitch_to.h93 load_sp0(task->thread.sp0); in update_task_stack()
104 load_sp0(task_top_of_stack(task)); in update_task_stack()
Dparavirt.h82 static inline void load_sp0(unsigned long sp0) in load_sp0() function
84 PVOP_VCALL1(cpu.load_sp0, sp0); in load_sp0()
Dprocessor.h571 static inline void load_sp0(unsigned long sp0) in load_sp0() function
Dparavirt_types.h141 void (*load_sp0)(unsigned long sp0); member
/Linux-v5.4/arch/x86/kernel/
Dparavirt.c336 .cpu.load_sp0 = native_load_sp0,
/Linux-v5.4/arch/x86/kernel/cpu/
Dcommon.c1891 load_sp0((unsigned long)(cpu_entry_stack(cpu) + 1)); in cpu_init()
1943 load_sp0((unsigned long)(cpu_entry_stack(cpu) + 1)); in cpu_init()
/Linux-v5.4/arch/x86/xen/
Denlighten_pv.c1056 .load_sp0 = xen_load_sp0,