Searched refs:vcpu_sve_state_size (Results 1 – 4 of 4) sorted by relevance
113 reg_sz = vcpu_sve_state_size(vcpu); in kvm_vcpu_finalize_sve()159 kvm_unshare_hyp(sve_state, sve_state + vcpu_sve_state_size(vcpu)); in kvm_arm_vcpu_destroy()169 memset(vcpu->arch.sve_state, 0, vcpu_sve_state_size(vcpu)); in kvm_vcpu_reset_sve()
474 sve_state_size = vcpu_sve_state_size(vcpu); in sve_reg_to_region()
384 sve_state + vcpu_sve_state_size(&hyp_vcpu->vcpu)); in unpin_host_sve_state()
1065 #define vcpu_sve_state_size(vcpu) sve_state_size_from_vl((vcpu)->arch.sve_max_vl) macro
Completed in 16 milliseconds