vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
void | ksceKernelDcacheCleanInvalidateRange (void *start, unsigned int size) |
The clean and invalidate a range the L1 dcache and L2. More... | |
void | ksceKernelDcacheCleanInvalidateRangeForL1WBWA (void *start, unsigned int size) |
The clean and invalidate a range the L1 dcache. More... | |
void | ksceKernelDcacheCleanRange (void *start, unsigned int size) |
The clean a range the L1 dcache and L2. More... | |
void | ksceKernelDcacheCleanRangeForL1WBWA (void *start, unsigned int size) |
The clean a range the L1 dcache. More... | |
void | ksceKernelDcacheInvalidateRange (void *start, unsigned int size) |
The invalidate a range the L1 dcache and L2. More... | |
void | ksceKernelDcacheInvalidateRangeForL1WBWA (void *start, unsigned int size) |
The invalidate a range the L1 dcache. More... | |
void | ksceKernelIcacheInvalidateRange (void *start, unsigned int size) |
The invalidate a range the L1 icache and L2. More... | |
void | ksceKernelL1DcacheClean (void *start) |
The clean a one line the L1 icache. More... | |
void | ksceKernelL1DcacheCleanRange (void *start, unsigned int size) |
The clean a range the L1 dcache. More... | |
void | ksceKernelL1DcacheCleanAll (void) |
The clean all the L1 dcache. More... | |
void | ksceKernelL1DcacheCleanInvalidate (void *start) |
The invalidate a one line the L1 icache. More... | |
void | ksceKernelL1DcacheCleanInvalidateRange (void *start, unsigned int size) |
The clean and invalidate a range the L1 dcache. More... | |
void | ksceKernelL1DcacheCleanInvalidateAll (void) |
The clean and invalidate all the L1 dcache. More... | |
void | ksceKernelL1DcacheInvalidate (void *start) |
The invalidate a one line the L1 dcache. More... | |
void | ksceKernelL1DcacheInvalidateRange (void *start, unsigned int size) |
The invalidate a range the L1 dcache. More... | |
void | ksceKernelL1DcacheInvalidateAll (void) |
The invalidate all the L1 dcache. More... | |
void | ksceKernelL1IcacheInvalidateRange (void *start, unsigned int size) |
The invalidate a range the L1 icache. More... | |
void | ksceKernelL1IcacheInvalidateEntire (void) |
The invalidate entire the L1 icache. More... | |
void | ksceKernelL1IcacheInvalidateEntireAllCore (void) |
The invalidate entire the L1 icache of all cores. More... | |