Home
last modified time | relevance | path

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

/dports/emulators/yaze-ag/yaze-ag-2.51.0/
H A Dmem_mmu.c35 pagetab_struct MMUtable[MMUTABLES]; /* MMU page tables (default 8) */
71 for (m=0; m<MMUTABLES; m++) in initMMU()
77 if (MMUTABLES <7) in initMMU()
122 MMUTABLES, MMUPAGEPOINTERS); in initMMU()
156 if ( (h_mmut= GetBYTE_pp(HL)) < MMUTABLES ) { in loadMMU()
192 MMUTABLES, MMUPAGEPOINTERS); in printMMU()
200 for (m=0; m<MMUTABLES; m++) in printMMU()
210 for (m=0; m<MMUTABLES; m++) { in printMMU()
H A Dmem_mmu.h59 #ifndef MMUTABLES
60 #define MMUTABLES 16 /* default: 16 MMU page tables */ macro
77 extern pagetab_struct MMUtable[MMUTABLES];/* MMU page tables */
H A Dybios.c1753 if ((h_mmut = hreg(AF)) < MMUTABLES) in bios()
1788 BC = MMUTABLES * 256 /* B = MMUTABLES */ in bios()
1794 if ((h_mmut = hreg(AF)) < MMUTABLES) in bios()