Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dtlbflush.h121 sun3_put_context(ctx); in flush_tlb_all()
126 sun3_put_context(oldctx); in flush_tlb_all()
146 sun3_put_context(mm->context); in flush_tlb_mm()
159 sun3_put_context(oldctx); in flush_tlb_mm()
171 sun3_put_context(vma->vm_mm->context); in flush_tlb_page()
180 sun3_put_context(oldctx); in flush_tlb_page()
194 sun3_put_context(mm->context); in flush_tlb_range()
209 sun3_put_context(oldctx); in flush_tlb_range()
H A Dsun3mmu.h154 static inline void sun3_put_context(unsigned char c) in sun3_put_context() function
H A Dmmu_context.h204 sun3_put_context(mm->context); in activate_context()