Shinobi Library - Cache Function
syCacheOCBP
Purges all cache blocks that include the specified area
FORMAT
-
Void syCacheOCBP( *address, size )
Void *address
Uint32 size
PARAMETER
-
*address | Starting address |
size | Size |
RETURN
-
None
DESCRIPTION
-
Purges all cache blocks that include the specified area ("To purge" means to discard the contents of the cache after a writeback.)
NOTE
-
If the address of P2 area(range from 0xa0000000 to 0xbfffffff) is specified, this area is replaced with the P0 area and is purged. In other words, even in the case of the noncacheable P2 area, the change is still made in the actual memory.
syCacheOCBP
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999