Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/sun3/
H A Dmmu_emu.c57 static struct mm_struct *ctx_alloc[CONTEXTS_NUM] = { variable
213 if(!ctx_alloc[context]) in clear_context()
216 ctx_alloc[context]->context = SUN3_INVALID_CONTEXT; in clear_context()
217 ctx_alloc[context] = (struct mm_struct *)0; in clear_context()
257 if(ctx_alloc[new]) in get_free_context()
267 ctx_alloc[new] = mm; in get_free_context()