Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/s390/
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.
/linux-6.1.9/drivers/s390/crypto/
Dvfio_ap_private.h117 crypto_hook pqap_hook; member
Dvfio_ap_ops.c552 if (!vcpu->kvm->arch.crypto.pqap_hook) { in handle_pqap()
559 matrix_mdev = container_of(vcpu->kvm->arch.crypto.pqap_hook, in handle_pqap()
560 struct ap_matrix_mdev, pqap_hook); in handle_pqap()
694 matrix_mdev->pqap_hook = handle_pqap; in vfio_ap_mdev_init_dev()
1516 kvm->arch.crypto.pqap_hook = &matrix_mdev->pqap_hook; in vfio_ap_mdev_set_kvm()
1559 kvm->arch.crypto.pqap_hook = NULL; in vfio_ap_mdev_unset_kvm()
/linux-6.1.9/arch/s390/kvm/
Dpriv.c627 crypto_hook pqap_hook; in handle_pqap() local
677 if (vcpu->kvm->arch.crypto.pqap_hook) { in handle_pqap()
678 pqap_hook = *vcpu->kvm->arch.crypto.pqap_hook; in handle_pqap()
679 ret = pqap_hook(vcpu); in handle_pqap()
/linux-6.1.9/arch/s390/include/asm/
Dkvm_host.h827 crypto_hook *pqap_hook; member