Home
last modified time | relevance | path

Searched refs:task_user_tls (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/arm64/kernel/
A Dprocess.c373 *task_user_tls(p) = read_sysreg(tpidr_el0); in copy_thread()
421 *task_user_tls(current) = read_sysreg(tpidr_el0); in tls_preserve_current_state()
435 write_sysreg(*task_user_tls(next), tpidr_el0); in tls_thread_switch()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dprocessor.h260 #define task_user_tls(t) \ macro
270 #define task_user_tls(t) (&(t)->thread.uw.tp_value) macro

Completed in 5 milliseconds