Searched defs:ap_matrix_mdev (Results 1 – 1 of 1) sorted by relevance
114 struct ap_matrix_mdev { struct115 struct vfio_device vdev;116 struct list_head node;117 struct ap_matrix matrix;118 struct ap_matrix shadow_apcb;119 struct kvm *kvm;120 crypto_hook pqap_hook;144 struct ap_matrix_mdev *matrix_mdev; argument