SSBM Decomp
|
#include <placeholder.h>
#include <dolphin/db/db.h>
#include <dolphin/os.h>
#include <dolphin/os/OSContext.h>
#include <dolphin/os/OSException.h>
#include <dolphin/os/OSInit.h>
#include <dolphin/os/OSInterrupt.h>
Functions | |
void | __OSLoadFPUContext (u32 _, OSContext *fpuctx) |
void | __OSSaveFPUContext (u32 unused1, u32 unused2, OSContext *fpuctx) |
void | OSLoadFPUContext (OSContext *fpuctx) |
void | OSSaveFPUContext (OSContext *fpuctx) |
void | OSSetCurrentContext (OSContext *ctx) |
OSContext * | OSGetCurrentContext (void) |
bool | OSSaveContext (OSContext *ctx) |
void | OSLoadContext (OSContext *ctx) |
void * | OSGetStackPointer (void) |
volatile OSContext *__OSFPUContext | AT_ADDRESS (OS_BASE_CACHED|0xD8) |
void | OSClearContext (register OSContext *context) |
void | OSInitContext (OSContext *ctx, u32 pc, u32 newsp) |
void | OSDumpContext (const OSContext *context) |
static void | OSSwitchFPUContext (register __OSException exception, register OSContext *context) |
void | __OSContextInit (void) |
void OSLoadFPUContext | ( | OSContext * | fpuctx | ) |
void OSSaveFPUContext | ( | OSContext * | fpuctx | ) |
void OSSetCurrentContext | ( | OSContext * | ctx | ) |
OSContext * OSGetCurrentContext | ( | void | ) |
void OSLoadContext | ( | OSContext * | ctx | ) |
void * OSGetStackPointer | ( | void | ) |
|
extern |
void OSClearContext | ( | register OSContext * | context | ) |
void OSDumpContext | ( | const OSContext * | context | ) |
|
static |
void __OSContextInit | ( | void | ) |