linux_dsm_epyc7002/arch/arm64/kernel
Catalin Marinas fc47897d2c arm64: Device specific operations
This patch adds several definitions for device communication, including
I/O accessors and ioremap(). The __raw_* accessors are implemented as
inline asm to avoid compiler generation of post-indexed accesses (less
efficient to emulate in a virtualised environment).

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
2012-09-17 13:42:04 +01:00
..
asm-offsets.c arm64: Assembly macros and definitions 2012-09-17 10:24:44 +01:00
cputable.c arm64: CPU support 2012-09-17 13:41:59 +01:00
entry.S arm64: Exception handling 2012-09-17 10:24:46 +01:00
head.S arm64: Kernel booting and initialisation 2012-09-17 10:24:45 +01:00
io.c arm64: Device specific operations 2012-09-17 13:42:04 +01:00
irq.c arm64: IRQ handling 2012-09-17 13:42:02 +01:00
process.c arm64: Process management 2012-09-17 13:41:58 +01:00
setup.c arm64: Kernel booting and initialisation 2012-09-17 10:24:45 +01:00
stacktrace.c arm64: Exception handling 2012-09-17 10:24:46 +01:00
traps.c arm64: Exception handling 2012-09-17 10:24:46 +01:00