Home
last modified time | relevance | path

Searched refs:ap_domain_index (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/s390/crypto/
Dap_bus.c48 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
50 module_param_named(domain, ap_domain_index, int, 0440);
52 EXPORT_SYMBOL(ap_domain_index);
1181 return sysfs_emit(buf, "%d\n", ap_domain_index); in ap_domain_show()
1195 ap_domain_index = domain; in ap_domain_store()
1634 if (ap_domain_index >= 0) { in ap_select_domain()
1656 ap_domain_index = dom; in ap_select_domain()
1658 __func__, ap_domain_index); in ap_select_domain()
2168 if (ap_domain_index >= 0) { in ap_scan_bus()
2171 (void *)(long)ap_domain_index, in ap_scan_bus()
[all …]
Dap_bus.h31 extern int ap_domain_index;
Dzcrypt_api.c1314 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_status_mask()
1335 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_qdepth_mask()
1362 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_perdev_reqcnt()
1386 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_pendingq_count()
1409 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_requestq_count()
1624 return put_user(ap_domain_index, (int __user *)arg); in zcrypt_unlocked_ioctl()
Dzcrypt_cex4.c88 if (ap_domain_index >= 0) in cca_serialnr_show()
89 cca_get_info(ac->id, ap_domain_index, &ci, zc->online); in cca_serialnr_show()