Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals

pspkernel.h File Reference

#include <pspuser.h>
#include <pspiofilemgr_kernel.h>
#include <psploadcore.h>
#include <pspstdio_kernel.h>
#include <pspsysreg.h>
#include <pspkdebug.h>

Include dependency graph for pspkernel.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define pspKernelSetKernelPC()
 Set the $pc register to a kernel memory address.


Define Documentation

 
#define pspKernelSetKernelPC  ) 
 

Value:

{     \
        __asm__ volatile (      \
        "la     $8, 1f\n\t"     \
        "lui    $9, 0x8000\n\t" \
        "or     $8, $9\n\t"     \
        "jr     $8\n\t"         \
        " nop\n\t"              \
        "1:\n\t"                \
        : : : "$8", "$9");      \
        sceKernelIcacheClearAll(); \
}
Set the $pc register to a kernel memory address.

When the PSP's kernel library stubs are called, they expect to be accessed from the kernel's address space. Use this function to set $pc to the kernel address space, before calling a kernel library stub.


Generated on Wed Sep 28 07:53:37 2005 for pspsdk-1.0+beta by  doxygen 1.4.4