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
5
#include "
mos/platform/platform.hpp
"
6
7
#include <
mos/allocator.hpp
>
8
9
extern
mos::Slab<u8>
xsave_area_slab
;
10
11
void
x86_xsave_thread
(
Thread
*thread);
12
void
x86_xrstor_thread
(
Thread
*thread);
allocator.hpp
x86_xsave_thread
void x86_xsave_thread(Thread *thread)
Definition
fpu_context.cpp:16
xsave_area_slab
mos::Slab< u8 > xsave_area_slab
x86_xrstor_thread
void x86_xrstor_thread(Thread *thread)
Definition
fpu_context.cpp:28
platform.hpp
Thread
Definition
task_types.hpp:94
mos::Slab
Definition
slab.hpp:71
kernel
arch
x86_64
include
private
mos
x86
tasks
fpu_context.hpp
Generated on Tue Feb 18 2025 16:41:40 for MOS Source Code by
1.13.2