|
SSBM Decomp
|
Functions | |
| static asm void | ExternalInterruptHandler (register __OSException exception, register OSContext *context) |
| void | __RAS_OSDisableInterrupts_begin (void) |
| void | __RAS_OSDisableInterrupts_end (void) |
| asm BOOL | OSDisableInterrupts (void) |
| asm BOOL | OSEnableInterrupts (void) |
| asm BOOL | OSRestoreInterrupts (register BOOL level) |
| __OSInterruptHandler | __OSSetInterruptHandler (__OSInterrupt interrupt, __OSInterruptHandler handler) |
| __OSInterruptHandler | __OSGetInterruptHandler (__OSInterrupt interrupt) |
| void | __OSInterruptInit (void) |
| static u32 | SetInterruptMask (OSInterruptMask mask, OSInterruptMask current) |
| OSInterruptMask | OSGetInterruptMask (void) |
| OSInterruptMask | OSSetInterruptMask (OSInterruptMask local) |
| OSInterruptMask | __OSMaskInterrupts (OSInterruptMask global) |
| OSInterruptMask | __OSUnmaskInterrupts (OSInterruptMask global) |
| void | __OSDispatchInterrupt (__OSException exception, OSContext *context) |
Variables | |
| static __OSInterruptHandler * | InterruptHandlerTable |
| volatile OSTime | __OSLastInterruptTime |
| volatile __OSInterrupt | __OSLastInterrupt |
| volatile u32 | __OSLastInterruptSrr0 |
| static OSInterruptMask | InterruptPrioTable [] |
|
static |
|
extern |
|
extern |
| asm BOOL OSDisableInterrupts | ( | void | ) |
| asm BOOL OSEnableInterrupts | ( | void | ) |
| __OSInterruptHandler __OSSetInterruptHandler | ( | __OSInterrupt | interrupt, |
| __OSInterruptHandler | handler ) |
| __OSInterruptHandler __OSGetInterruptHandler | ( | __OSInterrupt | interrupt | ) |
| void __OSInterruptInit | ( | void | ) |
|
static |
| OSInterruptMask OSGetInterruptMask | ( | void | ) |
| OSInterruptMask OSSetInterruptMask | ( | OSInterruptMask | local | ) |
| OSInterruptMask __OSMaskInterrupts | ( | OSInterruptMask | global | ) |
| OSInterruptMask __OSUnmaskInterrupts | ( | OSInterruptMask | global | ) |
| void __OSDispatchInterrupt | ( | __OSException | exception, |
| OSContext * | context ) |
|
static |
| volatile OSTime __OSLastInterruptTime |
| volatile __OSInterrupt __OSLastInterrupt |
| volatile u32 __OSLastInterruptSrr0 |
|
static |