Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dsev_init2_tests.c49 static void test_init2(unsigned long vm_type, struct kvm_sev_init *init) in test_init2()
62 static void test_init2_invalid(unsigned long vm_type, struct kvm_sev_init *init, const char *msg) in test_init2_invalid()
77 test_init2(KVM_X86_SEV_VM, &(struct kvm_sev_init){}); in test_vm_types()
84 test_init2(KVM_X86_SEV_ES_VM, &(struct kvm_sev_init){}); in test_vm_types()
86 test_init2_invalid(0, &(struct kvm_sev_init){}, in test_vm_types()
89 test_init2_invalid(KVM_X86_SW_PROTECTED_VM, &(struct kvm_sev_init){}, in test_vm_types()
99 &(struct kvm_sev_init){ .flags = BIT(i) }, in test_flags()
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()
/linux-6.15/tools/testing/selftests/kvm/lib/x86/
H A Dsev.c44 struct kvm_sev_init init = { 0 }; in sev_vm_init()
57 struct kvm_sev_init init = { 0 }; in sev_es_vm_init()
H A Dprocessor.c643 struct kvm_sev_init init = { 0 }; in kvm_arch_vm_post_create()
/linux-6.15/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst89 Parameters: struct kvm_sev_init (in)
95 struct kvm_sev_init {
120 * the ``flags`` and ``vmsa_features`` fields of ``struct kvm_sev_init`` are
/linux-6.15/arch/x86/include/uapi/asm/
H A Dkvm.h722 struct kvm_sev_init { struct
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dkvm.h722 struct kvm_sev_init { struct
/linux-6.15/arch/x86/kvm/svm/
H A Dsev.c401 struct kvm_sev_init *data, in __sev_guest_init()
478 struct kvm_sev_init data = { in sev_guest_init()
501 struct kvm_sev_init data; in sev_guest_init2()