1.1 --- a/src/sh4/xltcache.h Wed Sep 12 09:16:47 2007 +0000
1.2 +++ b/src/sh4/xltcache.h Thu Sep 20 08:35:04 2007 +0000
1.5 - * $Id: xltcache.h,v 1.3 2007-09-12 09:16:47 nkeynes Exp $
1.6 + * $Id: xltcache.h,v 1.4 2007-09-20 08:35:04 nkeynes Exp $
1.8 * Translation cache support (architecture independent)
1.12 void xlat_flush_page( sh4addr_t address );
1.14 +void xlat_invalidate_word( sh4addr_t address );
1.15 +void xlat_invalidate_long( sh4addr_t address );
1.19 + * Invalidate the code cache for a memory region
1.21 +void xlat_invalidate_block( sh4addr_t address, size_t bytes );
1.24 * Flush the entire code cache. This isn't as cheap as one might like