Home
last modified time | relevance | path

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

/linux-6.12.1/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()
291 if (IS_ENABLED(CONFIG_SMP) && test_bit(id, stale_map[cpu])) { in switch_mmu_context()
297 if (stale_map[i]) in switch_mmu_context()
298 __clear_bit(id, stale_map[i]); in switch_mmu_context()
355 stale_map[cpu] = kzalloc(CTX_MAP_SIZE, GFP_KERNEL); in mmu_ctx_cpu_prepare()
365 kfree(stale_map[cpu]); in mmu_ctx_cpu_dead()
[all …]