Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/include/asm/
Dtlbflush.h121 unsigned char ctx, oldctx; in flush_tlb_all() local
123 oldctx = sun3_get_context(); in flush_tlb_all()
131 sun3_put_context(oldctx); in flush_tlb_all()
147 unsigned char oldctx; in flush_tlb_mm() local
151 oldctx = sun3_get_context(); in flush_tlb_mm()
165 sun3_put_context(oldctx); in flush_tlb_mm()
174 unsigned char oldctx; in flush_tlb_page() local
177 oldctx = sun3_get_context(); in flush_tlb_page()
187 sun3_put_context(oldctx); in flush_tlb_page()
196 unsigned char seg, oldctx; in flush_tlb_range() local
[all …]
/Linux-v4.19/arch/m68k/sun3/
Dmmu_emu.c212 unsigned char oldctx; in clear_context() local
224 oldctx = sun3_get_context(); in clear_context()
237 sun3_put_context(oldctx); in clear_context()