Home
last modified time | relevance | path

Searched refs:zcr_el1 (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h370 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() local
393 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() local
414 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()
/linux-6.15/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c57 write_sysreg_el1(sve_state->zcr_el1, SYS_ZCR); in __hyp_sve_restore_host()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h628 __u64 zcr_el1; member