Searched refs:source_fd (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.h | 943 int sev_vm_copy_enc_context_from(struct kvm *kvm, unsigned int source_fd); 944 int sev_vm_move_enc_context_from(struct kvm *kvm, unsigned int source_fd);
|
| H A D | sev.c | 2125 int sev_vm_move_enc_context_from(struct kvm *kvm, unsigned int source_fd) in sev_vm_move_enc_context_from() 2129 CLASS(fd, f)(source_fd); in sev_vm_move_enc_context_from() 2844 int sev_vm_copy_enc_context_from(struct kvm *kvm, unsigned int source_fd) in sev_vm_copy_enc_context_from() 2846 CLASS(fd, f)(source_fd); in sev_vm_copy_enc_context_from() 2124 sev_vm_move_enc_context_from(struct kvm * kvm,unsigned int source_fd) sev_vm_move_enc_context_from() argument 2843 sev_vm_copy_enc_context_from(struct kvm * kvm,unsigned int source_fd) sev_vm_copy_enc_context_from() argument
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1969 int (*vm_copy_enc_context_from)(struct kvm *kvm, unsigned int source_fd); 1970 int (*vm_move_enc_context_from)(struct kvm *kvm, unsigned int source_fd);
|