Home
last modified time | relevance | path

Searched refs:pqap_hook (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/arch/s390/
H A Dvfio-ap-locking.rst107 crypto_hook *pqap_hook;
112 pointer of the handler ``(*kvm->arch.crypto.pqap_hook)`` to invoke when the
114 held in write mode when pqap_hook value is set, and in read mode when the
115 pqap_hook function is called.
/openbmc/linux/drivers/s390/crypto/
H A Dvfio_ap_private.h119 crypto_hook pqap_hook; member
H A Dvfio_ap_ops.c588 if (!vcpu->kvm->arch.crypto.pqap_hook) { in handle_pqap()
595 matrix_mdev = container_of(vcpu->kvm->arch.crypto.pqap_hook, in handle_pqap()
596 struct ap_matrix_mdev, pqap_hook); in handle_pqap()
746 matrix_mdev->pqap_hook = handle_pqap; in vfio_ap_mdev_init_dev()
1596 kvm->arch.crypto.pqap_hook = &matrix_mdev->pqap_hook; in vfio_ap_mdev_set_kvm()
1655 kvm->arch.crypto.pqap_hook = NULL; in vfio_ap_mdev_unset_kvm()
/openbmc/linux/arch/s390/kvm/
H A Dpriv.c626 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()
/openbmc/linux/arch/s390/include/asm/
H A Dkvm_host.h837 crypto_hook *pqap_hook; member