Home
last modified time | relevance | path

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

/linux-6.15/Documentation/arch/s390/
H A Dvfio-ap-locking.rst106 struct rw_semaphore pqap_hook_rwsem;
/linux-6.15/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-6.15/arch/s390/kvm/
H A 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()
H A Dkvm-s390.c3301 init_rwsem(&kvm->arch.crypto.pqap_hook_rwsem); in kvm_s390_crypto_init()
/linux-6.15/arch/s390/include/asm/
H A Dkvm_host.h508 struct rw_semaphore pqap_hook_rwsem; member