Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/mm/nohash/
Dmmu_context.c74 static unsigned long *stale_map[NR_CPUS]; variable
130 if (stale_map[i]) in steal_context_smp()
131 __set_bit(id, stale_map[i]); in steal_context_smp()
166 __clear_bit(id, stale_map[cpu]); in steal_all_contexts()
198 __clear_bit(id, stale_map[cpu]); in steal_context_up()
294 if (IS_ENABLED(CONFIG_SMP) && test_bit(id, stale_map[cpu])) { in switch_mmu_context()
300 if (stale_map[i]) in switch_mmu_context()
301 __clear_bit(id, stale_map[i]); in switch_mmu_context()
358 stale_map[cpu] = kzalloc(CTX_MAP_SIZE, GFP_KERNEL); in mmu_ctx_cpu_prepare()
368 kfree(stale_map[cpu]); in mmu_ctx_cpu_dead()
[all …]