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);
650 ap_domain_index = -1; in ap_bus_resume()
999 return snprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show()
1012 ap_domain_index = domain; in ap_domain_store()
1237 if (ap_domain_index >= 0) { in ap_select_domain()
1265 ap_domain_index = best_domain; in ap_select_domain()
1266 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()
1459 if (dom == ap_domain_index) in ap_scan_bus()
1473 ap_domain_index); in ap_scan_bus()
1547 if (ap_domain_index < -1 || ap_domain_index > max_domain_id || in ap_module_init()
1548 (ap_domain_index >= 0 && in ap_module_init()
1549 !test_bit_inv(ap_domain_index, ap_perms.aqm))) { in ap_module_init()
1551 ap_domain_index); in ap_module_init()
1552 ap_domain_index = -1; in ap_module_init()
1557 if (ap_domain_index >= 0) in ap_module_init()