Home
last modified time | relevance | path

Searched refs:__early_set_fixmap (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/arch/riscv/include/asm/
Dfixmap.h48 #define __early_set_fixmap __set_fixmap macro
/linux-5.19.10/arch/arm/include/asm/
Dfixmap.h52 #define __early_set_fixmap __set_fixmap macro
/linux-5.19.10/arch/arm64/include/asm/
Dfixmap.h103 #define __early_set_fixmap __set_fixmap macro
/linux-5.19.10/mm/
Dearly_ioremap.c152 __early_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
204 __early_set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR); in early_iounmap()
/linux-5.19.10/arch/powerpc/include/asm/
Dfixmap.h120 #define __early_set_fixmap __set_fixmap macro
/linux-5.19.10/arch/x86/include/asm/
Dfixmap.h196 void __early_set_fixmap(enum fixed_addresses idx,
/linux-5.19.10/arch/x86/mm/
Dioremap.c902 void __init __early_set_fixmap(enum fixed_addresses idx, in __early_set_fixmap() function