Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/fpu/
H A Dapi.h139 extern void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature);
/linux-6.15/arch/x86/kernel/fpu/
H A Dxstate.c1401 void fpstate_clear_xstate_component(struct fpstate *fps, unsigned int xfeature) in fpstate_clear_xstate_component() function
1408 EXPORT_SYMBOL_GPL(fpstate_clear_xstate_component);
/linux-6.15/arch/x86/kvm/
H A Dx86.c12484 fpstate_clear_xstate_component(fpstate, XFEATURE_BNDREGS); in kvm_vcpu_reset()
12485 fpstate_clear_xstate_component(fpstate, XFEATURE_BNDCSR); in kvm_vcpu_reset()