wut
1.0.0-alpha
Wii U Toolchain
|
Data Structures | |
struct | OSContext |
Macros | |
#define | OS_CONTEXT_TAG 0x4F53436F6E747874ull |
Typedefs | |
typedef struct OSContext | OSContext |
Functions | |
void | OSInitContext (OSContext *context, void *entry, void *stack) |
void | OSDumpContext (OSContext *context) |
void | OSLoadContext (OSContext *context) |
uint32_t | OSSaveContext (OSContext *context) |
void | OSLoadFPUContext (OSContext *context) |
void | OSSaveFPUContext (OSContext *context) |
OSContext * | OSGetCurrentContext () |
void | OSSetCurrentContext (OSContext *context) |
void * | OSSwitchStack (void *stack) |
struct OSContext |
void OSInitContext | ( | OSContext * | context, |
void * | entry, | ||
void * | stack | ||
) |
void OSDumpContext | ( | OSContext * | context | ) |
void OSLoadContext | ( | OSContext * | context | ) |
uint32_t OSSaveContext | ( | OSContext * | context | ) |
void OSLoadFPUContext | ( | OSContext * | context | ) |
void OSSaveFPUContext | ( | OSContext * | context | ) |
OSContext* OSGetCurrentContext | ( | ) |
void OSSetCurrentContext | ( | OSContext * | context | ) |
void* OSSwitchStack | ( | void * | stack | ) |