Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dfixmap.h26 # define FIXMAP_PMD_NUM 2 macro
29 # define FIXMAP_PMD_NUM (KM_PMDS + 2) macro
H A Dpgtable_64.h26 extern pte_t level1_fixmap_pgt[512 * FIXMAP_PMD_NUM];
/linux/arch/x86/mm/
H A Dpgtable.c688 (FIXMAP_PMD_NUM * PTRS_PER_PTE)); in __native_set_fixmap()
/linux/arch/x86/xen/
H A Dmmu_pv.c1834 for (i = 0; i < FIXMAP_PMD_NUM; i++) { in xen_setup_kernel_pagetable()