Lines Matching defs:level
68 * Data cache operations by set/way to the level specified
73 * r1: The cache level to begin operation from
75 * r3: The last cache level to operate on
76 * and will carry out the operation on each data cache from level 0
77 * to the level in r3 in sequence
99 add r10, r1, r1, LSR #1 // Work out 3x current cache level
102 cmp r12, #2 // see what cache we have at this level
103 blo level_done // no cache or only instruction cache at this level
105 stcopr r1, CSSELR // select current cache level in csselr
130 orr r0, r1, r9, LSL r5 // factor in the way number and cache level into r0
147 stcopr r6, CSSELR //select cache level 0 in csselr
189 * level specified
192 .macro dcsw_op_level level
194 mov r3, \level
200 * Data cache operations by set/way for level 1 cache
212 * Data cache operations by set/way for level 2 cache
224 * Data cache operations by set/way for level 3 cache