Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/fpu/
Dcore.c318 void fpu__restore(struct fpu *fpu) in fpu__restore() function
330 EXPORT_SYMBOL_GPL(fpu__restore);
Dsignal.c349 fpu__restore(fpu); in __fpu__restore_sig()
/Linux-v4.19/arch/x86/include/asm/fpu/
Dinternal.h31 extern void fpu__restore(struct fpu *fpu);
/Linux-v4.19/Documentation/
Dpreempt-locking.txt56 However, fpu__restore() must be called with preemption disabled.