Home | History | Annotate | Download | only in bootaa64

Lines Matching refs:x3

45  * in x1. It will corrupt x0, x1, x2, and x3.
49 mrs x3, ctr_el0
50 ubfx x3, x3, #16, #4 /* x3 = D cache shift */
52 lsl x3, x2, x3 /* x3 = D cache line size */
54 mrs x3, ctr_el0
55 ubfx x2, x3, #16, #4 /* x2 = D cache shift */
56 and x3, x3, #15 /* x3 = I cache shift */
57 cmp x3, x2
59 mov x3, x2
60 1: /* x3 = MAX(IcacheShift,DcacheShift) */
62 lsl x3, x2, x3 /* x3 = cache line size */
64 sub x4, x3, #1 /* Get the address mask */
75 add x0, x0, x3 /* Move to the next line */
76 subs x1, x1, x3 /* Reduce the size */
135 mov x3, xzr