Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/s390/crypto/
Dap_bus.c51 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
53 module_param_named(domain, ap_domain_index, int, 0440);
55 EXPORT_SYMBOL(ap_domain_index);
1203 return sysfs_emit(buf, "%d\n", ap_domain_index); in ap_domain_show()
1217 ap_domain_index = domain; in ap_domain_store()
1656 if (ap_domain_index >= 0) { in ap_select_domain()
1678 ap_domain_index = dom; in ap_select_domain()
1680 __func__, ap_domain_index); in ap_select_domain()
2245 if (ap_domain_index >= 0) { in ap_scan_bus()
2248 (void *)(long)ap_domain_index, in ap_scan_bus()
[all …]
Dap_bus.h31 extern int ap_domain_index;
Dzcrypt_api.c1356 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_status_mask()
1377 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_qdepth_mask()
1404 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_perdev_reqcnt()
1428 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_pendingq_count()
1451 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_requestq_count()
1654 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()