Home
last modified time | relevance | path

Searched refs:SYS_TPIDRRO_EL0 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h836 case TPIDRRO_EL0: *val = read_sysreg_s(SYS_TPIDRRO_EL0); break; in __vcpu_read_sys_reg_from_cpu()
880 case TPIDRRO_EL0: write_sysreg_s(val, SYS_TPIDRRO_EL0); break; in __vcpu_write_sys_reg_to_cpu()
H A Dsysreg.h414 #define SYS_TPIDRRO_EL0 sys_reg(3, 3, 13, 0, 3) macro
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h467 #define SYS_TPIDRRO_EL0 sys_reg(3, 3, 13, 0, 3) macro
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1004 SR_FGT(SYS_TPIDRRO_EL0, HFGxTR, TPIDRRO_EL0, 1),
H A Dsys_regs.c2207 { SYS_DESC(SYS_TPIDRRO_EL0), NULL, reset_unknown, TPIDRRO_EL0 },