Home
last modified time | relevance | path

Searched refs:pud_set_fixmap (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dpgtable.h960 static inline pud_t *pud_set_fixmap(unsigned long addr) in pud_set_fixmap() function
971 return pud_set_fixmap(pud_offset_phys(p4dp, addr)); in pud_set_fixmap_offset()
997 #define pud_set_fixmap(addr) NULL macro
/linux/arch/arm64/mm/
H A Dmmu.c343 pudp = pud_set_fixmap(pud_phys); in alloc_init_pud()