Shinobi Library - Cache Function
syCacheOCWB
Writes back all cache blocks that include the specified area
FORMAT
-
Void syCacheOCWB( *address, size )
Void *address
Uint32 size
PARAMETER
-
*address | Starting address |
size | Size |
RETURN
-
None
DESCRIPTION
-
Writes back all cache blocks that include the specified area. ("To write back" means to write the contents of the cache back to physical memory.)
NOTE
-
If the address of P2 are(range from 0xa0000000 to 0xbfffffff) is specified, this area is replaced with the P0 area and is written back. In other words, even in the case of the non-cacheable P2 area, the change is still made in the actual memory.
syCacheOCWB
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999