Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/include/asm/
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()
Dsysreg.h414 #define SYS_TPIDRRO_EL0 sys_reg(3, 3, 13, 0, 3) macro
/linux-6.6.21/tools/arch/arm64/include/asm/
Dsysreg.h467 #define SYS_TPIDRRO_EL0 sys_reg(3, 3, 13, 0, 3) macro
/linux-6.6.21/arch/arm64/kvm/
Demulate-nested.c1004 SR_FGT(SYS_TPIDRRO_EL0, HFGxTR, TPIDRRO_EL0, 1),
Dsys_regs.c2207 { SYS_DESC(SYS_TPIDRRO_EL0), NULL, reset_unknown, TPIDRRO_EL0 },