Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/crypto/
Dap_bus.c64 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
65 module_param_named(domain, ap_domain_index, int, S_IRUSR|S_IRGRP);
67 EXPORT_SYMBOL(ap_domain_index);
1279 ap_domain_index = -1; in ap_bus_resume()
1424 return snprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show()
1569 if (ap_domain_index >= 0) in ap_select_domain()
1592 ap_domain_index = best_domain; in ap_select_domain()
1624 qid = AP_MKQID(i, ap_domain_index); in ap_scan_bus()
1711 if (ap_domain_index == -1 || !ap_test_config_domain(ap_domain_index)) in ap_reset_domain()
1714 ap_reset_queue(AP_MKQID(i, ap_domain_index)); in ap_reset_domain()
[all …]
Dap_bus.h39 extern int ap_domain_index;
Dzcrypt_api.c806 pstat->cryptoDomain = ap_domain_index; in zcrypt_ica_status()
922 return put_user(ap_domain_index, (int __user *) arg); in zcrypt_unlocked_ioctl()
1217 seq_printf(m, "Cryptographic domain: %d\n", ap_domain_index); in zcrypt_proc_show()