Lines Matching refs:tmp2
27 .macro __uaccess_ttbr0_enable, tmp1, tmp2
30 mrs \tmp2, ttbr1_el1
31 extr \tmp2, \tmp2, \tmp1, #48
32 ror \tmp2, \tmp2, #16
33 msr ttbr1_el1, \tmp2 // set the active ASID
39 .macro uaccess_ttbr0_disable, tmp1, tmp2
41 save_and_disable_irq \tmp2 // avoid preemption
43 restore_irq \tmp2
47 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3
50 __uaccess_ttbr0_enable \tmp1, \tmp2
55 .macro uaccess_ttbr0_disable, tmp1, tmp2
58 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3