gap 67 bsp/hal/arm/arch/mmu.c size_t gap; gap 77 bsp/hal/arm/arch/mmu.c gap = (size_t)(pgd - pg); gap 78 bsp/hal/arm/arch/mmu.c if (gap != 0) gap 79 bsp/hal/arm/arch/mmu.c page_free(pg, gap); gap 80 bsp/hal/arm/arch/mmu.c page_free((paddr_t)(pgd + L1TBL_SIZE), (size_t)(L1TBL_SIZE - gap));