Searched refs:oldctx (Results 1 – 4 of 4) sorted by relevance
121 unsigned char ctx, oldctx; in flush_tlb_all() local123 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() local151 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() local177 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 …]
211 unsigned char oldctx; in clear_context() local223 oldctx = sun3_get_context(); in clear_context()236 sun3_put_context(oldctx); in clear_context()
304 void *oldctx; in drmSIGIOHandler() local324 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() argument1719 DRIContextPrivPtr oldContext = (DRIContextPrivPtr) oldctx; in DRISwapContext()
274 extern _X_EXPORT void DRISwapContext(int drmFD, void *oldctx, void *newctx);