Home
last modified time | relevance | path

Searched refs:oldctx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A 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...]
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dtlbflush.h116 unsigned char ctx, oldctx; in flush_tlb_all() local
118 oldctx = sun3_get_context(); in flush_tlb_all()
126 sun3_put_context(oldctx); in flush_tlb_all()
142 unsigned char oldctx; in flush_tlb_mm() local
146 oldctx = sun3_get_context(); in flush_tlb_mm()
160 sun3_put_context(oldctx); in flush_tlb_mm()
169 unsigned char oldctx; in flush_tlb_page() local
172 oldctx = sun3_get_context(); in flush_tlb_page()
182 sun3_put_context(oldctx); in flush_tlb_page()
191 unsigned char seg, oldctx; in flush_tlb_range() local
[all...]
/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Dmmu_emu.c211 unsigned char oldctx; in clear_context() local
223 oldctx = sun3_get_context(); in clear_context()
236 sun3_put_context(oldctx); in clear_context()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H A Dmmu_emu.c209 unsigned char oldctx; in clear_context() local
221 oldctx = sun3_get_context(); in clear_context()
234 sun3_put_context(oldctx); in clear_context()

Completed in 3 milliseconds