MOS Source Code
Loading...
Searching...
No Matches
fpu_context.h File Reference
#include "mos/mm/slab.h"
#include "mos/platform/platform.h"
+ Include dependency graph for fpu_context.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void x86_xsave_thread (thread_t *thread)
 
void x86_xrstor_thread (thread_t *thread)
 

Variables

slab_txsave_area_slab
 

Function Documentation

◆ x86_xsave_thread()

void x86_xsave_thread ( thread_t * thread)

Definition at line 26 of file fpu_context.c.

Referenced by platform_switch_to_thread().

◆ x86_xrstor_thread()

void x86_xrstor_thread ( thread_t * thread)

Definition at line 38 of file fpu_context.c.

Referenced by platform_switch_to_thread().

Variable Documentation

◆ xsave_area_slab

slab_t* xsave_area_slab
extern

Definition at line 13 of file fpu_context.c.

Referenced by platform_context_clone(), setup_xsave_slab(), and x86_setup_thread_common().