Home
last modified time | relevance | path

Searched refs:FIXMAP_PMD_NUM (Results 1 – 6 of 6) sorted by relevance

/arch/x86/include/asm/
A Dfixmap.h26 # define FIXMAP_PMD_NUM 2 macro
29 # define FIXMAP_PMD_NUM (KM_PMDS + 2) macro
A Dpgtable_64.h26 extern pte_t level1_fixmap_pgt[512 * FIXMAP_PMD_NUM];
/arch/x86/kernel/
A Dhead_64.S685 .fill (512 - 4 - FIXMAP_PMD_NUM),8,0
687 .rept (FIXMAP_PMD_NUM)
698 .rept (FIXMAP_PMD_NUM)
/arch/x86/boot/startup/
A Dmap_kernel.c139 for (i = FIXMAP_PMD_TOP; i > FIXMAP_PMD_TOP - FIXMAP_PMD_NUM; i--) in __startup_64()
/arch/x86/mm/
A Dpgtable.c574 (FIXMAP_PMD_NUM * PTRS_PER_PTE)); in __native_set_fixmap()
/arch/x86/xen/
A Dmmu_pv.c1832 for (i = 0; i < FIXMAP_PMD_NUM; i++) { in xen_setup_kernel_pagetable()

Completed in 14 milliseconds