Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/
H A Domapimage.c46 && toc->section_size != 0xffffffff) { in omapimage_verify_header()
49 size = cpu_to_be32(toc->section_size); in omapimage_verify_header()
52 size = toc->section_size; in omapimage_verify_header()
95 && toc->section_size != 0xffffffff) { in omapimage_print_header()
98 size = cpu_to_be32(toc->section_size); in omapimage_print_header()
101 size = toc->section_size; in omapimage_print_header()
111 toc->section_size); in omapimage_print_header()
134 toc->section_size = sizeof(struct ch_settings); in omapimage_set_header()
H A Domapimage.h15 uint32_t section_size; member
H A Dmxsimage.h131 uint32_t section_size; member
H A Dmxsimage.c1422 offset += shdr->section_size; in sb_fixup_sections_and_tags()
1425 shdr->section_size--; in sb_fixup_sections_and_tags()
1433 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()
1580 ictx->sect_tail->payload.section_size = in sb_parse_line()
1993 sctx->size = (shdr->section_size * SB_BLOCK_SIZE) + in sb_verify_sections_cmds()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A Diwl-nvm-parse.c1366 int ret, section_size; in iwl_read_external_nvm() local
1461 section_size = in iwl_read_external_nvm()
1465 section_size = 2 * EXT_NVM_WORD2_LEN( in iwl_read_external_nvm()
1471 if (section_size > max_section_size) { in iwl_read_external_nvm()
1473 section_size); in iwl_read_external_nvm()
1478 if (!section_size) { in iwl_read_external_nvm()
1484 if (file_sec->data + section_size > eof) { in iwl_read_external_nvm()
1487 section_size); in iwl_read_external_nvm()
1498 temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); in iwl_read_external_nvm()
1504 iwl_nvm_fixups(trans->hw_id, section_id, temp, section_size); in iwl_read_external_nvm()
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-module.c284 static void __init unapply_text_relocations(void *section, int section_size, in unapply_text_relocations() argument
290 BUG_ON(rela->r_offset >= section_size); in unapply_text_relocations()
325 static void __init unapply_rodata_relocations(void *section, int section_size, in unapply_rodata_relocations() argument
331 BUG_ON(rela->r_offset >= section_size); in unapply_rodata_relocations()
/OK3568_Linux_fs/kernel/drivers/net/hyperv/
H A Dnetvsc_trace.h142 __field( u32, section_size )
149 __entry->section_size = rpkt->send_buf_section_size;
154 __entry->section_index, __entry->section_size)
H A Dhyperv_net.h460 u32 section_size; member
H A Dnetvsc.c471 v1_msg.send_send_buf_complete.section_size; in netvsc_init_buf()
/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Dfw.c705 section_size, /* Size of the whole section (cmd + payload) */ in i2400m_dnload_bcf() local
718 section_size = ALIGN(sizeof(*bh) + data_size, 4); in i2400m_dnload_bcf()
734 if (offset + section_size > bcf_len) { in i2400m_dnload_bcf()
738 offset + section_size, bcf_len); in i2400m_dnload_bcf()
743 ret = i2400m_bm_cmd(i2400m, bh, section_size, in i2400m_dnload_bcf()
751 offset += section_size; in i2400m_dnload_bcf()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2288 unsigned int count, section_size, skip_size; in ath10k_sdio_dump_memory_section() local
2315 section_size = cur_section->end - cur_section->start; in ath10k_sdio_dump_memory_section()
2317 if (section_size <= 0) { in ath10k_sdio_dump_memory_section()
2341 if (buf_len < (skip_size + section_size)) { in ath10k_sdio_dump_memory_section()
2346 buf_len -= skip_size + section_size; in ath10k_sdio_dump_memory_section()
2350 buf, section_size); in ath10k_sdio_dump_memory_section()
2357 buf += section_size; in ath10k_sdio_dump_memory_section()
2358 count += section_size; in ath10k_sdio_dump_memory_section()
H A Dpci.c1473 unsigned int count, section_size, skip_size; in ath10k_pci_dump_memory_section() local
1500 section_size = cur_section->end - cur_section->start; in ath10k_pci_dump_memory_section()
1502 if (section_size <= 0) { in ath10k_pci_dump_memory_section()
1526 if (buf_len < (skip_size + section_size)) { in ath10k_pci_dump_memory_section()
1531 buf_len -= skip_size + section_size; in ath10k_pci_dump_memory_section()
1535 buf, section_size); in ath10k_pci_dump_memory_section()
1542 buf += section_size; in ath10k_pci_dump_memory_section()
1543 count += section_size; in ath10k_pci_dump_memory_section()
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientRkFs_v1.c770 static int rkss_get_empty_section_from_usedflags(int section_size) in rkss_get_empty_section_from_usedflags() argument
787 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
788 return (i + 1 - section_size); in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkNewFs_v2.c493 unsigned int area_index, int section_size) in rkss_get_empty_section_from_usedflags() argument
511 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
512 return (i + 1 - section_size); in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkFs_v2.c490 unsigned int area_index, int section_size) in rkss_get_empty_section_from_usedflags() argument
508 if (++count0 == section_size) in rkss_get_empty_section_from_usedflags()
509 return (i + 1 - section_size); in rkss_get_empty_section_from_usedflags()
H A DOpteeClientRkNewFs_v1.c770 static int rkss_get_empty_section_from_usedflags(int section_size) in rkss_get_empty_section_from_usedflags() argument
790 if (++count0 == section_size) { in rkss_get_empty_section_from_usedflags()
791 return (i + 1 - section_size); in rkss_get_empty_section_from_usedflags()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Demif-common.c803 u32 get_dmm_section_size_map(u32 section_size) in get_dmm_section_size_map() argument
816 section_size >>= 24; /* divide by 16 MB */ in get_dmm_section_size_map()
817 return log_2_n_round_down(section_size); in get_dmm_section_size_map()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dmmu.c576 unsigned long section_size; in mark_rodata_ro() local
582 section_size = (unsigned long)__init_begin - (unsigned long)__start_rodata; in mark_rodata_ro()
584 section_size, PAGE_KERNEL_RO); in mark_rodata_ro()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c5763 u32 section_size = 0; in i40e_write_profile() local
5794 section_size = sec->section.size + in i40e_write_profile()
5798 status = i40e_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40e_write_profile()
5826 u32 section_size = 0; in i40e_rollback_profile() local
5845 section_size = sec->section.size + in i40e_rollback_profile()
5849 status = i40e_aq_write_ddp(hw, (void *)sec, (u16)section_size, in i40e_rollback_profile()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dlto-streamer.h474 unsigned HOST_WIDE_INT section_size[LTO_N_SECTION_TYPES]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dlto-streamer.h474 unsigned HOST_WIDE_INT section_size[LTO_N_SECTION_TYPES]; member