Searched refs:SYS_TPIDR2_EL0 (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | process.c | 255 write_sysreg_s(0, SYS_TPIDR2_EL0); in tls_thread_flush() 470 p->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in copy_thread() 525 current->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in tls_preserve_current_state() 539 write_sysreg_s(next->thread.tpidr2_el0, SYS_TPIDR2_EL0); in tls_thread_switch()
|
| H A D | signal.c | 508 u64 tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in preserve_tpidr2_context() 528 write_sysreg_s(tpidr2_el0, SYS_TPIDR2_EL0); in restore_tpidr2_context() 1499 write_sysreg_s(0, SYS_TPIDR2_EL0); in setup_return()
|
| /linux/arch/arm64/include/asm/ |
| H A D | sysreg.h | 423 #define SYS_TPIDR2_EL0 sys_reg(3, 3, 13, 0, 5) macro
|
| /linux/arch/arm64/kvm/ |
| H A D | emulate-nested.c | 1336 SR_FGT(SYS_TPIDR2_EL0, HFGRTR, nTPIDR2_EL0, 0),
|
| H A D | sys_regs.c | 3476 { SYS_DESC(SYS_TPIDR2_EL0), undef_access },
|