Home
last modified time | relevance | path

Searched refs:TPIDRRO_EL0 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h27 ctxt_sys_reg(ctxt, TPIDRRO_EL0) = read_sysreg(tpidrro_el0); in __sysreg_save_user_state()
97 write_sysreg(ctxt_sys_reg(ctxt, TPIDRRO_EL0), tpidrro_el0); in __sysreg_restore_user_state()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h310 TPIDRRO_EL0, /* Thread ID, User R/O */ enumerator
834 case TPIDRRO_EL0: *val = read_sysreg_s(SYS_TPIDRRO_EL0); break; in __vcpu_read_sys_reg_from_cpu()
878 case TPIDRRO_EL0: write_sysreg_s(val, SYS_TPIDRRO_EL0); break; in __vcpu_write_sys_reg_to_cpu()
/openbmc/qemu/target/arm/
H A Dcpregs.h382 FIELD(HFGRTR_EL2, TPIDRRO_EL0, 34, 1)
429 FIELD(HFGWTR_EL2, TPIDRRO_EL0, 34, 1)
722 DO_BIT(HFGRTR, TPIDRRO_EL0),
/openbmc/linux/arch/arm64/tools/
H A Dsysreg2053 Field 34 TPIDRRO_EL0
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1004 SR_FGT(SYS_TPIDRRO_EL0, HFGxTR, TPIDRRO_EL0, 1),
H A Dsys_regs.c2261 { SYS_DESC(SYS_TPIDRRO_EL0), NULL, reset_unknown, TPIDRRO_EL0 },