Searched refs:kvm_sev_init (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | sev_init2_tests.c | 49 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 D | sev.c | 44 struct kvm_sev_init init = { 0 }; in sev_vm_init() 57 struct kvm_sev_init init = { 0 }; in sev_es_vm_init()
|
| H A D | processor.c | 643 struct kvm_sev_init init = { 0 }; in kvm_arch_vm_post_create()
|
| /linux-6.15/Documentation/virt/kvm/x86/ |
| H A D | amd-memory-encryption.rst | 89 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 D | kvm.h | 722 struct kvm_sev_init { struct
|
| /linux-6.15/tools/arch/x86/include/uapi/asm/ |
| H A D | kvm.h | 722 struct kvm_sev_init { struct
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | sev.c | 401 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()
|