Lines Matching refs:tmp2
26 .macro __uaccess_ttbr0_enable, tmp1, tmp2
29 mrs \tmp2, ttbr1_el1
30 extr \tmp2, \tmp2, \tmp1, #48
31 ror \tmp2, \tmp2, #16
32 msr ttbr1_el1, \tmp2 // set the active ASID
37 .macro uaccess_ttbr0_disable, tmp1, tmp2
39 save_and_disable_irq \tmp2 // avoid preemption
41 restore_irq \tmp2
45 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3
48 __uaccess_ttbr0_enable \tmp1, \tmp2
53 .macro uaccess_ttbr0_disable, tmp1, tmp2
56 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3