Home
last modified time | relevance | path

Searched refs:TPIDR_EL0 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h68 ctxt_sys_reg(ctxt, TPIDR_EL0) = read_sysreg(tpidr_el0); in __sysreg_save_user_state()
207 write_sysreg(ctxt_sys_reg(ctxt, TPIDR_EL0), tpidr_el0); in __sysreg_restore_user_state()
/linux/arch/arm64/kvm/
H A Dsys_regs.c131 case TPIDR_EL0: in locate_direct_register()
245 case TPIDR_EL0: val = read_sysreg_s(SYS_TPIDR_EL0); break; in read_sr_from_cpu()
283 case TPIDR_EL0: write_sysreg_s(val, SYS_TPIDR_EL0); break; in write_sr_to_cpu()
3474 { SYS_DESC(SYS_TPIDR_EL0), NULL, reset_unknown, TPIDR_EL0 },
H A Demulate-nested.c1361 SR_FGT(SYS_TPIDR_EL0, HFGRTR, TPIDR_EL0, 1),
/linux/arch/arm64/include/asm/
H A Dkvm_host.h445 TPIDR_EL0, /* Thread ID, User R/W */ enumerator