Searched refs:ap_aqic (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dap.h269 * of the ap_aqic() function. This struct is passed as GR1
291 * ap_aqic(): Control interruption for a specific AP.
298 static inline struct ap_queue_status ap_aqic(ap_qid_t qid, function in struct:ap_tapq_hwinfo::__anon27::__anon29
323 * ap_aqic() function to provide a convenient way
/linux-master/drivers/s390/crypto/
H A Dvfio_ap_ops.c288 * Uses ap_aqic to disable the interruption and in case of success, reset
297 * Returns if ap_aqic function failed with invalid, deconfigured or
309 status = ap_aqic(q->apqn, aqic_gisa, 0);
325 WARN_ONCE(1, "%s: ap_aqic status %d\n", __func__,
331 WARN_ONCE(1, "%s: ap_aqic status %d\n", __func__,
400 * Otherwise return the ap_queue_status returned by the ap_aqic(),
470 status = ap_aqic(q->apqn, aqic_gisa, h_nib);
H A Dap_queue.c45 * Enables interruption on AP queue via ap_aqic(). Based on the return
56 status = ap_aqic(aq->qid, qirqctrl, virt_to_phys(ind));

Completed in 119 milliseconds