Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dvfio_ap_ops.c1515 down_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm()
1517 up_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm()
1558 down_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_unset_kvm()
1560 up_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_unset_kvm()
/linux-6.1.9/Documentation/s390/
Dvfio-ap-locking.rst106 struct rw_semaphore pqap_hook_rwsem;
/linux-6.1.9/arch/s390/kvm/
Dpriv.c676 down_read(&vcpu->kvm->arch.crypto.pqap_hook_rwsem); in handle_pqap()
682 up_read(&vcpu->kvm->arch.crypto.pqap_hook_rwsem); in handle_pqap()
685 up_read(&vcpu->kvm->arch.crypto.pqap_hook_rwsem); in handle_pqap()
Dkvm-s390.c3094 init_rwsem(&kvm->arch.crypto.pqap_hook_rwsem); in kvm_s390_crypto_init()
/linux-6.1.9/arch/s390/include/asm/
Dkvm_host.h826 struct rw_semaphore pqap_hook_rwsem; member