Searched refs:FIX_PUD (Results 1 - 4 of 4) sorted by path

/linux-master/arch/arm64/include/asm/
H A Dfixmap.h89 FIX_PUD, enumerator in enum:fixed_addresses
H A Dpgtable.h911 return (pud_t *)set_fixmap_offset(FIX_PUD, addr);
924 clear_fixmap(FIX_PUD);
/linux-master/arch/riscv/include/asm/
H A Dfixmap.h35 FIX_PUD, enumerator in enum:fixed_addresses
/linux-master/arch/riscv/mm/
H A Dinit.c488 clear_fixmap(FIX_PUD);
489 return (pud_t *)set_fixmap_offset(FIX_PUD, pa);
1329 clear_fixmap(FIX_PUD);

Completed in 173 milliseconds