Searched refs:tpidr2_el0 (Results 1 – 3 of 3) sorted by relevance
372 p->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in copy_thread()387 p->thread.tpidr2_el0 = 0; in copy_thread()420 current->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in tls_preserve_current_state()434 write_sysreg_s(next->thread.tpidr2_el0, SYS_TPIDR2_EL0); in tls_thread_switch()
676 ret = membuf_store(&to, target->thread.tpidr2_el0); in tls_get()692 tls[1] = target->thread.tpidr2_el0; in tls_set()700 target->thread.tpidr2_el0 = tls[1]; in tls_set()
174 u64 tpidr2_el0; member