Home
last modified time | relevance | path

Searched refs:section_count (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Defi-header.S18 .short section_count // NumberOfSections
107 .set section_count, (. - section_table) / 40 define
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Defi-header.S14 .short section_count // NumberOfSections
101 .set section_count, (. - section_table) / 40 define
/OK3568_Linux_fs/kernel/arch/arm/boot/compressed/
H A Defi-header.S50 .short section_count @ NumberOfSections
131 .set section_count, (. - section_table) / 40 define
/OK3568_Linux_fs/kernel/drivers/base/
H A Dmemory.c594 int section_count = 0; in add_memory_block() local
600 section_count++; in add_memory_block()
602 if (section_count == 0) in add_memory_block()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dapei.c79 rcd.hdr.section_count = 1; in apei_write_mce()
/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.h60 uint16_t section_count; member
H A Dmxsimage.c1368 hdr->section_count = ictx->sect_count; in sb_postfill_image_header()
1381 sections_blocks = hdr->section_count * hdr->section_header_size; in sb_postfill_image_header()
1757 hdr->section_count); in sb_verify_image_header()
1768 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()
1783 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()
1953 for (i = 0; i < hdr->section_count; i++) { in sb_verify_sections_cmds()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c106 u16 section_count; in ice_pkg_val_buf() local
111 section_count = le16_to_cpu(hdr->section_count); in ice_pkg_val_buf()
112 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT) in ice_pkg_val_buf()
186 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()
977 if (le16_to_cpu(bh->section_count)) in ice_dwnld_cfg_bufs()
1517 u16 section_count; in ice_pkg_buf_reserve_section() local
1526 section_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_reserve_section()
1527 if (section_count > 0) in ice_pkg_buf_reserve_section()
1575 sect_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_alloc_section()
1586 buf->section_count = cpu_to_le16(sect_count + 1); in ice_pkg_buf_alloc_section()
[all …]
H A Dice_flex_type.h102 __le16 section_count; member
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S111 .word section_count # nr_sections
272 .set section_count, (. - section_table) / 40 define
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dgc.c1936 int section_count; in update_sb_metadata() local
1944 section_count = le32_to_cpu(raw_sb->section_count); in update_sb_metadata()
1949 raw_sb->section_count = cpu_to_le32(section_count + secs); in update_sb_metadata()
H A Ddebug.c71 si->main_area_sections = le32_to_cpu(raw_super->section_count); in update_general_status()
615 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
H A Dsuper.c3179 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()
3456 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcper.h328 u16 section_count; member
H A Df2fs_fs.h102 __le32 section_count; /* total # of sections */ member
/OK3568_Linux_fs/kernel/drivers/media/spi/
H A Drk1608_core.h165 u32 section_count; member
H A Drk1608_core.c519 for (i = 0; i < head->section_count; i++) { in rk1608_download_fw()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h1492 u32 section_count; member
H A Di40e_common.c5628 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_find_section_in_profile()
5723 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile()
5774 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile()
5837 for (i = sec_tbl->section_count - 1; i >= 0; i--) { in i40e_rollback_profile()
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Derst.c1050 rcd->hdr.section_count = 1; in erst_writer()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbfd.info570 unsigned int section_count;
713 return abfd->section_count;
801 only handle the list pointers, ie. do not adjust section_count,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbfd.info570 unsigned int section_count;
713 return abfd->section_count;
801 only handle the list pointers, ie. do not adjust section_count,