Searched refs:ap_domain_index (Results 1 – 3 of 3) sorted by relevance
45 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable47 module_param_named(domain, ap_domain_index, int, 0440);49 EXPORT_SYMBOL(ap_domain_index);650 ap_domain_index = -1; in ap_bus_resume()999 return snprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show()1012 ap_domain_index = domain; in ap_domain_store()1237 if (ap_domain_index >= 0) { in ap_select_domain()1265 ap_domain_index = best_domain; in ap_select_domain()1266 AP_DBF(DBF_DEBUG, "new ap_domain_index=%d\n", ap_domain_index); in ap_select_domain()1408 if (dom == ap_domain_index) in ap_scan_bus()[all …]
683 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index in zcrypt_status_mask()704 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index in zcrypt_qdepth_mask()730 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index in zcrypt_perdev_reqcnt()753 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_pendingq_count()776 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_requestq_count()925 return put_user(ap_domain_index, (int __user *) arg); in zcrypt_unlocked_ioctl()
27 extern int ap_domain_index;