Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dprocess.c365 write_sysreg(next->thread.tp_value, tpidrro_el0); in tls_thread_switch()
367 write_sysreg(0, tpidrro_el0); in tls_thread_switch()
369 write_sysreg(next->thread.tp_value, tpidr_el0); in tls_thread_switch()
/arch/arm64/include/asm/
Duaccess.h144 write_sysreg(ttbr + SWAPPER_DIR_SIZE, ttbr0_el1); in __uaccess_ttbr0_disable()
147 write_sysreg(ttbr, ttbr1_el1); in __uaccess_ttbr0_disable()
168 write_sysreg(ttbr1, ttbr1_el1); in __uaccess_ttbr0_enable()
172 write_sysreg(ttbr0, ttbr0_el1); in __uaccess_ttbr0_enable()
Dsysreg.h235 #define write_sysreg(v, r) do { \ macro