Lines Matching defs:cpus
124 /* irq for secondary cpus to report */
277 * The device tree doesn't tell you if you have 2 cpus because
627 struct device_node *cpus;
630 cpus = of_find_node_by_path("/cpus");
631 BUG_ON(cpus == NULL);
634 pmf_call_function(cpus, "cpu-timebase", &args);
635 of_node_put(cpus);
661 /* L2 and L3 cache settings to pass from CPU0 to CPU1 on G4 cpus */
705 struct device_node *cpus =
706 of_find_node_by_path("/cpus");
707 if (cpus &&
708 of_get_property(cpus, "platform-cpu-timebase", NULL)) {
761 struct device_node *cpus;
767 for_each_node_by_type(cpus, "cpu")
770 printk(KERN_INFO "PowerMac SMP probe found %d cpus\n", ncpus);