Searched refs:dst_base (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/sound/mips/ |
D | sgio2audio.c | 363 unsigned char *dst_base; in snd_sgio2audio_dma_pull_frag() local 375 dst_base = runtime->dma_area; in snd_sgio2audio_dma_pull_frag() 386 dst = (s16 *)(dst_base + dst_pos); in snd_sgio2audio_dma_pull_frag() 411 unsigned long dst_base, dst_pos, src_mask; in snd_sgio2audio_dma_push_frag() local 421 dst_base = (unsigned long)chip->ring_base | (ch << CHANNEL_RING_SHIFT); in snd_sgio2audio_dma_push_frag() 434 dst = (u64 *)(dst_base + dst_pos); in snd_sgio2audio_dma_push_frag()
|
/Linux-v4.19/drivers/acpi/apei/ |
D | apei-internal.h | 31 u64 dst_base; member
|
D | erst.c | 260 return __apei_exec_read_register(entry, &ctx->dst_base); in erst_exec_set_dst_address_base() 283 dst = ioremap(ctx->dst_base + offset, ctx->var2); in erst_exec_move_data()
|
/Linux-v4.19/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-v4.19/mm/ |
D | migrate.c | 631 struct page *dst_base = dst; in __copy_gigantic_page() local 639 dst = mem_map_next(dst, dst_base, i); in __copy_gigantic_page()
|
D | memory.c | 4678 struct page *dst_base = dst; in copy_user_gigantic_page() local 4686 dst = mem_map_next(dst, dst_base, i); in copy_user_gigantic_page()
|