forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

cache ops

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
crazyc



Joined: 17 Jun 2005
Posts: 410

PostPosted: Fri Jul 22, 2005 12:02 pm    Post subject: cache ops Reply with quote

I need to know the cache ops to write the flush functions for the ME. After looking at the kernel, this is my guess for what they are. If anyone knows any differently I'd like to know.

Code:
#define IXILT      0x00   /* Icache index load tag */
#define IXIST      0x01   /* Icache index store tag */
#define IXIINV      0x03   /* Icache index invalidate */
#define IXHINV      0x08   /* Icache hit invalidate */
#define DXILT      0x10   /* Dcache index load tag */
#define DXIST      0x11   /* Dcache index store tag */
#define DXIINV      0x13   /* Dcache index invalidate */
#define DXIWBINV   0x14   /* Dcache index writeback invalidate */
#define DXHINV      0x19   /* Dcache hit invalidate */
#define DXHWB      0x1a   /* Dcache hit writeback */
#define DXHWBINV   0x1b   /* Dcache hit writeback invalidate */
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group