Home
last modified time | relevance | path

Searched refs:tlb_write (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Dcpzero.cc266 CPZero::tlb_write(unsigned index) in tlb_write() function in CPZero
275 tlb_write ((reg[Index] & Index_Index_MASK) >> 8); in tlbwi_emulate()
281 tlb_write ((reg[Random] & Random_Random_MASK) >> 8); in tlbwr_emulate()
H A Dcpzero.h65 void tlb_write(unsigned index);
H A DChangeLog3189 Add prototype for tlb_write.
3198 Refactor common code from tlbwi_emulate and tlbwr_emulate into tlb_write.