u-boot/arch/mips/include/asm
Paul Burton 6fd596a1aa MIPS: Fix map_physmem for cached mappings
map_physmem should return a pointer that can be used by the CPU to
access the given memory - on MIPS simply returning the physical address
as it does prior to this patch doesn't achieve that. Instead return a
pointer to the memory within (c)kseg0, which matches up consistently
with the (c)kseg1 pointer that uncached mappings return via ioremap.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
2016-11-30 16:18:19 +01:00
..
mach-generic
addrspace.h
asm-offsets.h MIPS: add asm-offsets for struct pt_regs 2016-11-30 16:11:46 +01:00
asm.h
bitops.h
byteorder.h
cache.h mips: Let cache.h be included from assembly source 2016-11-30 16:13:17 +01:00
cachectl.h
cacheops.h
cm.h MIPS: Join the coherent domain when a CM is present 2016-09-21 15:04:04 +02:00
config.h
const.h
cpu-features.h
global_data.h
gpio.h
io.h MIPS: Fix map_physmem for cached mappings 2016-11-30 16:18:19 +01:00
isadep.h
linkage.h efi: Use asmlinkage for EFIAPI 2016-10-19 09:01:53 +02:00
malta.h
mipsregs.h MIPS: fix iand optimize setup of CP0 registers 2016-11-30 16:11:46 +01:00
pgtable-bits.h
posix_types.h
processor.h
ptrace.h
reboot.h
reg.h
regdef.h
sections.h
sgidefs.h
string.h
system.h MIPS: add handling for generic and EJTAG exceptions 2016-11-30 16:12:17 +01:00
types.h
u-boot-mips.h MIPS: add handling for generic and EJTAG exceptions 2016-11-30 16:12:17 +01:00
u-boot.h
unaligned.h