Lines Matching refs:r12
93 push {r4-r12, lr}
100 mov r12, r2, LSR r10 // extract cache type bits from clidr
101 and r12, r12, #7 // mask the bits for current cache only
102 cmp r12, #2 // see what cache we have at this level
107 ldcopr r12, CCSIDR // read the new ccsidr
108 and r10, r12, #7 // extract the length of the cache lines
113 ubfx r4, r12, #3, #21 // r4 = associativity CCSIDR[23:3]
116 ubfx r4, r12, #3, #10 // r4 = associativity CCSIDR[12:3]
124 ldcopr r12, CCSIDR2 // FEAT_CCIDX numsets is in CCSIDR2
125 ubfx r7, r12, #0, #24 // r7 = numsets CCSIDR2[23:0]
128 ubfx r7, r12, #13, #15 // r7 = numsets CCSIDR[27:13]
150 pop {r4-r12, pc}