Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/fpu/
Dapi.h133 extern void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature);
/Linux-v6.1/arch/x86/kernel/fpu/
Dxstate.c1350 void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature) in fpstate_clear_xstate_component() function
1357 EXPORT_SYMBOL_GPL(fpstate_clear_xstate_component);
/Linux-v6.1/arch/x86/kvm/
Dx86.c12058 fpstate_clear_xstate_component(fpstate, XFEATURE_BNDREGS); in kvm_vcpu_reset()
12059 fpstate_clear_xstate_component(fpstate, XFEATURE_BNDCSR); in kvm_vcpu_reset()