Home
last modified time | relevance | path

Searched refs:fpregs_assert_state_consistent (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dapi.h57 extern void fpregs_assert_state_consistent(void);
59 static inline void fpregs_assert_state_consistent(void) { } in fpregs_assert_state_consistent() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/
H A Dcore.c416 void fpregs_assert_state_consistent(void) in fpregs_assert_state_consistent() function
425 EXPORT_SYMBOL_GPL(fpregs_assert_state_consistent);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dentry-common.h57 fpregs_assert_state_consistent(); in arch_exit_to_user_mode_prepare()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c1132 fpregs_assert_state_consistent(); in emulator_get_fpu()
H A Dx86.c9196 fpregs_assert_state_consistent(); in vcpu_enter_guest()