Searched refs:vmsa_features (Results 1 – 6 of 6) sorted by relevance
110 &(struct kvm_sev_init){ .vmsa_features = BIT_ULL(i) }, in test_features()114 &(struct kvm_sev_init){ .vmsa_features = BIT_ULL(i) }); in test_features()
96 __u64 vmsa_features; /* initial value of features field in VMSA */104 are set in ``flags`` or ``vmsa_features``. ``vmsa_features`` must be120 * the ``flags`` and ``vmsa_features`` fields of ``struct kvm_sev_init`` are585 are accepted in the ``vmsa_features`` of ``KVM_SEV_INIT2``.
145 return sev->vmsa_features & SVM_SEV_FEAT_DEBUG_SWAP; in sev_vcpu_has_debug_swap()418 if (data->vmsa_features & ~valid_vmsa_features) in __sev_guest_init()429 sev->vmsa_features = data->vmsa_features; in __sev_guest_init()441 sev->vmsa_features |= SVM_SEV_FEAT_SNP_ACTIVE; in __sev_guest_init()472 sev->vmsa_features = 0; in __sev_guest_init()481 .vmsa_features = 0, in sev_guest_init()856 save->sev_features = sev->vmsa_features; in sev_es_sync_vmsa()1989 dst->vmsa_features = src->vmsa_features; in sev_migrate_from()3975 sev_features ^= sev->vmsa_features; in sev_snp_ap_creation()
104 u64 vmsa_features; member388 return (sev->vmsa_features & SVM_SEV_FEAT_SNP_ACTIVE) && in sev_snp_guest()
719 __u64 vmsa_features; member