stale_map 84 arch/powerpc/mm/nohash/mmu_context.c static unsigned long *stale_map[NR_CPUS]; stale_map 143 arch/powerpc/mm/nohash/mmu_context.c if (stale_map[i]) stale_map 144 arch/powerpc/mm/nohash/mmu_context.c __set_bit(id, stale_map[i]); stale_map 187 arch/powerpc/mm/nohash/mmu_context.c __clear_bit(id, stale_map[cpu]); stale_map 224 arch/powerpc/mm/nohash/mmu_context.c __clear_bit(id, stale_map[cpu]); stale_map 342 arch/powerpc/mm/nohash/mmu_context.c if (test_bit(id, stale_map[cpu])) { stale_map 352 arch/powerpc/mm/nohash/mmu_context.c if (stale_map[i]) stale_map 353 arch/powerpc/mm/nohash/mmu_context.c __clear_bit(id, stale_map[i]); stale_map 423 arch/powerpc/mm/nohash/mmu_context.c stale_map[cpu] = kzalloc(CTX_MAP_SIZE, GFP_KERNEL); stale_map 434 arch/powerpc/mm/nohash/mmu_context.c kfree(stale_map[cpu]); stale_map 435 arch/powerpc/mm/nohash/mmu_context.c stale_map[cpu] = NULL; stale_map 469 arch/powerpc/mm/nohash/mmu_context.c stale_map[boot_cpuid] = memblock_alloc(CTX_MAP_SIZE, SMP_CACHE_BYTES); stale_map 470 arch/powerpc/mm/nohash/mmu_context.c if (!stale_map[boot_cpuid])