Searched refs:load_esp0 (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dparavirt.c283 .load_esp0 = native_load_esp0,
H A Dvm86.c154 load_esp0(tss, &current->thread);
331 load_esp0(tss, &tsk->thread);
H A Dprocess.c661 load_esp0(tss, next);
H A Dvmi.c783 para_wrap(load_esp0, vmi_load_esp0, set_kernel_stack, UpdateKernelStack);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dparavirt.h137 void (*load_esp0)(struct tss_struct *tss, struct thread_struct *t); member in struct:paravirt_ops
408 static inline void load_esp0(struct tss_struct *tss, function
411 PVOP_VCALL2(load_esp0, tss, thread);
H A Dprocessor.h584 static inline void load_esp0(struct tss_struct *tss, struct thread_struct *thread) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dcommon.c694 load_esp0(t, thread);

Completed in 223 milliseconds