/openbmc/linux/arch/riscv/kernel/ |
H A D | efi-header.S | 19 .short section_count // NumberOfSections 120 .set section_count, (. - section_table) / 40 define
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.c | 124 u16 section_count; in ice_pkg_val_buf() local 129 section_count = le16_to_cpu(hdr->section_count); in ice_pkg_val_buf() 130 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT) in ice_pkg_val_buf() 201 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect() 946 u16 section_count; in ice_pkg_buf_reserve_section() local 955 section_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_reserve_section() 956 if (section_count > 0) in ice_pkg_buf_reserve_section() 1003 sect_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_alloc_section() 1014 buf->section_count = cpu_to_le16(sect_count + 1); in ice_pkg_buf_alloc_section() 1077 return le16_to_cpu(buf->section_count); in ice_pkg_buf_get_active_sections() [all …]
|
H A D | ice_ddp.h | 181 __le16 section_count; member
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | efi-header.S | 50 .short section_count @ NumberOfSections 131 .set section_count, (. - section_table) / 40 define
|
/openbmc/libcper/ |
H A D | ir-parse.c | 100 int section_count = json_object_get_int( in ir_header_to_cper() local 102 header->SectionCount = (UINT16)section_count; in ir_header_to_cper()
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.h | 59 uint16_t section_count; member
|
H A D | mxsimage.c | 1368 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()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_events.c | 129 uint8_t section_count; member 512 int section_count) in spapr_init_maina() argument 530 maina->section_count = section_count; in spapr_init_maina()
|
/openbmc/linux/drivers/base/ |
H A D | memory.c | 804 int section_count = 0; in add_boot_memory_block() local 810 section_count++; in add_boot_memory_block() 812 if (section_count == 0) in add_boot_memory_block()
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | apei.c | 152 rcd.hdr.section_count = 1; in apei_write_mce()
|
/openbmc/linux/arch/x86/boot/ |
H A D | header.S | 66 .word section_count # nr_sections 214 .set section_count, (. - section_table) / 40 define
|
/openbmc/linux/include/linux/ |
H A D | cper.h | 328 u16 section_count; member
|
H A D | f2fs_fs.h | 121 __le32 section_count; /* total # of sections */ member
|
/openbmc/linux/fs/f2fs/ |
H A D | gc.c | 2076 int section_count; in update_sb_metadata() local 2084 section_count = le32_to_cpu(raw_sb->section_count); in update_sb_metadata() 2089 raw_sb->section_count = cpu_to_le32(section_count + secs); in update_sb_metadata()
|
H A D | debug.c | 71 si->main_area_sections = le32_to_cpu(raw_super->section_count); in update_general_status() 681 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
|
H A D | super.c | 3491 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super() 3768 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_type.h | 1455 u32 section_count; member
|
H A D | i40e_common.c | 5576 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_find_section_in_profile() 5670 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile() 5721 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile() 5784 for (i = sec_tbl->section_count - 1; i >= 0; i--) { in i40e_rollback_profile()
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | erst.c | 1111 rcd->hdr.section_count = 1; in erst_writer()
|