Home
last modified time | relevance | path

Searched refs:fpstate_clear_xstate_component (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/fpu/
H A Dapi.h140 extern void fpstate_clear_xstate_component(struct fpstate *fpstate, unsigned int xfeature);
/linux/arch/x86/kernel/fpu/
H A Dxstate.c1479 void fpstate_clear_xstate_component(struct fpstate *fpstate, unsigned int xfeature) in fpstate_clear_xstate_component() function
1486 EXPORT_SYMBOL_FOR_KVM(fpstate_clear_xstate_component);
/linux/arch/x86/kvm/
H A Dx86.c12920 fpstate_clear_xstate_component(fpstate, i); in kvm_xstate_reset()