Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/mm/
Dloadmmu.c21 struct ctx_list *ctx_list_pool;
22 struct ctx_list ctx_free;
23 struct ctx_list ctx_used;
Dinit.c100 ctx_list_pool = __alloc_bootmem(numctx * sizeof(struct ctx_list), SMP_CACHE_BYTES, 0UL); in sparc_context_init()
103 struct ctx_list *clist; in sparc_context_init()
Dsun4c.c1605 struct ctx_list *ctxp; in sun4c_alloc_context()
1630 struct ctx_list *ctx; in sun4c_switch_mm()
1648 struct ctx_list *ctx_old; in sun4c_destroy_context()
Dsrmmu.c459 struct ctx_list *ctxp; in alloc_context()
485 struct ctx_list *ctx_old; in free_context()
/linux-2.4.37.9/include/asm-sparc/
Dpgtable.h382 struct ctx_list { struct
383 struct ctx_list *next; argument
384 struct ctx_list *prev; argument
389 extern struct ctx_list *ctx_list_pool; /* Dynamically allocated */ argument
390 extern struct ctx_list ctx_free; /* Head of free list */
391 extern struct ctx_list ctx_used; /* Head of used contexts list */
395 extern __inline__ void remove_from_ctx_list(struct ctx_list *entry) in remove_from_ctx_list()
401 extern __inline__ void add_to_ctx_list(struct ctx_list *head, struct ctx_list *entry) in add_to_ctx_list()