Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dkvm_host.h1040 case TPIDR_EL0: *val = read_sysreg_s(SYS_TPIDR_EL0); break; in __vcpu_read_sys_reg_from_cpu()
1086 case TPIDR_EL0: write_sysreg_s(val, SYS_TPIDR_EL0); break; in __vcpu_write_sys_reg_to_cpu()
H A Dsysreg.h435 #define SYS_TPIDR_EL0 sys_reg(3, 3, 13, 0, 2) macro
/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h298 #define SYS_TPIDR_EL0 sys_reg(3, 3, 13, 0, 2) macro
/linux/arch/arm64/kvm/
H A Demulate-nested.c1244 SR_FGT(SYS_TPIDR_EL0, HFGxTR, TPIDR_EL0, 1),
H A Dsys_regs.c2616 { SYS_DESC(SYS_TPIDR_EL0), NULL, reset_unknown, TPIDR_EL0 },