Home
last modified time | relevance | path

Searched refs:fpu__restore (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/kernel/fpu/
Dcore.c364 void fpu__restore(struct fpu *fpu) in fpu__restore() function
375 EXPORT_SYMBOL_GPL(fpu__restore);
Dsignal.c322 fpu__restore(fpu); in __fpu__restore_sig()
/linux-4.4.14/drivers/lguest/x86/
Dcore.c305 fpu__restore(&current->thread.fpu); in lguest_arch_run_guest()
/linux-4.4.14/arch/x86/include/asm/fpu/
Dinternal.h28 extern void fpu__restore(struct fpu *fpu);
/linux-4.4.14/Documentation/
Dpreempt-locking.txt51 However, fpu__restore() must be called with preemption disabled.
/linux-4.4.14/arch/x86/kernel/
Dtraps.c766 fpu__restore(&current->thread.fpu); /* interrupts still off */ in do_device_not_available()