Lines Matching refs:ap_domain_index
45 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
47 module_param_named(domain, ap_domain_index, int, 0440);
49 EXPORT_SYMBOL(ap_domain_index);
651 ap_domain_index = -1; in ap_bus_resume()
1004 return snprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show()
1017 ap_domain_index = domain; in ap_domain_store()
1241 if (ap_domain_index >= 0) { in ap_select_domain()
1269 ap_domain_index = best_domain; in ap_select_domain()
1270 AP_DBF(DBF_DEBUG, "new ap_domain_index=%d\n", ap_domain_index); in ap_select_domain()
1408 if (dom == ap_domain_index) in ap_scan_bus()
1455 if (dom == ap_domain_index) in ap_scan_bus()
1466 if (ap_domain_index >= 0 && defdomdevs < 1) in ap_scan_bus()
1469 ap_domain_index); in ap_scan_bus()
1542 if (ap_domain_index < -1 || ap_domain_index > max_domain_id || in ap_module_init()
1543 (ap_domain_index >= 0 && in ap_module_init()
1544 !test_bit_inv(ap_domain_index, ap_perms.aqm))) { in ap_module_init()
1546 ap_domain_index); in ap_module_init()
1547 ap_domain_index = -1; in ap_module_init()
1552 if (ap_domain_index >= 0) in ap_module_init()