Searched refs:pmd_set_fixmap (Results 1 – 2 of 2) sorted by relevance
855 #define pmd_set_fixmap(addr) ((pmd_t *)set_fixmap_offset(FIX_PMD, addr)) macro856 #define pmd_set_fixmap_offset(pud, addr) pmd_set_fixmap(pmd_offset_phys(pud, addr))871 #define pmd_set_fixmap(addr) NULL macro
298 pmdp = pmd_set_fixmap(pmd_phys); in alloc_init_cont_pmd()