Lines Matching refs:ap_domain_index
51 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
53 module_param_named(domain, ap_domain_index, int, 0440);
55 EXPORT_SYMBOL(ap_domain_index);
1203 return sysfs_emit(buf, "%d\n", ap_domain_index); in ap_domain_show()
1217 ap_domain_index = domain; in ap_domain_store()
1656 if (ap_domain_index >= 0) { in ap_select_domain()
1678 ap_domain_index = dom; in ap_select_domain()
1680 __func__, ap_domain_index); in ap_select_domain()
2245 if (ap_domain_index >= 0) { in ap_scan_bus()
2248 (void *)(long)ap_domain_index, in ap_scan_bus()
2254 __func__, ap_domain_index); in ap_scan_bus()
2441 if (ap_domain_index < -1 || ap_domain_index > ap_max_domain_id || in ap_module_init()
2442 (ap_domain_index >= 0 && in ap_module_init()
2443 !test_bit_inv(ap_domain_index, ap_perms.aqm))) { in ap_module_init()
2445 ap_domain_index); in ap_module_init()
2446 ap_domain_index = -1; in ap_module_init()