Home
last modified time | relevance | path

Searched full:sys_zcr (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h453 write_sysreg_el1(__vcpu_sys_reg(vcpu, vcpu_sve_zcr_elx(vcpu)), SYS_ZCR); in __hyp_sve_restore_guest()
460 sve_state->zcr_el1 = read_sysreg_el1(SYS_ZCR); in __hyp_sve_save_host()
481 write_sysreg_el2(zcr_el2, SYS_ZCR); in fpsimd_lazy_switch_to_guest()
484 write_sysreg_el1(zcr_el1, SYS_ZCR); in fpsimd_lazy_switch_to_guest()
504 zcr_el1 = read_sysreg_el1(SYS_ZCR); in fpsimd_lazy_switch_to_host()
515 write_sysreg_el2(zcr_el2, SYS_ZCR); in fpsimd_lazy_switch_to_host()
518 write_sysreg_el2(zcr_el2, SYS_ZCR); in fpsimd_lazy_switch_to_host()
521 write_sysreg_el1(zcr_el1, SYS_ZCR); in fpsimd_lazy_switch_to_host()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c29 __vcpu_assign_sys_reg(vcpu, ZCR_EL1, read_sysreg_el1(SYS_ZCR)); in __hyp_sve_save_guest()
57 write_sysreg_el1(sve_state->zcr_el1, SYS_ZCR); in __hyp_sve_restore_host()