Searched refs:fixmap_pmd_p (Results 1 – 1 of 1) sorted by relevance
97 static pmd_t *fixmap_pmd_p; variable111 fixmap_pmd_p = memblock_alloc(PAGE_SIZE, PAGE_SIZE); in fixedrange_init()112 if (!fixmap_pmd_p) in fixedrange_init()115 set_pmd(pmd, __pmd(__pa(fixmap_pmd_p) + _PAGE_KERNEL_TABLE)); in fixedrange_init()256 pte = (pte_t *)&fixmap_pmd_p[pte_index(addr)]; in __set_fixmap()