Searched refs:kvm_enc_region (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1343 struct kvm_enc_region { struct 1348 #define KVM_MEMORY_ENCRYPT_REG_REGION _IOR(KVMIO, 0xbb, struct kvm_enc_region) argument 1349 #define KVM_MEMORY_ENCRYPT_UNREG_REGION _IOR(KVMIO, 0xbc, struct kvm_enc_region)
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.h | 676 struct kvm_enc_region *range); 678 struct kvm_enc_region *range);
|
H A D | sev.c | 1968 struct kvm_enc_region *range) in sev_mem_enc_register_region() 2020 find_enc_region(struct kvm *kvm, struct kvm_enc_region *range) in find_enc_region() 2044 struct kvm_enc_region *range) in sev_mem_enc_unregister_region()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1658 struct kvm_enc_region { struct 1663 #define KVM_MEMORY_ENCRYPT_REG_REGION _IOR(KVMIO, 0xbb, struct kvm_enc_region) argument 1664 #define KVM_MEMORY_ENCRYPT_UNREG_REGION _IOR(KVMIO, 0xbc, struct kvm_enc_region)
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1665 struct kvm_enc_region { struct 1670 #define KVM_MEMORY_ENCRYPT_REG_REGION _IOR(KVMIO, 0xbb, struct kvm_enc_region) argument 1671 #define KVM_MEMORY_ENCRYPT_UNREG_REGION _IOR(KVMIO, 0xbc, struct kvm_enc_region)
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 1732 int (*mem_enc_register_region)(struct kvm *kvm, struct kvm_enc_region *argp); 1733 int (*mem_enc_unregister_region)(struct kvm *kvm, struct kvm_enc_region *argp);
|
/openbmc/qemu/target/i386/ |
H A D | sev.c | 314 struct kvm_enc_region range; in sev_ram_block_added() 344 struct kvm_enc_region range; in sev_ram_block_removed()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 7061 struct kvm_enc_region region; in kvm_arch_vm_ioctl() 7075 struct kvm_enc_region region; in kvm_arch_vm_ioctl()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 4694 :Parameters: struct kvm_enc_region (in) 4718 :Parameters: struct kvm_enc_region (in)
|