Searched refs:load_sp0 (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | process_32.c | 302 load_sp0(tss, next); in __switch_to()
|
D | paravirt.c | 380 .load_sp0 = native_load_sp0,
|
D | vm86_32.c | 150 load_sp0(tss, &tsk->thread); in save_v86_state() 362 load_sp0(tss, &tsk->thread); in do_sys_vm86()
|
D | process_64.c | 406 load_sp0(tss, next); in __switch_to()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | paravirt.h | 28 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()
|
D | processor.h | 477 static inline void load_sp0(struct tss_struct *tss, in load_sp0() function
|
D | paravirt_types.h | 147 void (*load_sp0)(struct tss_struct *tss, struct thread_struct *t); member
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | common.c | 1411 load_sp0(t, ¤t->thread); in cpu_init() 1460 load_sp0(t, thread); in cpu_init()
|
/linux-4.4.14/arch/x86/lguest/ |
D | boot.c | 1439 pv_cpu_ops.load_sp0 = lguest_load_sp0; in lguest_init()
|
/linux-4.4.14/arch/x86/xen/ |
D | enlighten.c | 1256 .load_sp0 = xen_load_sp0,
|