/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_psp.c | 3071 psp->sos.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3077 psp->sys.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3083 psp->kdb.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3089 psp->toc.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3095 psp->spl.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3101 psp->rl.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3107 psp->soc_drv.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3113 psp->intf_drv.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3119 psp->dbg_drv.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() 3125 psp->ras_drv.size_bytes = le32_to_cpu(desc->size_bytes); in parse_sos_bin_descriptor() [all …]
|
H A D | amdgpu_ucode.c | 351 le32_to_cpu(psp_hdr->sos.size_bytes)); in amdgpu_ucode_print_psp_hdr() 412 le32_to_cpu(desc->size_bytes)); in amdgpu_ucode_print_psp_hdr() 418 le32_to_cpu(desc->size_bytes)); in amdgpu_ucode_print_psp_hdr() 424 le32_to_cpu(desc->size_bytes)); in amdgpu_ucode_print_psp_hdr() 430 le32_to_cpu(desc->size_bytes)); in amdgpu_ucode_print_psp_hdr() 436 le32_to_cpu(desc->size_bytes)); in amdgpu_ucode_print_psp_hdr() 442 le32_to_cpu(desc->size_bytes)); in amdgpu_ucode_print_psp_hdr() 448 le32_to_cpu(desc->size_bytes)); in amdgpu_ucode_print_psp_hdr() 454 le32_to_cpu(desc->size_bytes)); in amdgpu_ucode_print_psp_hdr() 460 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()
|
H A D | psp_v10_0.c | 64 adev->psp.securedisplay_context.context.bin_desc.size_bytes = 0; in psp_v10_0_init_microcode()
|
H A D | psp_v13_0.c | 221 memcpy(psp->fw_pri_buf, bin_desc->start_addr, bin_desc->size_bytes); in psp_v13_0_bootloader_load_component() 290 memcpy(psp->fw_pri_buf, psp->sos.start_addr, psp->sos.size_bytes); in psp_v13_0_bootloader_load_sos()
|
H A D | amdgpu_psp_ta.c | 216 context->bin_desc.size_bytes = ta_bin_len; in ta_if_load_debugfs_write()
|
H A D | amdgpu_psp.h | 162 uint32_t size_bytes; member
|
H A D | amdgpu_discovery.c | 483 le32_to_cpu(vhdr->size_bytes), checksum)) { in amdgpu_discovery_init() 505 le32_to_cpu(mhdr->size_bytes), checksum)) { in amdgpu_discovery_init()
|
H A D | gfx_v10_0.c | 5211 ret = amdgpu_bo_create_reserved(adev, adev->psp.toc.size_bytes, PAGE_SIZE, in gfx_v10_0_parse_rlc_toc() 5222 memcpy(adev->gfx.rlc.rlc_toc_buf, adev->psp.toc.start_addr, adev->psp.toc.size_bytes); in gfx_v10_0_parse_rlc_toc()
|
H A D | gfx_v11_0.c | 465 adev->psp.toc.size_bytes = le32_to_cpu(toc_hdr->header.ucode_size_bytes); in gfx_v11_0_init_toc_microcode()
|
/openbsd/usr.sbin/unbound/edns-subnet/ |
H A D | addrtree.c | 136 tree->size_bytes = sizeof *tree + sizeof *tree->root; in addrtree_create() 157 tree->size_bytes -= tree->sizefunc(node->elem); in clean_node() 232 tree->size_bytes -= node_size(tree, node); in purge_node() 274 return tree?tree->size_bytes:0; in addrtree_size() 283 tree->size_bytes -= sizeof(struct addrnode); in addrtree_delete() 287 tree->size_bytes -= node_size(tree, n); in addrtree_delete() 389 tree->size_bytes += tree->sizefunc(elem); in addrtree_insert() 413 tree->size_bytes += node_size(tree, newnode); in addrtree_insert() 456 tree->size_bytes += node_size(tree, newnode); in addrtree_insert() 469 tree->size_bytes += node_size(tree, newnode); in addrtree_insert()
|
H A D | addrtree.h | 74 size_t size_bytes; member
|
H A D | subnetmod.c | 433 diff_size = (int)tree->size_bytes; in update_cache() 437 diff_size = (int)tree->size_bytes - diff_size; in update_cache()
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | boehm.c | 91 HOST_WIDE_INT size_bytes; local 97 size_bytes = int_size_in_bytes (TREE_TYPE (field)); 113 size_words = size_bytes * BITS_PER_UNIT / POINTER_SIZE;
|
/openbsd/sys/dev/pci/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()
|
H A D | radeon_ucode.h | 157 uint32_t size_bytes; /* size of the entire header+image(s) in bytes */ member
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | span | 91 constexpr size_type size_bytes() const noexcept; 333 …_LIBCPP_INLINE_VISIBILITY constexpr size_type size_bytes() const noexcept { return _Extent * s… 375 …onst byte, _Extent * sizeof(element_type)>{reinterpret_cast<const byte *>(data()), size_bytes()}; } 378 …eturn span<byte, _Extent * sizeof(element_type)>{reinterpret_cast<byte *>(data()), size_bytes()}; } 499 …_LIBCPP_INLINE_VISIBILITY constexpr size_type size_bytes() const noexcept { return __size_ * s… 542 { return {reinterpret_cast<const byte *>(data()), size_bytes()}; } 545 { return {reinterpret_cast<byte *>(data()), size_bytes()}; }
|
/openbsd/sys/dev/pci/drm/amd/include/ |
H A D | discovery.h | 333 uint32_t size_bytes; /* size of the entire header+data in bytes */ member 357 uint32_t size_bytes; /* size of the entire header+data in bytes */ member
|
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/inc/ |
H A D | smu_ucode_xfer_cz.h | 118 uint32_t size_bytes; member
|
/openbsd/sys/dev/pci/drm/amd/pm/powerplay/smumgr/ |
H A D | smu8_smumgr.c | 351 task->size_bytes = smu8_smu->scratch_buffer[i].data_size; in smu8_smu_populate_single_scratch_task() 388 task->size_bytes = smu8_smu->driver_buffer[i].data_size; in smu8_smu_populate_single_ucode_load_task()
|