Home
last modified time | relevance | path

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

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