Home
last modified time | relevance | path

Searched refs:boot_cpumask (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-init.c50 cpumask_t boot_cpumask; variable
113 int do_cpumask(cnodeid_t cnode, nasid_t nasid, cpumask_t *boot_cpumask, in do_cpumask() argument
136 CPUMASK_SETB(*boot_cpumask, cpuid); in do_cpumask()
153 cpuid_t cpu_node_probe(cpumask_t *boot_cpumask, int *numnodes) in cpu_node_probe() argument
177 cpus += do_cpumask(i, nasid, boot_cpumask, &highest); in cpu_node_probe()
193 return (CPUMASK_TSTB(boot_cpumask, cpu) != 0); in cpu_enabled()
209 CPUMASK_CLRALL(boot_cpumask); in mlreset()
210 maxcpus = cpu_node_probe(&boot_cpumask, &numnodes); in mlreset()
485 boot_barrier = boot_cpumask; in allowboot()
500 if (!CPUMASK_TSTB(boot_cpumask, cpu)) in allowboot()