Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h441 case SYS_TCR_EL1: in handle_tx2_tvm()
528 if (sysreg != SYS_TCR_EL1) in handle_ampere1_tcr()
/linux-6.12.1/tools/testing/selftests/kvm/lib/aarch64/
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-6.12.1/tools/arch/arm64/include/asm/
Dsysreg.h175 #define SYS_TCR_EL1 sys_reg(3, 0, 2, 0, 2) macro
/linux-6.12.1/arch/arm64/include/asm/
Dsysreg.h288 #define SYS_TCR_EL1 sys_reg(3, 0, 2, 0, 2) macro
/linux-6.12.1/arch/arm64/kvm/
Demulate-nested.c706 SR_TRAP(SYS_TCR_EL1, CGT_HCR_TVM_TRVM),
1247 SR_FGT(SYS_TCR_EL1, HFGxTR, TCR_EL1, 1),
Dsys_regs.c2491 { SYS_DESC(SYS_TCR_EL1), access_vm_reg, reset_val, TCR_EL1, 0 },