Home
last modified time | relevance | path

Searched refs:TCR2_EL2 (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h352 MAPPED_EL2_SYSREG(TCR2_EL2, TCR2_EL1); in ctxt_reg_alias()
/linux/tools/testing/selftests/kvm/arm64/
H A Dget-reg-list.c44 REG_FEAT(TCR2_EL2, ID_AA64MMFR3_EL1, TCRX, IMP),
737 SYS_REG(TCR2_EL2),
/linux/arch/arm64/kvm/
H A Dnested.c1787 resx = get_reg_fixed_bits(kvm, TCR2_EL2); in kvm_init_nv_sysregs()
1788 set_sysreg_masks(kvm, TCR2_EL2, resx); in kvm_init_nv_sysregs()
H A Dconfig.c1059 static const DECLARE_FEAT_MAP(tcr2_el2_desc, TCR2_EL2,
1591 case TCR2_EL2: in get_reg_fixed_bits()
H A Dat.c111 return vcpu_read_sys_reg(vcpu, TCR2_EL2); in effective_tcr2()
H A Dsys_regs.c199 MAPPED_EL2_SYSREG(TCR2_EL2, TCR2_EL1, NULL ); in locate_register()
3768 EL2_REG_FILTERED(TCR2_EL2, access_rw, reset_val, TCR2_EL2_RES1,
/linux/arch/arm64/include/asm/
H A Dkvm_host.h542 TCR2_EL2, /* Extended Translation Control Register (EL2) */ enumerator