Home
last modified time | relevance | path

Searched refs:tpidr2_el0 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/kernel/
H A Dsignal.c498 current->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in preserve_tpidr2_context()
502 __put_user_error(current->thread.tpidr2_el0, &ctx->tpidr2, err); in preserve_tpidr2_context()
509 u64 tpidr2_el0; in restore_tpidr2_context() local
515 __get_user_error(tpidr2_el0, &user->tpidr2->tpidr2, err); in restore_tpidr2_context()
517 write_sysreg_s(tpidr2_el0, SYS_TPIDR2_EL0); in restore_tpidr2_context()
H A Dptrace.c672 ret = membuf_store(&to, target->thread.tpidr2_el0); in tls_get()
688 tls[1] = target->thread.tpidr2_el0; in tls_set()
696 target->thread.tpidr2_el0 = tls[1]; in tls_set()
/linux/arch/arm64/include/asm/
H A Dprocessor.h186 u64 tpidr2_el0; member