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.h940 int sev_vm_copy_enc_context_from(struct kvm *kvm, unsigned int source_fd);
941 int sev_vm_move_enc_context_from(struct kvm *kvm, unsigned int source_fd);
H A Dsev.c2124 int sev_vm_move_enc_context_from(struct kvm *kvm, unsigned int source_fd) in sev_vm_move_enc_context_from() argument
2128 CLASS(fd, f)(source_fd); in sev_vm_move_enc_context_from()
2843 int sev_vm_copy_enc_context_from(struct kvm *kvm, unsigned int source_fd) in sev_vm_copy_enc_context_from() argument
2845 CLASS(fd, f)(source_fd); in sev_vm_copy_enc_context_from()
/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);