Lines Matching defs:server
51 /* Find the server numbers for the boot cpu. */
68 /* Global interrupt distribution server is specified in the last
71 * default distribution server
187 /* If we used to be the default server, move to the new "boot_cpuid" */
199 long server;
221 /* Locate interrupt server */
222 server = -1;
225 server = ics->get_server(ics, irq);
226 if (server < 0) {
227 printk(KERN_ERR "%s: Can't find server for irq %d\n",
236 if (server != hw_cpu)
286 int server = cpumask_first_and(cpu_online_mask, cpumask);
288 if (server < nr_cpu_ids)
289 return get_hard_smp_processor_id(server);
438 /* We fetch the interrupt server size from the first ICS node
445 isize = of_get_property(np, "ibm,interrupt-server#-size", NULL);