Lines Matching refs:tmp2
403 .macro dcache_by_line_op op, domain, kaddr, size, tmp1, tmp2
404 dcache_line_size \tmp1, \tmp2
406 sub \tmp2, \tmp1, #1
407 bic \kaddr, \kaddr, \tmp2
440 .macro invalidate_icache_by_line start, end, tmp1, tmp2, label
441 icache_line_size \tmp1, \tmp2
442 sub \tmp2, \tmp1, #1
443 bic \tmp2, \start, \tmp2
445 USER(\label, ic ivau, \tmp2) // invalidate I line PoU
446 add \tmp2, \tmp2, \tmp1
447 cmp \tmp2, \end
618 .macro tcr_clear_errata_bits, tcr, tmp1, tmp2
622 mov_q \tmp2, MIDR_FUJITSU_ERRATUM_010001_MASK
623 and \tmp1, \tmp1, \tmp2
624 mov_q \tmp2, MIDR_FUJITSU_ERRATUM_010001
625 cmp \tmp1, \tmp2
628 mov_q \tmp2, TCR_CLEAR_FUJITSU_ERRATUM_010001
629 bic \tcr, \tcr, \tmp2
741 .macro cond_yield, lbl:req, tmp:req, tmp2:req
755 this_cpu_offset \tmp2
756 ldr w\tmp, [\tmp, \tmp2]