boot_pgd 54 bsp/hal/arm/arch/mmu.c static pgd_t boot_pgd = (pgd_t)BOOT_PGD; boot_pgd 199 bsp/hal/arm/arch/mmu.c memcpy(&pgd[i], &boot_pgd[i], (size_t)(L1TBL_SIZE - i * 4)); boot_pgd 283 bsp/hal/arm/arch/mmu.c boot_pgd[PAGE_DIR(virt)] = (uint32_t)kvtop(pte) | PDE_PRESENT; boot_pgd 316 bsp/hal/arm/arch/mmu.c if (mmu_map(boot_pgd, map->phys, map->virt, boot_pgd 323 bsp/hal/arm/arch/mmu.c if (mmu_map(boot_pgd, 0, CONFIG_ARM_VECTORS, PAGE_SIZE, PG_SYSTEM)) boot_pgd 51 bsp/hal/x86/arch/mmu.c static pgd_t boot_pgd = (pgd_t)BOOT_PGD; boot_pgd 172 bsp/hal/x86/arch/mmu.c memcpy(&pgd[i], &boot_pgd[i], (size_t)(1024 - i)); boot_pgd 277 bsp/hal/x86/arch/mmu.c if (mmu_map(boot_pgd, map->phys, map->virt,