next_tlbcam_idx   138 arch/powerpc/include/asm/mmu.h DECLARE_PER_CPU(int, next_tlbcam_idx);
next_tlbcam_idx   636 arch/powerpc/kernel/smp.c 	per_cpu(next_tlbcam_idx, id)
next_tlbcam_idx   319 arch/powerpc/mm/mem.c 	per_cpu(next_tlbcam_idx, smp_processor_id()) =
next_tlbcam_idx    81 arch/powerpc/mm/nohash/book3e_hugetlbpage.c 	index = this_cpu_read(next_tlbcam_idx);
next_tlbcam_idx    85 arch/powerpc/mm/nohash/book3e_hugetlbpage.c 		__this_cpu_write(next_tlbcam_idx, tlbcam_index);
next_tlbcam_idx    87 arch/powerpc/mm/nohash/book3e_hugetlbpage.c 		__this_cpu_inc(next_tlbcam_idx);
next_tlbcam_idx   175 arch/powerpc/mm/nohash/tlb.c DEFINE_PER_CPU(int, next_tlbcam_idx);
next_tlbcam_idx   176 arch/powerpc/mm/nohash/tlb.c EXPORT_PER_CPU_SYMBOL(next_tlbcam_idx);