Home
last modified time | relevance | path

Searched refs:TLB_RA_R (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dcammu.cpp423 tlb_set.x.ra &= ~TLB_RA_R; in tlb_lookup()
432 tlb_set.w.ra &= ~TLB_RA_R; in tlb_lookup()
485 if (!(tlbl.ra & TLB_RA_R)) in translate_address()
557 tlbl.ra |= TLB_RA_D | TLB_RA_R; in translate_address()
561 if (!(tlbl.ra & TLB_RA_R)) in translate_address()
574 tlbl.ra |= TLB_RA_R; in translate_address()
668 const u32 ra_mask = ((data & RESET_RD) ? TLB_RA_D : 0) | ((data & RESET_RR) ? TLB_RA_R : 0); in reset_w()
H A Dcammu.h536 TLB_RA_R = 0x00000002, // referenced flag enumerator
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dcammu.cpp423 tlb_set.x.ra &= ~TLB_RA_R; in tlb_lookup()
432 tlb_set.w.ra &= ~TLB_RA_R; in tlb_lookup()
485 if (!(tlbl.ra & TLB_RA_R)) in translate_address()
557 tlbl.ra |= TLB_RA_D | TLB_RA_R; in translate_address()
561 if (!(tlbl.ra & TLB_RA_R)) in translate_address()
574 tlbl.ra |= TLB_RA_R; in translate_address()
668 const u32 ra_mask = ((data & RESET_RD) ? TLB_RA_D : 0) | ((data & RESET_RR) ? TLB_RA_R : 0); in reset_w()
H A Dcammu.h536 TLB_RA_R = 0x00000002, // referenced flag enumerator