Searched refs:stale_map (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/mm/
H A Dmmu_context_nohash.c60 static unsigned long *stale_map[NR_CPUS]; variable
119 if (stale_map[i]) for_each_cpu()
120 __set_bit(id, stale_map[i]); for_each_cpu()
160 __clear_bit(id, stale_map[cpu]); steal_all_contexts()
193 __clear_bit(id, stale_map[cpu]); steal_context_up()
305 if (test_bit(id, stale_map[cpu])) { switch_mmu_context()
315 if (stale_map[i]) switch_mmu_context()
316 __clear_bit(id, stale_map[i]); switch_mmu_context()
388 stale_map[cpu] = kzalloc(CTX_MAP_SIZE, GFP_KERNEL); mmu_context_cpu_notify()
396 kfree(stale_map[cpu]); mmu_context_cpu_notify()
397 stale_map[cpu] = NULL; mmu_context_cpu_notify()
468 stale_map[0] = memblock_virt_alloc(CTX_MAP_SIZE, 0); mmu_context_init()
470 stale_map[boot_cpuid] = memblock_virt_alloc(CTX_MAP_SIZE, 0); mmu_context_init()

Completed in 81 milliseconds