Searched refs:TPIDR_EL1 (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h81 ctxt_sys_reg(ctxt, TPIDR_EL1) = read_sysreg(tpidr_el1);
157 write_sysreg(ctxt_sys_reg(ctxt, TPIDR_EL1), tpidr_el1);
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h384 TPIDR_EL1, /* Thread ID, Privileged */ enumerator in enum:vcpu_sysreg
955 case TPIDR_EL1: *val = read_sysreg_s(SYS_TPIDR_EL1); break;
1000 case TPIDR_EL1: write_sysreg_s(val, SYS_TPIDR_EL1); break;
/linux-master/arch/arm64/kvm/
H A Demulate-nested.c1072 SR_FGT(SYS_TPIDR_EL1, HFGxTR, TPIDR_EL1, 1),
H A Dsys_regs.c2451 { SYS_DESC(SYS_TPIDR_EL1), NULL, reset_unknown, TPIDR_EL1 },

Completed in 186 milliseconds