Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dmmu_context.c84 static unsigned long *stale_map[NR_CPUS]; variable
143 if (stale_map[i]) in steal_context_smp()
144 __set_bit(id, stale_map[i]); in steal_context_smp()
187 __clear_bit(id, stale_map[cpu]); in steal_all_contexts()
224 __clear_bit(id, stale_map[cpu]); in steal_context_up()
342 if (test_bit(id, stale_map[cpu])) { in switch_mmu_context()
352 if (stale_map[i]) in switch_mmu_context()
353 __clear_bit(id, stale_map[i]); in switch_mmu_context()
423 stale_map[cpu] = kzalloc(CTX_MAP_SIZE, GFP_KERNEL); in mmu_ctx_cpu_prepare()
434 kfree(stale_map[cpu]); in mmu_ctx_cpu_dead()
[all …]