Lines Matching refs:rp
21 .macro addruart, rp, rv, tmp
22 mrc p15, 0, \rp, c1, c0
23 tst \rp, #1 @ MMU enabled?
24 moveq \rp, #0x80000000 @ physical base address
25 movne \rp, #0xf8000000 @ virtual address
32 add \rp, \rp, #0x00050000
33 ldr \rv, [\rp, #UTCR3]
37 addeq \rp, \rp, #(0x00010000 - 0x00050000)
38 ldreq \rv, [\rp, #UTCR3]
42 addeq \rp, \rp, #(0x00030000 - 0x00010000)
43 ldreq \rv, [\rp, #UTCR3]
47 lsl \rp, \rp, #8
48 lsr \rp, \rp, #8
49 orr \rv, \rp, #0xf8000000 @ virtual
50 orr \rp, \rp, #0x80000000 @ physical