Searched refs:MMUTABLES (Results 1 – 3 of 3) sorted by relevance
35 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()
59 #ifndef MMUTABLES60 #define MMUTABLES 16 /* default: 16 MMU page tables */ macro77 extern pagetab_struct MMUtable[MMUTABLES];/* MMU page tables */
1753 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()