Lines Matching defs:fixmap_pmd
386 static pmd_t fixmap_pmd[PTRS_PER_PMD] __page_aligned_bss;
391 #define fixmap_pmd ((pmd_t *)XIP_FIXUP(fixmap_pmd))
624 (uintptr_t)fixmap_pud : (uintptr_t)fixmap_pmd))
942 create_pmd_mapping(fixmap_pmd, fix_fdt_va,
944 create_pmd_mapping(fixmap_pmd, fix_fdt_va + PMD_SIZE,
1146 (uintptr_t)fixmap_pmd, PUD_SIZE, PAGE_TABLE);
1147 create_pmd_mapping(fixmap_pmd, FIXADDR_START,
1195 fix_bmap_spmd = fixmap_pmd[pmd_index(__fix_to_virt(FIX_BTMAP_BEGIN))];
1196 fix_bmap_epmd = fixmap_pmd[pmd_index(__fix_to_virt(FIX_BTMAP_END))];