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.h846 int sev_vm_copy_enc_context_from(struct kvm *kvm, unsigned int source_fd);
847 int sev_vm_move_enc_context_from(struct kvm *kvm, unsigned int source_fd);
H A Dsev.c2061 int sev_vm_move_enc_context_from(struct kvm *kvm, unsigned int source_fd) in sev_vm_move_enc_context_from() argument
2065 CLASS(fd, f)(source_fd); in sev_vm_move_enc_context_from()
2800 int sev_vm_copy_enc_context_from(struct kvm *kvm, unsigned int source_fd) in sev_vm_copy_enc_context_from() argument
2802 CLASS(fd, f)(source_fd); in sev_vm_copy_enc_context_from()
/linux/arch/x86/include/asm/
H A Dkvm_host.h1915 int (*vm_copy_enc_context_from)(struct kvm *kvm, unsigned int source_fd);
1916 int (*vm_move_enc_context_from)(struct kvm *kvm, unsigned int source_fd);