mmumap_table 299 bsp/hal/arm/arch/mmu.c mmu_init(struct mmumap *mmumap_table) mmumap_table 304 bsp/hal/arm/arch/mmu.c for (map = mmumap_table; map->type != 0; map++) { mmumap_table 57 bsp/hal/arm/integrator/machdep.c struct mmumap mmumap_table[] = mmumap_table 185 bsp/hal/arm/integrator/machdep.c mmu_init(mmumap_table); mmumap_table 54 bsp/hal/ppc/prep/machdep.c struct mmumap mmumap_table[] = mmumap_table 163 bsp/hal/ppc/prep/machdep.c mmu_init(mmumap_table); mmumap_table 260 bsp/hal/x86/arch/mmu.c mmu_init(struct mmumap *mmumap_table) mmumap_table 265 bsp/hal/x86/arch/mmu.c for (map = mmumap_table; map->type != 0; map++) { mmumap_table 51 bsp/hal/x86/pc/machdep.c static struct mmumap mmumap_table[] = mmumap_table 164 bsp/hal/x86/pc/machdep.c mmumap_table[0].size = bi->ram[0].size; mmumap_table 169 bsp/hal/x86/pc/machdep.c mmu_init(mmumap_table);