MOS Source Code
Loading...
Searching...
No Matches
fpu_context.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-3.0-or-later
2
3#pragma once
4
5#include "mos/mm/slab.h"
7
9
10void x86_xsave_thread(thread_t *thread);
11void x86_xrstor_thread(thread_t *thread);
void x86_xrstor_thread(thread_t *thread)
Definition fpu_context.c:38
slab_t * xsave_area_slab
Definition fpu_context.c:13
void x86_xsave_thread(thread_t *thread)
Definition fpu_context.c:26
Definition slab.h:45