Lines Matching full:rp
17 .macro addruart, rp, rv, tmp
18 mrc p15, 0, \rp, c1, c0
19 tst \rp, #1 @ MMU enabled?
20 moveq \rp, #0x80000000 @ physical base address
21 movne \rp, #0xf8000000 @ virtual address
28 add \rp, \rp, #0x00050000
29 ldr \rv, [\rp, #UTCR3]
33 addeq \rp, \rp, #(0x00010000 - 0x00050000)
34 ldreq \rv, [\rp, #UTCR3]
38 addeq \rp, \rp, #(0x00030000 - 0x00010000)
39 ldreq \rv, [\rp, #UTCR3]
43 lsl \rp, \rp, #8
44 lsr \rp, \rp, #8
45 orr \rv, \rp, #0xf8000000 @ virtual
46 orr \rp, \rp, #0x80000000 @ physical