Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/mm/
Dloadmmu.c19 struct ctx_list *ctx_list_pool; variable
Dinit_32.c96 ctx_list_pool = __alloc_bootmem(numctx * sizeof(struct ctx_list), SMP_CACHE_BYTES, 0UL); in sparc_context_init()
101 clist = (ctx_list_pool + ctx); in sparc_context_init()
108 add_to_free_ctxlist(ctx_list_pool + ctx); in sparc_context_init()
Dsun4c.c1544 ctx = ctx_list_pool + mm->context; in sun4c_switch_mm()
1558 ctx_old = ctx_list_pool + mm->context; in sun4c_destroy_context()
Dsrmmu.c557 ctx_old = ctx_list_pool + context; in free_context()
/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_32.h377 extern struct ctx_list *ctx_list_pool; /* Dynamically allocated */