Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/sun3/
Dmmu_emu.c55 struct mm_struct *ctx_alloc[CONTEXTS_NUM] = { variable
211 if(!ctx_alloc[context]) in clear_context()
214 ctx_alloc[context]->context = SUN3_INVALID_CONTEXT; in clear_context()
215 ctx_alloc[context] = (struct mm_struct *)0; in clear_context()
255 if(ctx_alloc[new]) in get_free_context()
265 ctx_alloc[new] = mm; in get_free_context()