Lines Matching refs:ap_domain_index
46 int ap_domain_index = -1; /* Adjunct Processor Domain Index */ variable
48 module_param_named(domain, ap_domain_index, int, 0440);
50 EXPORT_SYMBOL(ap_domain_index);
1111 return scnprintf(buf, PAGE_SIZE, "%d\n", ap_domain_index); in ap_domain_show()
1125 ap_domain_index = domain; in ap_domain_store()
1403 if (ap_domain_index >= 0) { in ap_select_domain()
1425 ap_domain_index = dom; in ap_select_domain()
1427 __func__, ap_domain_index); in ap_select_domain()
1814 if (ap_domain_index >= 0) { in ap_scan_bus()
1817 (void *)(long) ap_domain_index, in ap_scan_bus()
1823 __func__, ap_domain_index); in ap_scan_bus()
1900 if (ap_domain_index < -1 || ap_domain_index > ap_max_domain_id || in ap_module_init()
1901 (ap_domain_index >= 0 && in ap_module_init()
1902 !test_bit_inv(ap_domain_index, ap_perms.aqm))) { in ap_module_init()
1904 ap_domain_index); in ap_module_init()
1905 ap_domain_index = -1; in ap_module_init()