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

/linux-4.4.14/arch/m68k/sun3/
H A Dmmu_emu.c57 static struct mm_struct *ctx_alloc[CONTEXTS_NUM] = { variable in typeref:struct:mm_struct
214 if(!ctx_alloc[context]) clear_context()
217 ctx_alloc[context]->context = SUN3_INVALID_CONTEXT; clear_context()
218 ctx_alloc[context] = (struct mm_struct *)0; clear_context()
258 if(ctx_alloc[new]) get_free_context()
268 ctx_alloc[new] = mm; get_free_context()

Completed in 68 milliseconds