Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dprocess_32.c308 load_sp0(tss, next); in __switch_to()
Dvm86_32.c156 load_sp0(tss, &current->thread); in save_v86_state()
325 load_sp0(tss, &tsk->thread); in do_sys_vm86()
Dparavirt.c380 .load_sp0 = native_load_sp0,
Dprocess_64.c411 load_sp0(tss, next); in __switch_to()
/linux-4.1.27/arch/x86/include/asm/
Dparavirt.h22 static inline void load_sp0(struct tss_struct *tss, in load_sp0() function
25 PVOP_VCALL2(pv_cpu_ops.load_sp0, tss, thread); in load_sp0()
Dparavirt_types.h143 void (*load_sp0)(struct tss_struct *tss, struct thread_struct *t); member
Dprocessor.h604 static inline void load_sp0(struct tss_struct *tss, in load_sp0() function
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1433 load_sp0(t, &current->thread); in cpu_init()
1482 load_sp0(t, thread); in cpu_init()
/linux-4.1.27/arch/x86/lguest/
Dboot.c1443 pv_cpu_ops.load_sp0 = lguest_load_sp0; in lguest_init()
/linux-4.1.27/arch/x86/xen/
Denlighten.c1252 .load_sp0 = xen_load_sp0,