Searched refs:zcr_el1 (Results 1 – 3 of 3) sorted by relevance
370 sve_state->zcr_el1 = read_sysreg_el1(SYS_ZCR); in __hyp_sve_save_host()379 u64 zcr_el1, zcr_el2; in fpsimd_lazy_switch_to_guest() local393 zcr_el1 = __vcpu_sys_reg(vcpu, vcpu_sve_zcr_elx(vcpu)); in fpsimd_lazy_switch_to_guest()394 write_sysreg_el1(zcr_el1, SYS_ZCR); in fpsimd_lazy_switch_to_guest()400 u64 zcr_el1, zcr_el2; in fpsimd_lazy_switch_to_host() local414 zcr_el1 = read_sysreg_el1(SYS_ZCR); in fpsimd_lazy_switch_to_host()415 __vcpu_sys_reg(vcpu, vcpu_sve_zcr_elx(vcpu)) = zcr_el1; in fpsimd_lazy_switch_to_host()430 zcr_el1 = vcpu_sve_max_vq(vcpu) - 1; in fpsimd_lazy_switch_to_host()431 write_sysreg_el1(zcr_el1, SYS_ZCR); in fpsimd_lazy_switch_to_host()
57 write_sysreg_el1(sve_state->zcr_el1, SYS_ZCR); in __hyp_sve_restore_host()
628 __u64 zcr_el1; member