Home
last modified time | relevance | path

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

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