Searched refs:tmp_dst (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regcache-lzo.c | 234 void *tmp_dst; in regcache_lzo_read() local 244 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() local 281 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()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | ftrace.h | 25 "1: " load " %[tmp_dst], 0(%[tmp_src])\n" \ 38 : [tmp_dst] "=&r" (dst), [tmp_err] "=r" (error)\ 47 "1: " store " %[tmp_src], 0(%[tmp_dst])\n"\ 61 : [tmp_dst] "r" (dst), [tmp_src] "r" (src)\
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | ftrace.h | 25 "1: " load " %[tmp_dst], 0(%[tmp_src])\n" \ 38 : [tmp_dst] "=&r" (dst), [tmp_err] "=r" (error)\ 47 "1: " store " %[tmp_src], 0(%[tmp_dst])\n"\ 61 : [tmp_dst] "r" (dst), [tmp_src] "r" (src)\
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | gma_display.c | 337 void *tmp_dst, *tmp_src; in gma_crtc_cursor_set() local 401 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()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | imx_dsp_rproc.c | 797 void __iomem *tmp_dst = (void __iomem *)addr; in imx_dsp_rproc_memset() local 814 writel(tmp_val, tmp_dst++); in imx_dsp_rproc_memset() 824 tmp = readl(tmp_dst); in imx_dsp_rproc_memset() 828 writel(tmp, tmp_dst); in imx_dsp_rproc_memset()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | gma_display.c | 344 void *tmp_dst; in gma_crtc_cursor_set() local 405 tmp_dst = dev_priv->vram_addr + cursor_pobj->offset; in gma_crtc_cursor_set() 407 memcpy_from_page(tmp_dst, pobj->pages[i], 0, PAGE_SIZE); in gma_crtc_cursor_set() 408 tmp_dst += PAGE_SIZE; in gma_crtc_cursor_set()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_interface_core.c | 446 struct dst_entry *tmp_dst = dst; in xfrmi_xmit2() local 451 dst_release(tmp_dst); in xfrmi_xmit2()
|
Completed in 11 milliseconds