Searched refs:SYS_TPIDR2_EL0 (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/arm64/kernel/ |
| H A D | process.c | 255 write_sysreg_s(0, SYS_TPIDR2_EL0); in tls_thread_flush() 431 p->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in copy_thread() 490 current->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in tls_preserve_current_state() 504 write_sysreg_s(next->thread.tpidr2_el0, SYS_TPIDR2_EL0); in tls_thread_switch()
|
| H A D | signal.c | 498 current->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in preserve_tpidr2_context() 517 write_sysreg_s(tpidr2_el0, SYS_TPIDR2_EL0); in restore_tpidr2_context()
|
| /linux-6.15/tools/arch/arm64/include/asm/ |
| H A D | sysreg.h | 435 #define SYS_TPIDR2_EL0 sys_reg(3, 3, 13, 0, 5) macro
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | sysreg.h | 435 #define SYS_TPIDR2_EL0 sys_reg(3, 3, 13, 0, 5) macro
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | emulate-nested.c | 1307 SR_FGT(SYS_TPIDR2_EL0, HFGxTR, nTPIDR2_EL0, 0),
|
| H A D | sys_regs.c | 3087 { SYS_DESC(SYS_TPIDR2_EL0), undef_access },
|