Lines Matching defs:cpus
124 /* irq for secondary cpus to report */
278 * The device tree doesn't tell you if you have 2 cpus because
628 struct device_node *cpus;
631 cpus = of_find_node_by_path("/cpus");
632 BUG_ON(cpus == NULL);
635 pmf_call_function(cpus, "cpu-timebase", &args);
636 of_node_put(cpus);
662 /* L2 and L3 cache settings to pass from CPU0 to CPU1 on G4 cpus */
706 struct device_node *cpus =
707 of_find_node_by_path("/cpus");
708 if (cpus &&
709 of_property_read_bool(cpus, "platform-cpu-timebase")) {
714 of_node_put(cpus);
763 struct device_node *cpus;
769 for_each_node_by_type(cpus, "cpu")
772 printk(KERN_INFO "PowerMac SMP probe found %d cpus\n", ncpus);