Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Defi-header.S19 .short section_count // NumberOfSections
120 .set section_count, (. - section_table) / 40 define
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c249 uint16_t section_count) in amdgpu_cper_alloc_entry() argument
255 size += (SEC_DESC_LEN * section_count); in amdgpu_cper_alloc_entry()
260 size += (NONSTD_SEC_LEN * section_count); in amdgpu_cper_alloc_entry()
263 size += (FATAL_SEC_LEN * section_count); in amdgpu_cper_alloc_entry()
266 size += (BOOT_SEC_LEN * section_count); in amdgpu_cper_alloc_entry()
278 hdr->sec_cnt = section_count; in amdgpu_cper_alloc_entry()
H A Damdgpu_cper.h90 uint16_t section_count);
/linux/arch/arm/boot/compressed/
H A Defi-header.S50 .short section_count @ NumberOfSections
131 .set section_count, (. - section_table) / 40 define
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c125 u16 section_count; in ice_pkg_val_buf() local
130 section_count = le16_to_cpu(hdr->section_count); in ice_pkg_val_buf()
131 if (section_count < ICE_MIN_S_COUNT || section_count > ICE_MAX_S_COUNT) in ice_pkg_val_buf()
202 if (++state->sect_idx < le16_to_cpu(state->buf->section_count)) in ice_pkg_advance_sect()
956 u16 section_count; in ice_pkg_buf_reserve_section() local
965 section_count = le16_to_cpu(buf->section_count); in ice_pkg_buf_reserve_section()
966 if (section_count > in ice_pkg_buf_reserve_section()
[all...]
H A Dice_ddp.h207 __le16 section_count; member
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c201 rcd.hdr.section_count = 1; in apei_write_mce()
/linux/arch/x86/boot/
H A Dheader.S66 .word section_count # nr_sections
223 .set section_count, (. - section_table) / 40 define
/linux/fs/f2fs/
H A Dgc.c2145 int section_count; in update_sb_metadata() local
2153 section_count = le32_to_cpu(raw_sb->section_count); in update_sb_metadata()
2158 raw_sb->section_count = cpu_to_le32(section_count + secs); in update_sb_metadata()
H A Ddebug.c135 si->main_area_sections = le32_to_cpu(raw_super->section_count); in update_general_status()
787 si->main_area_sections = le32_to_cpu(raw_super->section_count); in f2fs_build_stats()
H A Dsuper.c3862 total_sections = le32_to_cpu(raw_super->section_count); in sanity_check_raw_super()
4147 sbi->total_sections = le32_to_cpu(raw_super->section_count); in init_sb_info()
/linux/include/linux/
H A Df2fs_fs.h123 __le32 section_count; /* total # of sections */ member
/linux/drivers/ras/amd/
H A Dfmpm.c505 hdr->section_count = 1; in set_rec_fields()
/linux/drivers/acpi/apei/
H A Derst.c1144 rcd->hdr.section_count = 1; in erst_writer()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_common.c4900 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_validate_profile()
4951 for (i = 0; i < sec_tbl->section_count; i++) { in i40e_write_profile()
5014 for (i = sec_tbl->section_count - 1; i >= 0; i--) { in i40e_rollback_profile()