/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | handlers.c | 71 void *p_data, unsigned int bytes) in read_vreg() 77 void *p_data, unsigned int bytes) in write_vreg() 191 unsigned int fence_num, void *p_data, unsigned int bytes) in sanitize_fence_mmio_access() 214 unsigned int offset, void *p_data, unsigned int bytes) in gamw_echo_dev_rw_ia_write() 239 void *p_data, unsigned int bytes) in fence_mmio_read() 252 void *p_data, unsigned int bytes) in fence_mmio_write() 276 unsigned int offset, void *p_data, unsigned int bytes) in mul_force_wake_write() 312 void *p_data, unsigned int bytes) in gdrst_mmio_write() 357 void *p_data, unsigned int bytes) in gmbus_mmio_read() 363 void *p_data, unsigned int bytes) in gmbus_mmio_write() [all …]
|
D | edid.c | 120 unsigned int offset, void *p_data, unsigned int bytes) in gmbus0_mmio_write() 158 void *p_data, unsigned int bytes) in gmbus1_mmio_write() 259 void *p_data, unsigned int bytes) in gmbus3_mmio_write() 266 void *p_data, unsigned int bytes) in gmbus3_mmio_read() 319 void *p_data, unsigned int bytes) in gmbus2_mmio_read() 330 void *p_data, unsigned int bytes) in gmbus2_mmio_write() 351 unsigned int offset, void *p_data, unsigned int bytes) in intel_gvt_i2c_handle_gmbus_read() 376 unsigned int offset, void *p_data, unsigned int bytes) in intel_gvt_i2c_handle_gmbus_write()
|
D | cfg_space.c | 65 u8 *src, unsigned int bytes) in vgpu_pci_cfg_mem_write() 99 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_read() 168 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_command_write() 199 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_rom_bar_write() 213 void *p_data, unsigned int bytes) in emulate_pci_bar_write() 286 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_write()
|
/Linux-v4.19/include/asm-generic/ |
D | xor.h | 19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_2() 38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_3() 59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_4() 81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_5() 104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_32regs_2() 140 xor_32regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_3() 186 xor_32regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_4() 241 xor_32regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_32regs_5() 305 xor_8regs_p_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_p_2() 331 xor_8regs_p_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_p_3() [all …]
|
/Linux-v4.19/arch/arm/include/asm/ |
D | xor.h | 50 xor_arm4regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_arm4regs_2() 70 xor_arm4regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_3() 92 xor_arm4regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_4() 111 xor_arm4regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_arm4regs_5() 152 xor_neon_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_neon_2() 164 xor_neon_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_neon_3() 177 xor_neon_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_neon_4() 190 xor_neon_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_neon_5()
|
/Linux-v4.19/include/linux/ |
D | task_io_accounting_ops.h | 11 static inline void task_io_account_read(size_t bytes) in task_io_account_read() 25 static inline void task_io_account_write(size_t bytes) in task_io_account_write() 39 static inline void task_io_account_cancelled_write(size_t bytes) in task_io_account_cancelled_write() 59 static inline void task_io_account_read(size_t bytes) in task_io_account_read() 68 static inline void task_io_account_write(size_t bytes) in task_io_account_write() 77 static inline void task_io_account_cancelled_write(size_t bytes) in task_io_account_cancelled_write()
|
D | uio.h | 101 size_t copy_to_iter(const void *addr, size_t bytes, struct iov_iter *i) in copy_to_iter() 110 size_t copy_from_iter(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter() 119 bool copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_full() 128 size_t copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_nocache() 137 bool copy_from_iter_full_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_full_nocache() 164 size_t copy_from_iter_flushcache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_flushcache() 173 size_t copy_to_iter_mcsafe(void *addr, size_t bytes, struct iov_iter *i) in copy_to_iter_mcsafe()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fifo.c | 206 static bool vmw_fifo_is_full(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_is_full() 218 uint32_t bytes, bool interruptible, in vmw_fifo_wait_noirq() 251 uint32_t bytes, bool interruptible, in vmw_fifo_wait() 298 uint32_t bytes) in vmw_local_fifo_reserve() 384 void *vmw_fifo_reserve_dx(struct vmw_private *dev_priv, uint32_t bytes, in vmw_fifo_reserve_dx() 411 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_res_copy() 432 uint32_t max, uint32_t min, uint32_t bytes) in vmw_fifo_slow_copy() 449 static void vmw_local_fifo_commit(struct vmw_private *dev_priv, uint32_t bytes) in vmw_local_fifo_commit() 499 void vmw_fifo_commit(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_commit() 514 void vmw_fifo_commit_flush(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_commit_flush() [all …]
|
/Linux-v4.19/arch/x86/include/asm/ |
D | xor_32.h | 32 xor_pII_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_pII_mmx_2() 75 xor_pII_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_pII_mmx_3() 124 xor_pII_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_pII_mmx_4() 179 xor_pII_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_pII_mmx_5() 259 xor_p5_mmx_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_p5_mmx_2() 306 xor_p5_mmx_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_p5_mmx_3() 363 xor_p5_mmx_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_p5_mmx_4() 429 xor_p5_mmx_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_p5_mmx_5()
|
D | xor.h | 68 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_sse_2() 119 xor_sse_2_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_sse_2_pf64() 153 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_3() 212 xor_sse_3_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_3_pf64() 249 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_4() 315 xor_sse_4_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_4_pf64() 354 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_5() 427 xor_sse_5_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_5_pf64()
|
D | xor_avx.h | 35 static void xor_avx_2(unsigned long bytes, unsigned long *p0, unsigned long *p1) in xor_avx_2() 61 static void xor_avx_3(unsigned long bytes, unsigned long *p0, unsigned long *p1, in xor_avx_3() 91 static void xor_avx_4(unsigned long bytes, unsigned long *p0, unsigned long *p1, in xor_avx_4() 124 static void xor_avx_5(unsigned long bytes, unsigned long *p0, unsigned long *p1, in xor_avx_5()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_compat.h | 40 lpfc_memcpy_to_slim(void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim() 62 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim() 85 lpfc_memcpy_to_slim( void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim() 92 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
|
/Linux-v4.19/arch/powerpc/lib/ |
D | xor_vmx_glue.c | 19 void xor_altivec_2(unsigned long bytes, unsigned long *v1_in, in xor_altivec_2() 30 void xor_altivec_3(unsigned long bytes, unsigned long *v1_in, in xor_altivec_3() 41 void xor_altivec_4(unsigned long bytes, unsigned long *v1_in, in xor_altivec_4() 53 void xor_altivec_5(unsigned long bytes, unsigned long *v1_in, in xor_altivec_5()
|
D | xor_vmx.c | 64 void __xor_altivec_2(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_2() 82 void __xor_altivec_3(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_3() 104 void __xor_altivec_4(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_4() 131 void __xor_altivec_5(unsigned long bytes, unsigned long *v1_in, in __xor_altivec_5()
|
/Linux-v4.19/arch/s390/lib/ |
D | xor.c | 13 static void xor_xc_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_xc_2() 34 static void xor_xc_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_xc_3() 60 static void xor_xc_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_xc_4() 90 static void xor_xc_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_xc_5()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | xor_32.h | 24 sparc_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in sparc_2() 61 sparc_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in sparc_3() 112 sparc_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in sparc_4() 176 sparc_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in sparc_5()
|
/Linux-v4.19/sound/drivers/ |
D | pcm-indirect2.c | 139 unsigned int bytes) in snd_pcm_indirect2_increase_min_periods() 274 unsigned int bytes; in snd_pcm_indirect2_playback_transfer() local 318 unsigned int bytes = rec->sw_ready; in snd_pcm_indirect2_playback_transfer() local 435 unsigned int bytes; in snd_pcm_indirect2_capture_transfer() local 483 size_t bytes = rec->sw_buffer_size - rec->sw_ready; in snd_pcm_indirect2_capture_transfer() local
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_sockmap_kern.h | 184 int *bytes, zero = 0, one = 1; in bpf_prog4() local 204 int *bytes, *start, *end, len1, len2; in bpf_prog5() local 236 int *bytes, zero = 0, one = 1, key = 0; in bpf_prog6() local 266 int *f, *bytes, *start, *end, len1, len2; in bpf_prog7() local 312 int ret = 0, *bytes, zero = 0; in bpf_prog8() local 329 int ret = 0, *bytes, zero = 0; in bpf_prog9() local 345 int *bytes, zero = 0, one = 1; in bpf_prog10() local
|
/Linux-v4.19/drivers/staging/most/sound/ |
D | sound.c | 75 static void swap_copy16(u16 *dest, const u16 *source, unsigned int bytes) in swap_copy16() 85 static void swap_copy24(u8 *dest, const u8 *source, unsigned int bytes) in swap_copy24() 97 static void swap_copy32(u32 *dest, const u32 *source, unsigned int bytes) in swap_copy32() 107 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() 112 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() 117 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() 122 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() 127 static void most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) in most_to_alsa_memcpy() 132 static void most_to_alsa_copy16(void *alsa, void *most, unsigned int bytes) in most_to_alsa_copy16() 137 static void most_to_alsa_copy24(void *alsa, void *most, unsigned int bytes) in most_to_alsa_copy24() [all …]
|
/Linux-v4.19/lib/raid6/ |
D | avx2.c | 42 static void raid6_avx21_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx21_gen_syndrome() 91 size_t bytes, void **ptrs) in raid6_avx21_xor_syndrome() 149 static void raid6_avx22_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx22_gen_syndrome() 201 size_t bytes, void **ptrs) in raid6_avx22_xor_syndrome() 281 static void raid6_avx24_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx24_gen_syndrome() 362 size_t bytes, void **ptrs) in raid6_avx24_xor_syndrome()
|
D | avx512.c | 49 static void raid6_avx5121_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx5121_gen_syndrome() 107 size_t bytes, void **ptrs) in raid6_avx5121_xor_syndrome() 176 static void raid6_avx5122_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx5122_gen_syndrome() 239 size_t bytes, void **ptrs) in raid6_avx5122_xor_syndrome() 335 static void raid6_avx5124_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_avx5124_gen_syndrome() 429 size_t bytes, void **ptrs) in raid6_avx5124_xor_syndrome()
|
D | sse2.c | 41 static void raid6_sse21_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse21_gen_syndrome() 93 size_t bytes, void **ptrs) in raid6_sse21_xor_syndrome() 151 static void raid6_sse22_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse22_gen_syndrome() 204 size_t bytes, void **ptrs) in raid6_sse22_xor_syndrome() 283 static void raid6_sse24_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_sse24_gen_syndrome() 370 size_t bytes, void **ptrs) in raid6_sse24_xor_syndrome()
|
/Linux-v4.19/lib/ |
D | iov_iter.c | 151 static size_t copy_page_to_iter_iovec(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter_iovec() 235 static size_t copy_page_from_iter_iovec(struct page *page, size_t offset, size_t bytes, in copy_page_from_iter_iovec() 362 static size_t copy_page_to_iter_pipe(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter_pipe() 413 int iov_iter_fault_in_readable(struct iov_iter *i, size_t bytes) in iov_iter_fault_in_readable() 533 static size_t copy_pipe_to_iter(const void *addr, size_t bytes, in copy_pipe_to_iter() 558 size_t _copy_to_iter(const void *addr, size_t bytes, struct iov_iter *i) in _copy_to_iter() 599 static size_t copy_pipe_to_iter_mcsafe(const void *addr, size_t bytes, in copy_pipe_to_iter_mcsafe() 656 size_t _copy_to_iter_mcsafe(const void *addr, size_t bytes, struct iov_iter *i) in _copy_to_iter_mcsafe() 692 size_t _copy_from_iter(void *addr, size_t bytes, struct iov_iter *i) in _copy_from_iter() 712 bool _copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i) in _copy_from_iter_full() [all …]
|
/Linux-v4.19/sound/soc/uniphier/ |
D | aio-dma.c | 31 int bytes = runtime->period_size * in aiodma_pcm_irq() local 51 int bytes = runtime->fragment_size; in aiodma_compr_irq() local 129 int bytes = runtime->period_size * in uniphier_aiodma_prepare() local 156 int bytes = runtime->period_size * in uniphier_aiodma_trigger() local 190 int bytes = runtime->period_size * in uniphier_aiodma_pointer() local
|
/Linux-v4.19/fs/btrfs/ |
D | free-space-cache.c | 26 u64 bytes; member 500 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry() 1397 static inline unsigned long bytes_to_bits(u64 bytes, u32 unit) in bytes_to_bits() 1671 u64 offset, u64 bytes) in __bitmap_clear_bits() 1686 u64 bytes) in bitmap_clear_bits() 1694 u64 bytes) in bitmap_set_bits() 1714 u64 *bytes, bool for_alloc) in search_bitmap() 1767 find_free_space(struct btrfs_free_space_ctl *ctl, u64 *offset, u64 *bytes, in find_free_space() 1856 u64 *offset, u64 *bytes) in remove_from_bitmap() 1933 u64 bytes) in add_bytes_to_bitmap() [all …]
|