Searched refs:ZCR_EL2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/arch/arm64/include/asm/ |
D | kvm_host.h | 474 ZCR_EL2, /* SVE Control Register (EL2) */ enumerator 932 (unlikely(is_hyp_ctxt(vcpu)) ? ZCR_EL2 : ZCR_EL1)
|
/linux-6.12.1/arch/arm64/kvm/hyp/include/hyp/ |
D | switch.h | 331 sve_cond_update_zcr_vq(__vcpu_sys_reg(vcpu, ZCR_EL2), SYS_ZCR_EL2); in __hyp_sve_restore_guest()
|
/linux-6.12.1/arch/arm64/kvm/ |
D | sys_regs.c | 132 MAPPED_EL2_SYSREG(ZCR_EL2, ZCR_EL1, NULL ); in get_el2_to_el1_mapping() 2263 p->regval = vcpu_read_sys_reg(vcpu, ZCR_EL2); in access_zcr_el2() 2269 vcpu_write_sys_reg(vcpu, vq - 1, ZCR_EL2); in access_zcr_el2() 2822 .visibility = sve_el2_visibility, .reg = ZCR_EL2 },
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | booting.rst | 319 - ZCR_EL2.LEN must be initialised to the same value for all CPUs the
|
/linux-6.12.1/arch/arm64/tools/ |
D | sysreg | 2638 Sysreg ZCR_EL2 3 4 1 2 0
|