Home
last modified time | relevance | path

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

/arch/powerpc/mm/
Dmmu_context_nohash.c57 static unsigned int first_context, last_context; variable
90 max = last_context - first_context; in steal_context_smp()
103 id = first_context; in steal_context_smp()
145 for (id = first_context; id <= last_context; id++) { in steal_all_contexts()
153 if (id != first_context) { in steal_all_contexts()
166 nr_free_contexts = last_context - first_context; in steal_all_contexts()
168 return first_context; in steal_all_contexts()
204 for (id = first_context; id <= last_context; id++) { in context_check_map()
222 if (first_context > 0 && !test_bit(0, context_map)) in context_check_map()
266 id = first_context; in switch_mmu_context()
[all …]