|
SSBM Decomp
|
#include <dolphin/os.h>Go to the source code of this file.
Functions | |
| unsigned long | __OSIsDebuggerPresent (void) |
| void | __OSPSInit (void) |
| void | __OSInitAudioSystem (void) |
| void | __OSStopAudioSystem (void) |
| void | __OSCacheInit (void) |
| void | __OSContextInit (void) |
| void | __OSUnhandledException (unsigned char exception, struct OSContext *context, unsigned long dsisr, unsigned long dar) |
| void | __RAS_OSDisableInterrupts_begin (void) |
| void | __RAS_OSDisableInterrupts_end (void) |
| __OSInterruptHandler | __OSSetInterruptHandler (__OSInterrupt interrupt, __OSInterruptHandler handler) |
| __OSInterruptHandler | __OSGetInterruptHandler (__OSInterrupt interrupt) |
| void | __OSInterruptInit (void) |
| OSInterruptMask | __OSMaskInterrupts (OSInterruptMask global) |
| OSInterruptMask | __OSUnmaskInterrupts (OSInterruptMask global) |
| void | __OSDispatchInterrupt (__OSException exception, OSContext *context) |
| void | __OSModuleInit (void) |
| void | __OSInitMemoryProtection (void) |
| void | __OSUnlockAllMutex (struct OSThread *thread) |
| int | __OSCheckDeadLock (struct OSThread *thread) |
| int | __OSCheckMutexes (struct OSThread *thread) |
| void | __OSDoHotReset (int) |
| void | __OSResetSWInterruptHandler (short exception, struct OSContext *context) |
| int | __OSGetRTC (unsigned long *rtc) |
| int | __OSSetRTC (unsigned long rtc) |
| void | __OSInitSram () |
| struct OSSram * | __OSLockSram (void) |
| struct OSSramEx * | __OSLockSramEx (void) |
| int | __OSUnlockSram (int commit) |
| int | __OSUnlockSramEx (int commit) |
| int | __OSSyncSram (void) |
| int | __OSCheckSram (void) |
| int | __OSReadROM (void *buffer, long length, long offset) |
| int | __OSReadROMAsync (void *buffer, long length, long offset, void(*callback)()) |
| unsigned char | __OSGetBootMode (void) |
| void | __OSSetBootMode (unsigned char ntd) |
| void | OSSetWirelessID (long chan, u16 id) |
| void | __OSSystemCallVectorStart () |
| void | __OSSystemCallVectorEnd () |
| void | __OSInitSystemCall (void) |
| void | __OSThreadInit (void) |
| long | __OSGetEffectivePriority (struct OSThread *thread) |
| void | __OSPromoteThread (struct OSThread *thread, long priority) |
| void | __OSReschedule (void) |
| void | __OSSetTime (long long time) |
| long long | __OSGetSystemTime () |
| long long | __OSTimeToSystemTime (s64 time) |
| void | __OSSetTick (register unsigned long newTicks) |
| __declspec (section ".init") asm void __init_hardware(void) | |
| void | __init_user (void) |
| void | __init_cpp (void) |
| void | __fini_cpp (void) |
| void | _ExitProcess (void) |
| void | __start (void) |
| long long | __get_clock (void) |
| unsigned long | __get_time (void) |
| int | __to_gm_time (void) |
Variables | |
| char * | __OSExceptionNames [15] |
| volatile int | __OSCurrHeap |
| unsigned long long | __OSSpuriousInterrupts |
| char * | __OSInterruptNames [33] |
| char * | __OSPIErrors [8] |
| size_t | size |
| const void * | src |
| unsigned long __OSIsDebuggerPresent | ( | void | ) |
| void __OSPSInit | ( | void | ) |
| void __OSInitAudioSystem | ( | void | ) |
| void __OSStopAudioSystem | ( | void | ) |
| void __OSCacheInit | ( | void | ) |
| void __OSContextInit | ( | void | ) |
| void __OSUnhandledException | ( | unsigned char | exception, |
| struct OSContext * | context, | ||
| unsigned long | dsisr, | ||
| unsigned long | dar ) |
|
extern |
|
extern |
| __OSInterruptHandler __OSSetInterruptHandler | ( | __OSInterrupt | interrupt, |
| __OSInterruptHandler | handler ) |
| __OSInterruptHandler __OSGetInterruptHandler | ( | __OSInterrupt | interrupt | ) |
| void __OSInterruptInit | ( | void | ) |
| OSInterruptMask __OSMaskInterrupts | ( | OSInterruptMask | global | ) |
| OSInterruptMask __OSUnmaskInterrupts | ( | OSInterruptMask | global | ) |
| void __OSDispatchInterrupt | ( | __OSException | exception, |
| OSContext * | context ) |
| void __OSModuleInit | ( | void | ) |
| void __OSInitMemoryProtection | ( | void | ) |
| void __OSUnlockAllMutex | ( | struct OSThread * | thread | ) |
| int __OSCheckDeadLock | ( | struct OSThread * | thread | ) |
| int __OSCheckMutexes | ( | struct OSThread * | thread | ) |
| void __OSDoHotReset | ( | int | arg0 | ) |
| void __OSResetSWInterruptHandler | ( | short | exception, |
| struct OSContext * | context ) |
| int __OSGetRTC | ( | unsigned long * | rtc | ) |
| int __OSSetRTC | ( | unsigned long | rtc | ) |
| void __OSInitSram | ( | ) |
| struct OSSram * __OSLockSram | ( | void | ) |
| struct OSSramEx * __OSLockSramEx | ( | void | ) |
| int __OSUnlockSram | ( | int | commit | ) |
| int __OSUnlockSramEx | ( | int | commit | ) |
| int __OSSyncSram | ( | void | ) |
| int __OSCheckSram | ( | void | ) |
| int __OSReadROM | ( | void * | buffer, |
| long | length, | ||
| long | offset ) |
| int __OSReadROMAsync | ( | void * | buffer, |
| long | length, | ||
| long | offset, | ||
| void(* | callback )() ) |
| unsigned char __OSGetBootMode | ( | void | ) |
| void __OSSetBootMode | ( | unsigned char | ntd | ) |
| void OSSetWirelessID | ( | long | chan, |
| u16 | id ) |
|
extern |
|
extern |
| void __OSInitSystemCall | ( | void | ) |
| void __OSThreadInit | ( | void | ) |
| long __OSGetEffectivePriority | ( | struct OSThread * | thread | ) |
| void __OSPromoteThread | ( | struct OSThread * | thread, |
| long | priority ) |
| void __OSReschedule | ( | void | ) |
| void __OSSetTime | ( | long long | time | ) |
| long long __OSGetSystemTime | ( | ) |
| long long __OSTimeToSystemTime | ( | s64 | time | ) |
| void __OSSetTick | ( | register unsigned long | newTicks | ) |
| __declspec | ( | section ".init" | ) |
| void __init_user | ( | void | ) |
| void __init_cpp | ( | void | ) |
| void __fini_cpp | ( | void | ) |
| void _ExitProcess | ( | void | ) |
| void __start | ( | void | ) |
| long long __get_clock | ( | void | ) |
| unsigned long __get_time | ( | void | ) |
| int __to_gm_time | ( | void | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
| unsigned long size |
| const void* src |