Searched refs:ap_domain_index (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.c | 80 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable 81 module_param_named(domain, ap_domain_index, int, S_IRUSR|S_IRGRP); 83 EXPORT_SYMBOL(ap_domain_index); 871 ap_domain_index = -1; in ap_bus_resume() 893 if (AP_QID_QUEUE(ap_dev->qid) != ap_domain_index) { in ap_bus_resume() 896 ap_domain_index); in ap_bus_resume() 1061 return snprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show() 1179 if (ap_domain_index >= 0 && ap_domain_index < AP_DOMAINS) { in ap_max_domain_id_show() 1183 qid = AP_MKQID(i, ap_domain_index); in ap_max_domain_id_show() 1249 if (!ap_configuration->ap_extended && (ap_domain_index > 15)) in ap_select_domain() [all …]
|
D | ap_bus.h | 40 extern int ap_domain_index;
|
D | zcrypt_api.c | 805 pstat->cryptoDomain = ap_domain_index; in zcrypt_ica_status() 921 return put_user(ap_domain_index, (int __user *) arg); in zcrypt_unlocked_ioctl() 1224 seq_printf(m, "Cryptographic domain: %d\n", ap_domain_index); in zcrypt_proc_show()
|