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

/linux-master/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-master/arch/x86/kernel/
H A Dhead_64.S694 .fill (512 - 4 - FIXMAP_PMD_NUM),8,0
696 .rept (FIXMAP_PMD_NUM)
706 .rept (FIXMAP_PMD_NUM)
H A Dhead64.c191 for (i = FIXMAP_PMD_TOP; i > FIXMAP_PMD_TOP - FIXMAP_PMD_NUM; i--)
/linux-master/arch/x86/mm/
H A Dpgtable.c671 (FIXMAP_PMD_NUM * PTRS_PER_PTE));
/linux-master/arch/x86/xen/
H A Dmmu_pv.c1737 /* L3_k[511][508-FIXMAP_PMD_NUM ... 507] -> level1_fixmap_pgt */
1782 for (i = 0; i < FIXMAP_PMD_NUM; i++) {

Completed in 128 milliseconds