函数源码 |
Source File:arch\x86\kernel\fpu\signal.c |
Create Date:2022-07-27 08:50:16 |
首页 | Copyright©Brick |
416 417 418 419 420 | static inline int xstate_sigframe_size( void ) { return use_xsave() ? fpu_user_xstate_size + FP_XSTATE_MAGIC2_SIZE : fpu_user_xstate_size; } |