Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/include/asm/
Dtlbflush.h109 unsigned char ctx, oldctx; in flush_tlb_all() local
111 oldctx = sun3_get_context(); in flush_tlb_all()
119 sun3_put_context(oldctx); in flush_tlb_all()
135 unsigned char oldctx; in flush_tlb_mm() local
139 oldctx = sun3_get_context(); in flush_tlb_mm()
153 sun3_put_context(oldctx); in flush_tlb_mm()
162 unsigned char oldctx; in flush_tlb_page() local
165 oldctx = sun3_get_context(); in flush_tlb_page()
175 sun3_put_context(oldctx); in flush_tlb_page()
184 unsigned char seg, oldctx; in flush_tlb_range() local
[all …]
/linux-2.6.39/arch/m68k/sun3/
Dmmu_emu.c210 unsigned char oldctx; in clear_context() local
222 oldctx = sun3_get_context(); in clear_context()
235 sun3_put_context(oldctx); in clear_context()