Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c304 void *oldctx; in drmSIGIOHandler() local
324 oldctx = drmGetContextTag(entry->fd, old); in drmSIGIOHandler()
326 ((_drmCallback) entry->f) (entry->fd, oldctx, newctx); in drmSIGIOHandler()
1717 DRISwapContext(int drmFD, void *oldctx, void *newctx) in DRISwapContext() argument
1719 DRIContextPrivPtr oldContext = (DRIContextPrivPtr) oldctx; in DRISwapContext()
H A Ddri.h274 extern _X_EXPORT void DRISwapContext(int drmFD, void *oldctx, void *newctx);