Nugget
Loading...
Searching...
No Matches
Functions
kernel.cpp File Reference
#include "psyqo/kernel.hh"
#include <EASTL/array.h>
#include <EASTL/atomic.h>
#include <EASTL/bonus/fixed_ring_buffer.h>
#include <EASTL/fixed_vector.h>
#include <EASTL/functional.h>
#include <stdint.h>
#include "common/hardware/dma.h"
#include "common/hardware/pcsxhw.h"
#include "common/kernel/events.h"
#include "common/kernel/threads.h"
#include "common/syscalls/syscalls.h"
#include "common/util/encoder.hh"
#include "psyqo/application.hh"
#include "psyqo/hardware/cpu.hh"
#include "psyqo/spu.hh"
#include "psyqo/xprintf.h"
Include dependency graph for kernel.cpp:

Functions

void psyqoExceptionHandler (uint32_t ireg)
 
void psyqoBreakHandler (uint32_t code)
 
void psyqoAssemblyExceptionHandler ()
 

Function Documentation

◆ psyqoAssemblyExceptionHandler()

void psyqoAssemblyExceptionHandler ( )

◆ psyqoBreakHandler()

void psyqoBreakHandler ( uint32_t  code)

◆ psyqoExceptionHandler()

void psyqoExceptionHandler ( uint32_t  ireg)