Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dap_bus.c54 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
56 module_param_named(domain, ap_domain_index, int, 0440);
58 EXPORT_SYMBOL(ap_domain_index);
1269 return sysfs_emit(buf, "%d\n", ap_domain_index); in ap_domain_show()
1283 ap_domain_index = domain; in ap_domain_store()
1722 if (ap_domain_index >= 0) { in ap_select_domain()
1744 ap_domain_index = dom; in ap_select_domain()
1746 __func__, ap_domain_index); in ap_select_domain()
2311 if (ap_domain_index >= 0) { in ap_scan_bus()
2314 (void *)(long)ap_domain_index, in ap_scan_bus()
[all …]
H A Dap_bus.h31 extern int ap_domain_index;
H A Dzcrypt_api.c1376 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_status_mask()
1397 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_qdepth_mask()
1424 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index || in zcrypt_perdev_reqcnt()
1448 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_pendingq_count()
1471 if (AP_QID_QUEUE(zq->queue->qid) != ap_domain_index) in zcrypt_requestq_count()
1678 return put_user(ap_domain_index, (int __user *)arg); in zcrypt_unlocked_ioctl()