Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/arch/s390/
Dvfio-ap-locking.rst106 struct rw_semaphore pqap_hook_rwsem;
/linux-6.12.1/drivers/s390/crypto/
Dvfio_ap_ops.c1803 down_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm()
1805 up_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_set_kvm()
1862 down_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_unset_kvm()
1864 up_write(&kvm->arch.crypto.pqap_hook_rwsem); in vfio_ap_mdev_unset_kvm()
/linux-6.12.1/arch/s390/kvm/
Dpriv.c675 down_read(&vcpu->kvm->arch.crypto.pqap_hook_rwsem); in handle_pqap()
685 up_read(&vcpu->kvm->arch.crypto.pqap_hook_rwsem); in handle_pqap()
688 up_read(&vcpu->kvm->arch.crypto.pqap_hook_rwsem); in handle_pqap()
Dkvm-s390.c3268 init_rwsem(&kvm->arch.crypto.pqap_hook_rwsem); in kvm_s390_crypto_init()
/linux-6.12.1/arch/s390/include/asm/
Dkvm_host.h836 struct rw_semaphore pqap_hook_rwsem; member