Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dprocess_32.c302 load_sp0(tss, next); in __switch_to()
Dparavirt.c380 .load_sp0 = native_load_sp0,
Dvm86_32.c150 load_sp0(tss, &tsk->thread); in save_v86_state()
362 load_sp0(tss, &tsk->thread); in do_sys_vm86()
Dprocess_64.c406 load_sp0(tss, next); in __switch_to()
/linux-4.4.14/arch/x86/include/asm/
Dparavirt.h28 static inline void load_sp0(struct tss_struct *tss, in load_sp0() function
31 PVOP_VCALL2(pv_cpu_ops.load_sp0, tss, thread); in load_sp0()
Dprocessor.h477 static inline void load_sp0(struct tss_struct *tss, in load_sp0() function
Dparavirt_types.h147 void (*load_sp0)(struct tss_struct *tss, struct thread_struct *t); member
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c1411 load_sp0(t, &current->thread); in cpu_init()
1460 load_sp0(t, thread); in cpu_init()
/linux-4.4.14/arch/x86/lguest/
Dboot.c1439 pv_cpu_ops.load_sp0 = lguest_load_sp0; in lguest_init()
/linux-4.4.14/arch/x86/xen/
Denlighten.c1256 .load_sp0 = xen_load_sp0,