Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c388 struct mm_struct *ctx_mm; member
423 ctxp->ctx_mm = mm; in alloc_context()
427 if (ctxp->ctx_mm == old_mm) in alloc_context()
431 flush_cache_mm(ctxp->ctx_mm); in alloc_context()
432 flush_tlb_mm(ctxp->ctx_mm); in alloc_context()
435 ctxp->ctx_mm->context = NO_CONTEXT; in alloc_context()
436 ctxp->ctx_mm = mm; in alloc_context()
464 clist->ctx_mm = NULL; in sparc_context_init()