Searched refs:dst_base (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/sound/mips/ |
D | sgio2audio.c | 349 unsigned char *dst_base; in snd_sgio2audio_dma_pull_frag() local 361 dst_base = runtime->dma_area; in snd_sgio2audio_dma_pull_frag() 372 dst = (s16 *)(dst_base + dst_pos); in snd_sgio2audio_dma_pull_frag() 397 unsigned long dst_base, dst_pos, src_mask; in snd_sgio2audio_dma_push_frag() local 407 dst_base = (unsigned long)chip->ring_base | (ch << CHANNEL_RING_SHIFT); in snd_sgio2audio_dma_push_frag() 420 dst = (u64 *)(dst_base + dst_pos); in snd_sgio2audio_dma_push_frag()
|
/Linux-v5.4/drivers/acpi/apei/ |
D | apei-internal.h | 31 u64 dst_base; member
|
D | erst.c | 252 return __apei_exec_read_register(entry, &ctx->dst_base); in erst_exec_set_dst_address_base() 275 dst = ioremap(ctx->dst_base + offset, ctx->var2); in erst_exec_move_data()
|
/Linux-v5.4/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 241 static void mem_writes8(void __iomem *dst_base, u32 dst_offset, in mem_writes8() argument 246 dst = dst_base + dst_offset; in mem_writes8()
|
/Linux-v5.4/mm/ |
D | migrate.c | 552 struct page *dst_base = dst; in __copy_gigantic_page() local 560 dst = mem_map_next(dst, dst_base, i); in __copy_gigantic_page()
|
D | memory.c | 4550 struct page *dst_base = dst; in copy_user_gigantic_page() local 4558 dst = mem_map_next(dst, dst_base, i); in copy_user_gigantic_page()
|