Home | Sort by: relevance | last modified time | path |
/src/sys/arch/sparc/stand/common/ | |
mmu.c | 41 static int sun4_mmu3l; /* sun4 3-lvl MMU */ variable in typeref:typename:int 65 sun4_mmu3l = 1; 102 if (sun4_mmu3l) |
mmu.c | 41 static int sun4_mmu3l; /* sun4 3-lvl MMU */ variable in typeref:typename:int 65 sun4_mmu3l = 1; 102 if (sun4_mmu3l) |
/src/sys/arch/sparc/include/ | |
cpu.h | 228 int sun4_mmu3l; /* [4]: 3-level MMU present */ member in struct:cpu_info 229 #if defined(SUN4_MMU3L) 230 #define HASSUN4_MMU3L (cpuinfo.sun4_mmu3l) |
cpu.h | 228 int sun4_mmu3l; /* [4]: 3-level MMU present */ member in struct:cpu_info 229 #if defined(SUN4_MMU3L) 230 #define HASSUN4_MMU3L (cpuinfo.sun4_mmu3l) |