Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\fpu\internal.h Create Date:2022-07-28 07:29:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__copy_kernel_to_fpregs

Proto:static inline void __copy_kernel_to_fpregs(union fpregs_state *fpstate, u64 mask)

Type:void

Parameter:

TypeParameterName
union fpregs_state *fpstate
u64mask
447  If use_xsave() Then
448  Restore processor xstate from xsave area.
449  Else
450  If use_fxsr() Then copy_kernel_to_fxregs( & fxsave)
452  Else copy_kernel_to_fregs( & fsave)