/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_psp.c | 760 psp_copy_fw(psp, psp->toc.start_addr, psp->toc.size_bytes); in psp_load_toc() 762 psp_prep_load_toc_cmd_buf(cmd, psp->fw_pri_mc_addr, psp->toc.size_bytes); in psp_load_toc() 806 psp->toc.size_bytes && in psp_tmr_init() 996 memcpy(psp->fw_pri_buf, psp->rl.start_addr, psp->rl.size_bytes); in psp_rl_load() 1001 cmd->cmd.cmd_load_ip_fw.fw_size = psp->rl.size_bytes; in psp_rl_load() 1040 if (amdgpu_sriov_vf(psp->adev) || !psp->asd_context.bin_desc.size_bytes) in psp_asd_initialize() 1130 cmd->cmd.cmd_load_ta.app_len = context->bin_desc.size_bytes; in psp_prep_ta_load_cmd_buf() 1190 context->bin_desc.size_bytes); in psp_ta_load() 1239 !psp->xgmi_context.context.bin_desc.size_bytes || in psp_xgmi_initialize() 1610 if (!adev->psp.ras_context.context.bin_desc.size_bytes || in psp_ras_initialize() [all...] |
H A D | amdgpu_ucode.c | 33 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in amdgpu_ucode_print_common_hdr() 351 le32_to_cpu(psp_hdr->sos.size_bytes)); in amdgpu_ucode_print_psp_hdr() 360 le32_to_cpu(psp_hdr_v1_1->toc.size_bytes)); in amdgpu_ucode_print_psp_hdr() 366 le32_to_cpu(psp_hdr_v1_1->kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr() 376 le32_to_cpu(psp_hdr_v1_2->kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr() 388 le32_to_cpu(psp_hdr_v1_3->v1_1.toc.size_bytes)); in amdgpu_ucode_print_psp_hdr() 394 le32_to_cpu(psp_hdr_v1_3->v1_1.kdb.size_bytes)); in amdgpu_ucode_print_psp_hdr() 400 le32_to_cpu(psp_hdr_v1_3->spl.size_bytes)); in amdgpu_ucode_print_psp_hdr() 412 le32_to_cpu(desc->size_bytes)); in amdgpu_ucode_print_psp_hdr() [all...] |
H A D | psp_v12_0.c | 67 adev->psp.securedisplay_context.context.bin_desc.size_bytes = 0; in psp_v12_0_init_microcode() 93 psp_copy_fw(psp, psp->sys.start_addr, psp->sys.size_bytes); in psp_v12_0_bootloader_load_sysdrv() 132 psp_copy_fw(psp, psp->sos.start_addr, psp->sos.size_bytes); in psp_v12_0_bootloader_load_sos()
|
H A D | psp_v11_0.c | 108 adev->psp.securedisplay_context.context.bin_desc.size_bytes = 0; in psp_v11_0_init_microcode() 120 adev->psp.securedisplay_context.context.bin_desc.size_bytes = 0; in psp_v11_0_init_microcode() 196 psp_copy_fw(psp, bin_desc->start_addr, bin_desc->size_bytes); in psp_v11_0_bootloader_load_component() 242 psp_copy_fw(psp, psp->sos.start_addr, psp->sos.size_bytes); in psp_v11_0_bootloader_load_sos()
|
H A D | amdgpu_ucode.h | 29 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member 77 uint32_t size_bytes; member 113 uint32_t size_bytes; member
|
H A D | psp_v13_0_4.c | 113 memcpy(psp->fw_pri_buf, bin_desc->start_addr, bin_desc->size_bytes); in psp_v13_0_4_bootloader_load_component() 176 memcpy(psp->fw_pri_buf, psp->sos.start_addr, psp->sos.size_bytes); in psp_v13_0_4_bootloader_load_sos()
|
H A D | psp_v3_1.c | 99 psp_copy_fw(psp, psp->sys.start_addr, psp->sys.size_bytes); in psp_v3_1_bootloader_load_sysdrv() 138 psp_copy_fw(psp, psp->sos.start_addr, psp->sos.size_bytes); in psp_v3_1_bootloader_load_sos()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
H A D | ia_css_sdis2.host.c | 209 unsigned int size_bytes, table_width, table_size, height; in ia_css_translate_dvs2_statistics() local 234 size_bytes = host_stats->grid.aligned_width * sizeof(*htemp_ptr); in ia_css_translate_dvs2_statistics() 238 table_width = CEIL_MUL(size_bytes, in ia_css_translate_dvs2_statistics() 247 &htemp_ptr[0 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 249 &htemp_ptr[1 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 251 &htemp_ptr[2 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 253 &htemp_ptr[3 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 257 &vtemp_ptr[0 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 259 &vtemp_ptr[1 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 261 &vtemp_ptr[2 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
H A D | ia_css_sdis2.host.c | 209 unsigned int size_bytes, table_width, table_size, height; in ia_css_translate_dvs2_statistics() local 234 size_bytes = host_stats->grid.aligned_width * sizeof(*htemp_ptr); in ia_css_translate_dvs2_statistics() 238 table_width = CEIL_MUL(size_bytes, in ia_css_translate_dvs2_statistics() 247 &htemp_ptr[0 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 249 &htemp_ptr[1 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 251 &htemp_ptr[2 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 253 &htemp_ptr[3 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 257 &vtemp_ptr[0 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 259 &vtemp_ptr[1 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() 261 &vtemp_ptr[2 * table_size + src_offset], size_bytes); in ia_css_translate_dvs2_statistics() [all...] |
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | span_test.cc | 25 EXPECT_EQ(0u, empty.size_bytes()); in TYPED_TEST() 34 EXPECT_EQ(sizeof(TypeParam), singular.size_bytes()); in TYPED_TEST() 44 EXPECT_EQ(sizeof(TypeParam) * 5, five_items.size_bytes()); in TYPED_TEST()
|
/kernel/linux/linux-5.10/kernel/dma/ |
H A D | contiguous.c | 72 static const phys_addr_t size_bytes __initconst = 184 selected_size = size_bytes; in dma_contiguous_reserve() 188 selected_size = min(size_bytes, cma_early_percent_memory()); in dma_contiguous_reserve() 190 selected_size = max(size_bytes, cma_early_percent_memory()); in dma_contiguous_reserve()
|
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | contiguous.c | 73 static const phys_addr_t size_bytes __initconst = 237 selected_size = size_bytes; in dma_contiguous_reserve() 241 selected_size = min(size_bytes, cma_early_percent_memory()); in dma_contiguous_reserve() 243 selected_size = max(size_bytes, cma_early_percent_memory()); in dma_contiguous_reserve()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mvneta_bm.c | 121 int size_bytes, err; in mvneta_bm_pool_create() local 122 size_bytes = sizeof(u32) * bm_pool->hwbm_pool.size; in mvneta_bm_pool_create() 123 bm_pool->virt_addr = dma_alloc_coherent(&pdev->dev, size_bytes, in mvneta_bm_pool_create() 130 dma_free_coherent(&pdev->dev, size_bytes, bm_pool->virt_addr, in mvneta_bm_pool_create() 140 dma_free_coherent(&pdev->dev, size_bytes, bm_pool->virt_addr, in mvneta_bm_pool_create()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mvneta_bm.c | 121 int size_bytes, err; in mvneta_bm_pool_create() local 122 size_bytes = sizeof(u32) * bm_pool->hwbm_pool.size; in mvneta_bm_pool_create() 123 bm_pool->virt_addr = dma_alloc_coherent(&pdev->dev, size_bytes, in mvneta_bm_pool_create() 130 dma_free_coherent(&pdev->dev, size_bytes, bm_pool->virt_addr, in mvneta_bm_pool_create() 140 dma_free_coherent(&pdev->dev, size_bytes, bm_pool->virt_addr, in mvneta_bm_pool_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_ucode.c | 33 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in radeon_ucode_print_common_hdr() 162 if (fw->size == le32_to_cpu(hdr->size_bytes)) in radeon_ucode_validate()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_ucode.c | 33 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in radeon_ucode_print_common_hdr() 162 if (fw->size == le32_to_cpu(hdr->size_bytes)) in radeon_ucode_validate()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_binder.c | 147 sizes[stage] = align(shaders[stage]->bt.size_bytes, binder->alignment); in iris_binder_reserve_3d() 196 unsigned size = shader->bt.size_bytes; in iris_binder_reserve_compute()
|
/third_party/skia/src/core/ |
H A D | SkGlyphRun.cpp | 153 memcpy(buffer.utf8text, text.data(), text.size_bytes()); in makeBlob() 155 memcpy(buffer.clusters, clusters.data(), clusters.size_bytes()); in makeBlob() 158 memcpy(buffer.points(), positions.data(), positions.size_bytes()); in makeBlob() 168 memcpy(buffer.glyphs, glyphIDs.data(), glyphIDs.size_bytes()); in makeBlob()
|
/kernel/linux/build/test/moduletest/runtest/bin/mem_debug_t/testcases/bin/ |
H A D | mem_debug03.sh | 34 | grep fd | grep size_bytes | grep ino | grep exp_pid | grep exp_task_comm \
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/frame/interface/ |
H A D | ia_css_frame.h | 111 * @param[in] size_bytes The frame size in bytes. 120 const unsigned int size_bytes,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/frame/interface/ |
H A D | ia_css_frame.h | 111 * @param[in] size_bytes The frame size in bytes. 118 const unsigned int size_bytes);
|
/third_party/skia/src/gpu/effects/ |
H A D | GrSkSLFP.h | 279 memcpy(uniformDataPtr, val.data(), val.size_bytes()); in appendArgs() 280 uniformDataPtr += val.size_bytes(); in appendArgs() 394 checkOneUniform(uIter, uEnd, name, val.data(), val.size_bytes()); in checkArgs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.h | 48 u32 size_bytes; /* size of the entire header+image(s) in bytes */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.h | 49 u32 size_bytes; /* size of the entire header+image(s) in bytes */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ucode.h | 29 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member 141 uint32_t size_bytes; member
|