Lines Matching refs:PGDIR_SIZE
31 #define DTB_EARLY_BASE_VA PGDIR_SIZE
290 #if MAX_EARLY_MAPPING_SIZE < PGDIR_SIZE
293 #define NUM_EARLY_PMDS (1UL + MAX_EARLY_MAPPING_SIZE / PGDIR_SIZE)
388 if (sz == PGDIR_SIZE) { in create_pgd_mapping()
454 BUG_ON((PAGE_OFFSET % PGDIR_SIZE) != 0); in setup_vm()
466 (uintptr_t)fixmap_pgd_next, PGDIR_SIZE, PAGE_TABLE); in setup_vm()
474 (uintptr_t)trampoline_pmd, PGDIR_SIZE, PAGE_TABLE); in setup_vm()
480 load_pa, PGDIR_SIZE, PAGE_KERNEL_EXEC); in setup_vm()
497 (uintptr_t)early_dtb_pmd, PGDIR_SIZE, PAGE_TABLE); in setup_vm()
507 pa = dtb_pa & ~(PGDIR_SIZE - 1); in setup_vm()
509 pa, PGDIR_SIZE, PAGE_KERNEL); in setup_vm()
510 create_pgd_mapping(early_pg_dir, DTB_EARLY_BASE_VA + PGDIR_SIZE, in setup_vm()
511 pa + PGDIR_SIZE, PGDIR_SIZE, PAGE_KERNEL); in setup_vm()
512 dtb_early_va = (void *)DTB_EARLY_BASE_VA + (dtb_pa & (PGDIR_SIZE - 1)); in setup_vm()
566 PGDIR_SIZE, PAGE_TABLE); in setup_vm_final()