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