Home
last modified time | relevance | path

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

/linux/Documentation/arch/s390/
H A Dvfio-ap-locking.rst106 struct rw_semaphore pqap_hook_rwsem;
/linux/drivers/s390/crypto/
H A Dvfio_ap_ops.c1827 down_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm()
1829 up_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm()
1886 down_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_unset_kvm()
1888 up_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_unset_kvm()
/linux/arch/s390/kvm/
H A Dpriv.c642 down_read(&vcpu->kvm->arch.crypto.pqap_hook_rwsem); in handle_pqap()
652 up_read(&vcpu->kvm->arch.crypto.pqap_hook_rwsem); in handle_pqap()
655 up_read(&vcpu->kvm->arch.crypto.pqap_hook_rwsem); in handle_pqap()
H A Dkvm-s390.c3142 init_rwsem(&kvm->arch.crypto.pqap_hook_rwsem); in kvm_s390_crypto_init()
/linux/arch/s390/include/asm/
H A Dkvm_host.h511 struct rw_semaphore pqap_hook_rwsem; member