Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dparavirt_types.h82 void (*load_sp0)(unsigned long sp0); member
/linux/arch/x86/xen/
H A Denlighten_pv.c1250 .load_sp0 = xen_load_sp0,
/linux/arch/x86/kernel/cpu/
H A Dcommon.c2473 load_sp0((unsigned long)(cpu_entry_stack(cpu) + 1)); in cpu_init()