cpu_coherent_mask   58 arch/mips/include/asm/smp.h extern cpumask_t cpu_coherent_mask;
cpu_coherent_mask  155 arch/mips/kernel/pm-cps.c 	cpumask_clear_cpu(cpu, &cpu_coherent_mask);
cpu_coherent_mask  176 arch/mips/kernel/pm-cps.c 	cpumask_set_cpu(cpu, &cpu_coherent_mask);
cpu_coherent_mask   74 arch/mips/kernel/smp.c cpumask_t cpu_coherent_mask;
cpu_coherent_mask  182 arch/mips/kernel/smp.c 			while (!cpumask_test_cpu(cpu, &cpu_coherent_mask)) {
cpu_coherent_mask  364 arch/mips/kernel/smp.c 	cpumask_set_cpu(cpu, &cpu_coherent_mask);
cpu_coherent_mask  429 arch/mips/kernel/smp.c 	cpumask_copy(&cpu_coherent_mask, cpu_possible_mask);