Go to the source code of this file.
◆ OSContext
| typedef struct OSContext OSContext |
◆ OSClearContext()
◆ OSDumpContext()
◆ OSFillFPUContext()
◆ OSGetCurrentContext()
◆ OSGetStackPointer()
| u32 OSGetStackPointer |
( |
void | | ) |
|
◆ OSInitContext()
◆ OSLoadContext()
◆ OSLoadFPUContext()
| void OSLoadFPUContext |
( |
OSContext * | fpucontext | ) |
|
◆ OSSaveContext()
◆ OSSaveFPUContext()
| void OSSaveFPUContext |
( |
OSContext * | fpucontext | ) |
|
◆ OSSetCurrentContext()
| void OSSetCurrentContext |
( |
OSContext * | context | ) |
|
◆ OSSwitchFiber()
| int OSSwitchFiber |
( |
u32 | pc, |
|
|
u32 | newsp ) |
◆ OSSwitchStack()
| u32 OSSwitchStack |
( |
u32 | newsp | ) |
|