Searched refs:tpidrro_el0 (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dsys_compat.c98 write_sysreg(regs->regs[0], tpidrro_el0);
H A Dprocess.c264 write_sysreg(0, tpidrro_el0);
428 write_sysreg(next->thread.uw.tp_value, tpidrro_el0);
430 write_sysreg(0, tpidrro_el0);
H A Dentry.S48 mrs x30, tpidrro_el0
49 msr tpidrro_el0, xzr
80 /* Recover the original x0 value and stash it in tpidrro_el0 */
82 msr tpidrro_el0, x0
98 mrs x0, tpidrro_el0
550 mrs x0, tpidrro_el0
690 msr tpidrro_el0, x30 // Restored in kernel_ventry
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h27 ctxt_sys_reg(ctxt, TPIDRRO_EL0) = read_sysreg(tpidrro_el0);
115 write_sysreg(ctxt_sys_reg(ctxt, TPIDRRO_EL0), tpidrro_el0); local
/linux-master/arch/arm64/mm/
H A Dproc.S83 mrs x3, tpidrro_el0
128 msr tpidrro_el0, x3

Completed in 118 milliseconds