Lines Matching defs:level
114 * Data cache operations by set/way to the level specified
118 * x3: The last cache level to operate on
120 * x10: The cache level to begin operation from
121 * and will carry out the operation on each data cache from level 0
122 * to the level in x3 in sequence
149 add x2, x10, x10, lsr #1 // work out 3x current cache level
152 cmp x1, #2 // see what cache we have at this level
155 msr csselr_el1, x10 // select current cache level in csselr
180 dsb sy // barrier before we start this level
206 msr csselr_el1, xzr // select cache level 0 in csselr
232 * level specified
235 .macro dcsw_op_level level
237 mov x3, \level
243 * Data cache operations by set/way for level 1 cache
255 * Data cache operations by set/way for level 2 cache
267 * Data cache operations by set/way for level 3 cache