Searched refs:vmsa_features (Results 1 – 6 of 6) sorted by relevance
114 &(struct kvm_sev_init){ .vmsa_features = BIT_ULL(i) }, in test_features()118 &(struct kvm_sev_init){ .vmsa_features = BIT_ULL(i) }); in test_features()
164 return sev->vmsa_features & SVM_SEV_FEAT_DEBUG_SWAP; in sev_vcpu_has_debug_swap()171 return (sev->vmsa_features & SVM_SEV_FEAT_SECURE_TSC) && in snp_is_secure_tsc_enabled()461 if (data->vmsa_features & ~valid_vmsa_features) in __sev_guest_init()483 sev->vmsa_features = data->vmsa_features; in __sev_guest_init()487 sev->vmsa_features |= SVM_SEV_FEAT_SNP_ACTIVE; in __sev_guest_init()525 sev->vmsa_features = 0; in __sev_guest_init()534 .vmsa_features = 0, in sev_guest_init()924 save->sev_features = sev->vmsa_features; in sev_es_sync_vmsa()1979 dst->vmsa_features = src->vmsa_features; in sev_migrate_from()4059 if (vcpu->arch.regs[VCPU_REGS_RAX] != sev->vmsa_features) { in sev_snp_ap_creation()[all …]
106 u64 vmsa_features; member388 return (sev->vmsa_features & SVM_SEV_FEAT_SNP_ACTIVE) && in sev_snp_guest()
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`` are631 are accepted in the ``vmsa_features`` of ``KVM_SEV_INIT2``.
762 __u64 vmsa_features; member