vitasdk
Documentation of the vitasdk
cpu.h File Reference

Go to the source code of this file.

Macros

#define ENTER_SYSCALL(state)
 Call this when entering a syscall.
 
#define EXIT_SYSCALL(state)
 Call this when exiting a syscall.
 

Functions

int ksceKernelCpuId (void)
 Returns the CPU ID of the calling processor.
 
SceKernelIntrStatus ksceKernelCpuSuspendIntr (void)
 Suspend intr of calling processor.
 
SceKernelIntrStatus ksceKernelCpuResumeIntr (SceKernelIntrStatus prev_state)
 Suspend intr of calling processor.
 
void ksceKernelGetVmaccessRange (SceUIntPtr *pRangeStart, SceUIntPtr *pRangeEnd)
 
void ksceKernelCpuBranchPredictorInvalidateAll (void)
 
void ksceKernelCpuBranchPredictorInvalidateAllIS (void)
 
SceUInt8 ksceKernelCpuGetCONTEXTIDR (void)
 
void ksceKernelCpuUpdateSCTLR (void)
 
SceBool ksceKernelIsUncacheAddressInTmpFsGame (void *address)