Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dreset.c133 if (!vcpu_has_sve(vcpu)) in kvm_arm_vcpu_finalize()
147 if (vcpu_has_sve(vcpu) && !kvm_arm_vcpu_sve_finalized(vcpu)) in kvm_arm_vcpu_is_finalized()
168 if (vcpu_has_sve(vcpu)) in kvm_vcpu_reset_sve()
H A Dguest.c115 if (vcpu_has_sve(vcpu) && core_reg_offset_is_vreg(off)) in core_reg_size_from_offset()
318 if (!vcpu_has_sve(vcpu)) in get_sve_vls()
342 if (!vcpu_has_sve(vcpu)) in set_sve_vls()
451 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()
461 if (!vcpu_has_sve(vcpu) || (reg->id & SVE_REG_SLICE_MASK) > 0) in sve_reg_to_region()
598 if (!vcpu_has_sve(vcpu)) in num_sve_regs()
616 if (!vcpu_has_sve(vcpu)) in copy_sve_reg_indices()
H A Dfpsimd.c84 if (vcpu_has_sve(vcpu)) in kvm_arch_vcpu_ctxsync_fp()
H A Dsys_regs.c1893 if (!vcpu_has_sve(vcpu)) in id_visibility()
1939 if (vcpu_has_sve(vcpu)) in sve_visibility()
1965 if (!vcpu_has_sve(vcpu)) in sanitise_id_aa64pfr0_el1()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h78 if (!vcpu_has_sve(vcpu) || !guest_owns_fp_regs()) in __activate_cptr_traps_nvhe()
102 if (vcpu_has_sve(vcpu)) in __activate_cptr_traps_vhe()
474 if (vcpu_has_sve(vcpu)) { in fpsimd_lazy_switch_to_guest()
503 if (vcpu_has_sve(vcpu)) { in fpsimd_lazy_switch_to_host()
558 sve_guest = vcpu_has_sve(vcpu); in kvm_hyp_handle_fpsimd()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h1085 #define vcpu_has_sve(vcpu) kvm_has_sve(kern_hyp_va((vcpu)->kvm)) macro
1087 #define vcpu_has_sve(vcpu) kvm_has_sve((vcpu)->kvm) macro
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c78 if (vcpu_has_sve(vcpu)) in fpsimd_sve_sync()