Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/sun3/
H A Dmmu_emu.c38 #define CONTEXTS_NUM 8 macro
57 static struct mm_struct *ctx_alloc[CONTEXTS_NUM] = {
62 static unsigned char ctx_avail = CONTEXTS_NUM-1;
196 for(j = 1; j < CONTEXTS_NUM; j++) in mmu_emu_init()
256 while(new < CONTEXTS_NUM) { in get_free_context()
263 if(new == CONTEXTS_NUM) in get_free_context()
312 for(i = 0; i < CONTEXTS_NUM; i++) { in mmu_emu_map_pmeg()