Home
last modified time | relevance | path

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

/arch/s390/kvm/
Dpriv.c663 if (vcpu->kvm->arch.crypto.pqap_hook) { in handle_pqap()
664 if (!try_module_get(vcpu->kvm->arch.crypto.pqap_hook->owner)) in handle_pqap()
666 ret = vcpu->kvm->arch.crypto.pqap_hook->hook(vcpu); in handle_pqap()
667 module_put(vcpu->kvm->arch.crypto.pqap_hook->owner); in handle_pqap()
/arch/s390/include/asm/
Dkvm_host.h731 struct kvm_s390_module_hook *pqap_hook; member