Home
last modified time | relevance | path

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

/arch/sparc/mm/
Dsrmmu.c110 static inline void srmmu_ctxd_set(ctxd_t *ctxp, pgd_t *pgdp) in srmmu_ctxd_set() argument
115 set_pte((pte_t *)ctxp, pte); in srmmu_ctxd_set()
436 struct ctx_list *ctxp; in alloc_context() local
438 ctxp = ctx_free.next; in alloc_context()
439 if (ctxp != &ctx_free) { in alloc_context()
440 remove_from_ctx_list(ctxp); in alloc_context()
441 add_to_used_ctxlist(ctxp); in alloc_context()
442 mm->context = ctxp->ctx_number; in alloc_context()
443 ctxp->ctx_mm = mm; in alloc_context()
446 ctxp = ctx_used.next; in alloc_context()
[all …]