RetroArch
|
Macros | |
#define | _SHIFTL(v, s, w) ((u32) (((u32)(v) & ((0x01 << (w)) - 1)) << (s))) |
#define | _SHIFTR(v, s, w) ((u32)(((u32)(v) >> (s)) & ((0x01 << (w)) - 1))) |
Functions | |
void | __LCEnable () |
void | L2GlobalInvalidate () |
void | L2Enable () |
void | LCEnable () |
u32 | LCLoadData (void *dstAddr, void *srcAddr, u32 nCount) |
u32 | LCStoreData (void *dstAddr, void *srcAddr, u32 nCount) |
u32 | LCQueueLength () |
u32 | LCQueueWait (u32 len) |
void | LCFlushQueue () |
void | LCAlloc (void *addr, u32 bytes) |
void | LCAllocNoInvalidate (void *addr, u32 bytes) |
void __LCEnable | ( | ) |
void L2Enable | ( | ) |
void L2GlobalInvalidate | ( | ) |
void LCEnable | ( | ) |
void LCFlushQueue | ( | ) |
u32 LCQueueLength | ( | ) |