MOS Source Code
Loading...
Searching...
No Matches
fpu_context.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-3.0-or-later
2
3#pragma once
4
6
7#include <mos/allocator.hpp>
8
10
11void x86_xsave_thread(Thread *thread);
12void x86_xrstor_thread(Thread *thread);
void x86_xsave_thread(Thread *thread)
mos::Slab< u8 > xsave_area_slab
void x86_xrstor_thread(Thread *thread)