Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dswitch_to.h75 load_sp0(task_top_of_stack(task)); in update_task_stack()
H A Dparavirt.h116 static inline void load_sp0(unsigned long sp0) in load_sp0() function
118 PVOP_VCALL1(cpu.load_sp0, sp0); in load_sp0()
H A Dprocessor.h570 static inline void load_sp0(unsigned long sp0) in load_sp0() function
H A Dparavirt_types.h82 void (*load_sp0)(unsigned long sp0); member
/linux-6.15/arch/x86/kernel/
H A Dparavirt.c150 .cpu.load_sp0 = native_load_sp0,
/linux-6.15/arch/x86/xen/
H A Denlighten_pv.c1256 .load_sp0 = xen_load_sp0,
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c2377 load_sp0((unsigned long)(cpu_entry_stack(cpu) + 1)); in cpu_init()