Searched refs:pqap_hook (Results 1 – 3 of 3) 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.
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()
512 crypto_hook *pqap_hook; member