RetroArch
|
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdarg.h>
#include "asm.h"
#include "processor.h"
#include "cache.h"
#include "irq.h"
#include "context.h"
#include "system.h"
#include "gx.h"
#include "pad.h"
#include "consol.h"
#include "console.h"
#include "lwp_threads.h"
#include "ios.h"
#include "ogc/video_types.h"
Classes | |
struct | _framerec |
Macros | |
#define | CPU_STACK_TRACE_DEPTH 10 |
Typedefs | |
typedef struct _framerec | frame_rec |
typedef struct _framerec * | frame_rec_t |
Functions | |
void | __exception_sethandler (u32 nExcept, void(*pHndl)(frame_context *)) |
void | udelay (int us) |
void | fpu_exceptionhandler () |
void | irq_exceptionhandler () |
void | dec_exceptionhandler () |
void | default_exceptionhandler () |
void | VIDEO_SetFramebuffer (void *) |
void | __reload () |
void | __exception_load (u32 nExc, void *data, u32 len, void *patch) |
void | __systemcall_init () |
void | __exception_init () |
void | __exception_close (u32 except) |
void | __exception_closeall () |
static void | _cpu_print_stack (void *pc, void *lr, void *r1) |
void | __exception_setreload (int t) |
static void | waitForReload () |
void | c_default_exceptionhandler (frame_context *pCtx) |
Variables | |
static void * | exception_xfb = (void*)0xC1700000 |
static int | reload_timer = -1 |
s8 | exceptionhandler_start [] |
s8 | exceptionhandler_end [] |
s8 | exceptionhandler_patch [] |
s8 | systemcallhandler_start [] |
s8 | systemcallhandler_end [] |
void(* | _exceptionhandlertable [NUM_EXCEPTIONS])(frame_context *) |
static u32 | exception_location [NUM_EXCEPTIONS] |
static const char * | exception_name [NUM_EXCEPTIONS] |
#define CPU_STACK_TRACE_DEPTH 10 |
typedef struct _framerec * frame_rec_t |
void __exception_sethandler | ( | u32 | nExcept, |
void(*)(frame_context *) | pHndl | ||
) |
void __exception_setreload | ( | int | t | ) |
void __reload | ( | ) |
void c_default_exceptionhandler | ( | frame_context * | pCtx | ) |
void dec_exceptionhandler | ( | ) |
void default_exceptionhandler | ( | ) |
void fpu_exceptionhandler | ( | ) |
void irq_exceptionhandler | ( | ) |
void udelay | ( | int | us | ) |
|
static |
void(* _exceptionhandlertable[NUM_EXCEPTIONS])(frame_context *) |
|
static |
|
static |
s8 exceptionhandler_end[] |
s8 exceptionhandler_patch[] |
s8 exceptionhandler_start[] |
|
static |
s8 systemcallhandler_end[] |
s8 systemcallhandler_start[] |