Searched refs:pqap_hook (Results 1 – 5 of 5) sorted by relevance
107 crypto_hook *pqap_hook;112 pointer of the handler ``(*kvm->arch.crypto.pqap_hook)`` to invoke when the114 held in write mode when pqap_hook value is set, and in read mode when the115 pqap_hook function is called.
103 * @pqap_hook: the function pointer to the interception handler for the120 crypto_hook pqap_hook; member
603 if (!vcpu->kvm->arch.crypto.pqap_hook) { in handle_pqap() 610 matrix_mdev = container_of(vcpu->kvm->arch.crypto.pqap_hook, in handle_pqap() 611 struct ap_matrix_mdev, pqap_hook); in handle_pqap() 783 matrix_mdev->pqap_hook = handle_pqap; in vfio_ap_mdev_init_dev() 1828 kvm->arch.crypto.pqap_hook = &matrix_mdev->pqap_hook; in vfio_ap_mdev_set_kvm() 1887 kvm->arch.crypto.pqap_hook = NULL; in vfio_ap_mdev_unset_kvm()
626 crypto_hook pqap_hook; in handle_pqap() local 676 if (vcpu->kvm->arch.crypto.pqap_hook) { in handle_pqap() 677 pqap_hook = *vcpu->kvm->arch.crypto.pqap_hook; in handle_pqap() 678 ret = pqap_hook(vcpu); in handle_pqap()
509 crypto_hook *pqap_hook; member