Home
last modified time | relevance | path

Searched refs:fpu_restore_checking (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dfpu-internal.h283 static inline int fpu_restore_checking(struct fpu *fpu) in fpu_restore_checking() function
305 return fpu_restore_checking(&tsk->thread.fpu); in restore_fpu_checking()
/arch/x86/kvm/
Dx86.c6478 fpu_restore_checking(&vcpu->arch.guest_fpu); in kvm_load_guest_fpu()