OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [trunk/] [monitor/] [monitor/] [common/] [mmu.h] - Diff between revs 59 and 84

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 59 Rev 84
Line 34... Line 34...
Word mmuGetIndex(void);
Word mmuGetIndex(void);
void mmuSetIndex(Word value);
void mmuSetIndex(Word value);
Word mmuGetEntryHi(void);
Word mmuGetEntryHi(void);
void mmuSetEntryHi(Word value);
void mmuSetEntryHi(Word value);
Word mmuGetEntryLo(void);
Word mmuGetEntryLo(void);
void mmuSetEntryLo(Word Value);
void mmuSetEntryLo(Word value);
 
Word mmuGetBadAddr(void);
 
void mmuSetBadAddr(Word value);
 
 
TLB_Entry mmuGetTLB(int index);
TLB_Entry mmuGetTLB(int index);
void mmuSetTLB(int index, TLB_Entry tlbEntry);
void mmuSetTLB(int index, TLB_Entry tlbEntry);
 
 
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.