Home
last modified time | relevance | path

Searched refs:source_fd (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/svm/
H A Dsvm.h943 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 Dsev.c2125 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 Dkvm_host.h1969 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);