Searched refs:load_sp0 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | process_32.c | 308 load_sp0(tss, next); in __switch_to()
|
D | vm86_32.c | 156 load_sp0(tss, ¤t->thread); in save_v86_state() 325 load_sp0(tss, &tsk->thread); in do_sys_vm86()
|
D | paravirt.c | 380 .load_sp0 = native_load_sp0,
|
D | process_64.c | 411 load_sp0(tss, next); in __switch_to()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | paravirt.h | 22 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()
|
D | paravirt_types.h | 143 void (*load_sp0)(struct tss_struct *tss, struct thread_struct *t); member
|
D | processor.h | 604 static inline void load_sp0(struct tss_struct *tss, in load_sp0() function
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | common.c | 1433 load_sp0(t, ¤t->thread); in cpu_init() 1482 load_sp0(t, thread); in cpu_init()
|
/linux-4.1.27/arch/x86/lguest/ |
D | boot.c | 1443 pv_cpu_ops.load_sp0 = lguest_load_sp0; in lguest_init()
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 1252 .load_sp0 = xen_load_sp0,
|