Searched refs:FIX_EARLYCON_MEM_BASE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Dfixmap.h15 FIX_EARLYCON_MEM_BASE, enumerator in enum:fixed_addresses
/linux-master/arch/arm/include/asm/
H A Dfixmap.h13 FIX_EARLYCON_MEM_BASE, enumerator in enum:fixed_addresses
/linux-master/arch/riscv/include/asm/
H A Dfixmap.h39 FIX_EARLYCON_MEM_BASE, enumerator in enum:fixed_addresses
/linux-master/arch/x86/platform/ce4100/
H A Dce4100.c94 set_fixmap_nocache(FIX_EARLYCON_MEM_BASE,
97 (void __iomem *)__fix_to_virt(FIX_EARLYCON_MEM_BASE);
/linux-master/arch/arm64/include/asm/
H A Dfixmap.h48 FIX_EARLYCON_MEM_BASE, enumerator in enum:fixed_addresses
/linux-master/arch/x86/include/asm/
H A Dfixmap.h90 FIX_EARLYCON_MEM_BASE, enumerator in enum:fixed_addresses
/linux-master/drivers/tty/serial/
H A Dearlycon.c43 set_fixmap_io(FIX_EARLYCON_MEM_BASE, paddr & PAGE_MASK);
44 base = (void __iomem *)__fix_to_virt(FIX_EARLYCON_MEM_BASE);
H A Dsamsung_tty.c2833 __set_fixmap(FIX_EARLYCON_MEM_BASE, device->port.mapbase,

Completed in 129 milliseconds