MOS Source Code
|
#include <platform_defs.h>
Public Attributes | |
reg64_t | f [32] |
reg32_t | fcsr |
ptr_t | fs_base |
ptr_t | gs_base |
u8 * | xsaveptr |
Definition at line 56 of file platform_defs.h.
reg64_t f[32] |
Definition at line 58 of file platform_defs.h.
reg32_t fcsr |
Definition at line 59 of file platform_defs.h.
Referenced by do_restore_fp_context(), and do_save_fp_context().
ptr_t fs_base |
Definition at line 64 of file platform_defs.h.
Referenced by platform_context_clone(), and x86_set_fsbase().
ptr_t gs_base |
Definition at line 64 of file platform_defs.h.
Referenced by platform_context_clone().
u8* xsaveptr |
Definition at line 65 of file platform_defs.h.
Referenced by platform_context_cleanup(), platform_context_clone(), x86_setup_thread_common(), x86_xrstor_thread(), and x86_xsave_thread().