Searched refs:SYS_TCR_EL1 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/ |
H A D | switch.h | 366 case SYS_TCR_EL1: in handle_tx2_tvm() 507 if (sysreg != SYS_TCR_EL1) in handle_ampere1_tcr()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | processor.c | 265 vcpu_get_reg(vcpu, KVM_ARM64_SYS_REG(SYS_TCR_EL1), &tcr_el1); in aarch64_vcpu_setup() 330 vcpu_set_reg(vcpu, KVM_ARM64_SYS_REG(SYS_TCR_EL1), tcr_el1); in aarch64_vcpu_setup()
|
/openbmc/linux/tools/arch/arm64/include/asm/ |
H A D | sysreg.h | 198 #define SYS_TCR_EL1 sys_reg(3, 0, 2, 0, 2) macro
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | sysreg.h | 283 #define SYS_TCR_EL1 sys_reg(3, 0, 2, 0, 2) macro
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 614 SR_TRAP(SYS_TCR_EL1, CGT_HCR_TVM_TRVM), 1006 SR_FGT(SYS_TCR_EL1, HFGxTR, TCR_EL1, 1),
|
H A D | sys_regs.c | 2128 { SYS_DESC(SYS_TCR_EL1), access_vm_reg, reset_val, TCR_EL1, 0 },
|