1 /* linux/include/asm-arm/arch-aaec2000/debug-macro.S
3 * Debugging macro include header
5 * Copyright (c) 2005 Nicolas Bellido Y Ortega
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
14 mrc p15, 0, \rx, c1, c0
15 tst \rx, #1 @ MMU enabled?
16 moveq \rx, #0x80000000 @ physical
17 movne \rx, #io_p2v(0x80000000) @ virtual
18 orr \rx, \rx, #0x00000800
26 1002: ldr \rd, [\rx, #0x10]
33 1001: ldr \rd, [\rx, #0x10]