Home
last modified time | relevance | path

Searched defs:bytes (Results 26 – 50 of 1369) sorted by relevance

12345678910>>...55

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcfg_space.c70 u8 *src, unsigned int bytes) in vgpu_pci_cfg_mem_write()
118 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_read()
146 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_command_write()
168 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_rom_bar_write()
182 void *p_data, unsigned int bytes) in emulate_pci_bar_write()
257 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_write()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_igd.c52 size_t bytes) in igd_opregion_shift_copy()
81 size_t bytes = min_t(size_t, remaining, OPREGION_VERSION - pos); in vfio_pci_igd_rw() local
91 size_t bytes = min_t(size_t, remaining, in vfio_pci_igd_rw() local
109 size_t bytes = min_t(size_t, remaining, OPREGION_RVDA - pos); in vfio_pci_igd_rw() local
119 size_t bytes = min_t(size_t, remaining, in vfio_pci_igd_rw() local
132 size_t bytes = min_t(size_t, remaining, OPREGION_SIZE - pos); in vfio_pci_igd_rw() local
/openbmc/linux/arch/arm64/lib/
H A Dxor-neon.c13 static void xor_arm64_neon_2(unsigned long bytes, unsigned long * __restrict p1, in xor_arm64_neon_2()
40 static void xor_arm64_neon_3(unsigned long bytes, unsigned long * __restrict p1, in xor_arm64_neon_3()
76 static void xor_arm64_neon_4(unsigned long bytes, unsigned long * __restrict p1, in xor_arm64_neon_4()
121 static void xor_arm64_neon_5(unsigned long bytes, unsigned long * __restrict p1, in xor_arm64_neon_5()
194 static void xor_arm64_eor3_3(unsigned long bytes, in xor_arm64_eor3_3()
229 static void xor_arm64_eor3_4(unsigned long bytes, in xor_arm64_eor3_4()
273 static void xor_arm64_eor3_5(unsigned long bytes, in xor_arm64_eor3_5()
/openbmc/linux/arch/powerpc/lib/
H A Dxor_vmx.c52 void __xor_altivec_2(unsigned long bytes, in __xor_altivec_2()
71 void __xor_altivec_3(unsigned long bytes, in __xor_altivec_3()
95 void __xor_altivec_4(unsigned long bytes, in __xor_altivec_4()
124 void __xor_altivec_5(unsigned long bytes, in __xor_altivec_5()
/openbmc/qemu/block/
H A Dcopy-before-write.c84 cbw_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_preadv()
107 uint64_t offset, uint64_t bytes, BdrvRequestFlags flags) in cbw_do_copy_before_write()
155 cbw_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in cbw_co_pdiscard()
166 cbw_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_pwrite_zeroes()
178 int cbw_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_pwritev()
209 cbw_snapshot_read_lock(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_snapshot_read_lock()
262 cbw_co_preadv_snapshot(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_preadv_snapshot()
295 bool want_zero, int64_t offset, int64_t bytes, in cbw_co_snapshot_block_status()
327 cbw_co_pdiscard_snapshot(BlockDriverState *bs, int64_t offset, int64_t bytes) in cbw_co_pdiscard_snapshot()
H A Ddirty-bitmap.c341 void bdrv_dirty_bitmap_truncate(BlockDriverState *bs, int64_t bytes) in bdrv_dirty_bitmap_truncate()
544 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap_locked()
551 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap()
560 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap_locked()
567 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap()
600 uint64_t offset, uint64_t bytes) in bdrv_dirty_bitmap_serialization_size()
625 uint64_t bytes) in bdrv_dirty_bitmap_serialize_part()
632 uint64_t bytes, bool finish) in bdrv_dirty_bitmap_deserialize_part()
638 uint64_t offset, uint64_t bytes, in bdrv_dirty_bitmap_deserialize_zeroes()
645 uint64_t offset, uint64_t bytes, in bdrv_dirty_bitmap_deserialize_ones()
[all …]
H A Dfilter-compress.c68 compress_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_preadv_part()
78 compress_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_pwritev_part()
88 compress_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in compress_co_pwrite_zeroes()
96 compress_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in compress_co_pdiscard()
H A Dcopy-on-read.c135 cor_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_preadv_part()
187 cor_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwritev_part()
197 cor_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwrite_zeroes()
205 cor_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in cor_co_pdiscard()
212 cor_co_pwritev_compressed(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwritev_compressed()
H A Dthrottle.c119 throttle_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_preadv()
130 throttle_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_pwritev()
140 throttle_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in throttle_co_pwrite_zeroes()
150 throttle_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in throttle_co_pdiscard()
160 int64_t bytes, QEMUIOVector *qiov) in throttle_co_pwritev_compressed()
H A Dblkreplay.c74 blkreplay_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkreplay_co_preadv()
86 blkreplay_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkreplay_co_pwritev()
98 blkreplay_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in blkreplay_co_pwrite_zeroes()
110 blkreplay_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in blkreplay_co_pdiscard()
/openbmc/u-boot/common/
H A Dmalloc_simple.c17 static void *alloc_simple(size_t bytes, int align) in alloc_simple()
37 void *malloc_simple(size_t bytes) in malloc_simple()
50 void *memalign_simple(size_t align, size_t bytes) in memalign_simple()
/openbmc/linux/include/net/
H A Dnetdev_queues.h90 unsigned int pkts, unsigned int bytes) in netdev_txq_completed_mb()
118 #define __netif_txq_completed_wake(txq, pkts, bytes, \ argument
142 #define netif_txq_completed_wake(txq, pkts, bytes, get_desc, start_thrs) \ argument
163 #define netif_subqueue_completed_wake(dev, idx, pkts, bytes, \ argument
/openbmc/libcper/generator/sections/
H A Dgen-section-dmar.c20 UINT8 *bytes = generate_random_bytes(size); in generate_section_dmar_generic() local
46 UINT8 *bytes = generate_random_bytes(size); in generate_section_dmar_vtd() local
72 UINT8 *bytes = generate_random_bytes(size); in generate_section_dmar_iommu() local
/openbmc/linux/arch/x86/include/asm/
H A Dxor_avx.h29 static void xor_avx_2(unsigned long bytes, unsigned long * __restrict p0, in xor_avx_2()
56 static void xor_avx_3(unsigned long bytes, unsigned long * __restrict p0, in xor_avx_3()
87 static void xor_avx_4(unsigned long bytes, unsigned long * __restrict p0, in xor_avx_4()
122 static void xor_avx_5(unsigned long bytes, unsigned long * __restrict p0, in xor_avx_5()
/openbmc/linux/lib/raid6/
H A Drecov_loongarch_simd.c29 static void raid6_2data_recov_lsx(int disks, size_t bytes, int faila, in raid6_2data_recov_lsx()
186 static void raid6_datap_recov_lsx(int disks, size_t bytes, int faila, in raid6_datap_recov_lsx()
303 static void raid6_2data_recov_lasx(int disks, size_t bytes, int faila, in raid6_2data_recov_lasx()
425 static void raid6_datap_recov_lasx(int disks, size_t bytes, int faila, in raid6_datap_recov_lasx()
H A Dloongarch_simd.c33 static void raid6_lsx_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_lsx_gen_syndrome()
115 size_t bytes, void **ptrs) in raid6_lsx_xor_syndrome()
264 static void raid6_lasx_gen_syndrome(int disks, size_t bytes, void **ptrs) in raid6_lasx_gen_syndrome()
324 size_t bytes, void **ptrs) in raid6_lasx_xor_syndrome()
H A Drecov.c19 static void raid6_2data_recov_intx1(int disks, size_t bytes, int faila, in raid6_2data_recov_intx1()
63 static void raid6_datap_recov_intx1(int disks, size_t bytes, int faila, in raid6_datap_recov_intx1()
107 void raid6_dual_recov(int disks, size_t bytes, int faila, int failb, void **ptrs) in raid6_dual_recov()
/openbmc/linux/sound/soc/uniphier/
H A Daio-dma.c31 int bytes = runtime->period_size * in aiodma_pcm_irq() local
51 int bytes = runtime->fragment_size; in aiodma_compr_irq() local
114 int bytes = runtime->period_size * in uniphier_aiodma_prepare() local
142 int bytes = runtime->period_size * in uniphier_aiodma_trigger() local
177 int bytes = runtime->period_size * in uniphier_aiodma_pointer() local
/openbmc/linux/include/linux/
H A Duio.h183 size_t bytes, struct iov_iter *i) in copy_folio_to_iter()
189 size_t offset, size_t bytes, struct iov_iter *i) in copy_folio_from_iter_atomic()
198 size_t copy_to_iter(const void *addr, size_t bytes, struct iov_iter *i) in copy_to_iter()
206 size_t copy_from_iter(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter()
214 bool copy_from_iter_full(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_full()
224 size_t copy_from_iter_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_nocache()
232 bool copy_from_iter_full_nocache(void *addr, size_t bytes, struct iov_iter *i) in copy_from_iter_full_nocache()
354 bool csum_and_copy_from_iter_full(void *addr, size_t bytes, in csum_and_copy_from_iter_full()
/openbmc/linux/include/sound/
H A Dpcm-indirect.h55 unsigned int bytes = qsize - rec->hw_ready; in snd_pcm_indirect_playback_transfer() local
85 int bytes = ptr - rec->hw_io; in snd_pcm_indirect_playback_pointer() local
128 size_t bytes = rec->sw_buffer_size - rec->sw_ready; in snd_pcm_indirect_capture_transfer() local
159 int bytes = ptr - rec->hw_io; in snd_pcm_indirect_capture_pointer() local
/openbmc/qemu/include/qemu/
H A Diov.h43 size_t offset, const void *buf, size_t bytes) in iov_from_buf()
56 size_t offset, void *buf, size_t bytes) in iov_to_buf()
125 #define iov_recv(sockfd, iov, iov_cnt, offset, bytes) \ argument
127 #define iov_send(sockfd, iov, iov_cnt, offset, bytes) \ argument
/openbmc/linux/fs/btrfs/
H A Dfree-space-cache.c43 u64 bytes; member
577 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry()
909 const u64 bytes = info->bytes; in copy_free_space_cache() local
918 u64 bytes = ctl->unit; in copy_free_space_cache() local
1566 static inline unsigned long bytes_to_bits(u64 bytes, u32 unit) in bytes_to_bits()
1879 u64 offset, u64 bytes, bool update_stat) in bitmap_clear_bits()
1915 u64 bytes) in btrfs_bitmap_set_bits()
1956 u64 *bytes, bool for_alloc) in search_bitmap()
2010 find_free_space(struct btrfs_free_space_ctl *ctl, u64 *offset, u64 *bytes, in find_free_space()
2152 u64 *offset, u64 *bytes) in remove_from_bitmap()
[all …]
/openbmc/linux/lib/zstd/compress/
H A Dzstd_cwksp.h231 size_t const bytes = (alignBytes - ((size_t)ptr & (alignBytesMask))) & alignBytesMask; in ZSTD_cwksp_bytes_to_align_ptr() local
245 ZSTD_cwksp_reserve_internal_buffer_space(ZSTD_cwksp* ws, size_t const bytes) in ZSTD_cwksp_reserve_internal_buffer_space()
324 ZSTD_cwksp_reserve_internal(ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_reserve_internal()
341 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_buffer()
349 MEM_STATIC void* ZSTD_cwksp_reserve_aligned(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned()
362 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_table()
398 MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_object()
/openbmc/linux/drivers/nvmem/
H A Dstm32-romem.c42 size_t bytes) in stm32_romem_read()
73 size_t bytes) in stm32_bsec_read()
120 size_t bytes) in stm32_bsec_write()
147 size_t bytes) in stm32_bsec_pta_read()
155 size_t bytes) in stm32_bsec_pta_write()
/openbmc/phosphor-ipmi-flash/tools/
H A Dprogress.cpp24 void ProgressStdoutIndicator::updateProgress(std::int64_t bytes) in updateProgress()
36 void ProgressStdoutIndicator::start(std::int64_t bytes) in start()

12345678910>>...55