Home
last modified time | relevance | path

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

/Linux-v5.4/arch/riscv/include/asm/
Dfixmap.h35 #define __early_set_fixmap __set_fixmap macro
/Linux-v5.4/arch/arm/include/asm/
Dfixmap.h52 #define __early_set_fixmap __set_fixmap macro
/Linux-v5.4/arch/arm64/include/asm/
Dfixmap.h102 #define __early_set_fixmap __set_fixmap macro
/Linux-v5.4/mm/
Dearly_ioremap.c156 __early_set_fixmap(idx, phys_addr, prot); in __early_ioremap()
208 __early_set_fixmap(idx, 0, FIXMAP_PAGE_CLEAR); in early_iounmap()
/Linux-v5.4/arch/x86/include/asm/
Dfixmap.h195 void __early_set_fixmap(enum fixed_addresses idx,
/Linux-v5.4/arch/x86/mm/
Dioremap.c841 void __init __early_set_fixmap(enum fixed_addresses idx, in __early_set_fixmap() function