Searched refs:SYS_TPIDR2_EL0 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/arm64/kernel/ |
D | process.c | 254 write_sysreg_s(0, SYS_TPIDR2_EL0); in tls_thread_flush() 382 p->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in copy_thread() 436 current->thread.tpidr2_el0 = read_sysreg_s(SYS_TPIDR2_EL0); in tls_preserve_current_state() 450 write_sysreg_s(next->thread.tpidr2_el0, SYS_TPIDR2_EL0); in tls_thread_switch()
|
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.12.1/tools/arch/arm64/include/asm/ |
D | sysreg.h | 300 #define SYS_TPIDR2_EL0 sys_reg(3, 3, 13, 0, 5) macro
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | sysreg.h | 437 #define SYS_TPIDR2_EL0 sys_reg(3, 3, 13, 0, 5) macro
|
/linux-6.12.1/arch/arm64/kvm/ |
D | emulate-nested.c | 1219 SR_FGT(SYS_TPIDR2_EL0, HFGxTR, nTPIDR2_EL0, 0),
|
D | sys_regs.c | 2654 { SYS_DESC(SYS_TPIDR2_EL0), undef_access },
|