Searched refs:tmp_dst (Results 1 – 2 of 2) sorted by relevance
234 void *tmp_dst; in regcache_lzo_read() local244 tmp_dst = lzo_block->dst; in regcache_lzo_read()259 lzo_block->dst = tmp_dst; in regcache_lzo_read()271 void *tmp_dst; in regcache_lzo_write() local281 tmp_dst = lzo_block->dst; in regcache_lzo_write()315 kfree(tmp_dst); in regcache_lzo_write()319 lzo_block->dst = tmp_dst; in regcache_lzo_write()
337 void *tmp_dst, *tmp_src; in gma_crtc_cursor_set() local401 tmp_dst = dev_priv->vram_addr + cursor_gt->offset; in gma_crtc_cursor_set()404 memcpy(tmp_dst, tmp_src, PAGE_SIZE); in gma_crtc_cursor_set()406 tmp_dst += PAGE_SIZE; in gma_crtc_cursor_set()