Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h441 case SYS_TCR_EL1: in handle_tx2_tvm()
528 if (sysreg != SYS_TCR_EL1) in handle_ampere1_tcr()
/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c285 vcpu_get_reg(vcpu, KVM_ARM64_SYS_REG(SYS_TCR_EL1), &tcr_el1); in aarch64_vcpu_setup()
353 vcpu_set_reg(vcpu, KVM_ARM64_SYS_REG(SYS_TCR_EL1), tcr_el1); in aarch64_vcpu_setup()
/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h175 #define SYS_TCR_EL1 sys_reg(3, 0, 2, 0, 2) macro
/linux/arch/arm64/include/asm/
H A Dsysreg.h288 #define SYS_TCR_EL1 sys_reg(3, 0, 2, 0, 2) macro
/linux/arch/arm64/kvm/
H A Demulate-nested.c706 SR_TRAP(SYS_TCR_EL1, CGT_HCR_TVM_TRVM),
1247 SR_FGT(SYS_TCR_EL1, HFGxTR, TCR_EL1, 1),
H A Dsys_regs.c2455 { SYS_DESC(SYS_TCR_EL1), access_vm_reg, reset_val, TCR_EL1, 0 },