Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 68) sorted by relevance

123

/linux/tools/objtool/include/objtool/
H A Delf.h33 struct section { global() struct
40 rsecsection global() argument
55 relocssection global() argument
[all...]
/linux/drivers/mtd/nand/raw/
H A Dsm_common.c12 static int oob_sm_ooblayout_ecc(struct mtd_info *mtd, int section, in oob_sm_ooblayout_ecc()
24 static int oob_sm_ooblayout_free(struct mtd_info *mtd, int section, in oob_sm_ooblayout_free()
61 static int oob_sm_small_ooblayout_ecc(struct mtd_info *mtd, int section, in oob_sm_small_ooblayout_ecc()
73 static int oob_sm_small_ooblayout_free(struct mtd_info *mtd, int section, in oob_sm_small_ooblayout_free()
H A Dnand_micron.c101 int section, in micron_nand_on_die_4_ooblayout_ecc()
114 int section, in micron_nand_on_die_4_ooblayout_free()
132 int section, in micron_nand_on_die_8_ooblayout_ecc()
147 int section, in micron_nand_on_die_8_ooblayout_free()
H A Dsh_flctl.c31 static int flctl_4secc_ooblayout_sp_ecc(struct mtd_info *mtd, int section, in flctl_4secc_ooblayout_sp_ecc()
45 static int flctl_4secc_ooblayout_sp_free(struct mtd_info *mtd, int section, in flctl_4secc_ooblayout_sp_free()
62 static int flctl_4secc_ooblayout_lp_ecc(struct mtd_info *mtd, int section, in flctl_4secc_ooblayout_lp_ecc()
76 static int flctl_4secc_ooblayout_lp_free(struct mtd_info *mtd, int section, in flctl_4secc_ooblayout_lp_free()
/linux/drivers/mtd/nand/spi/
H A Dgigadevice.c147 static int gd5fxgq4xa_ooblayout_ecc(struct mtd_info *mtd, int section, in gd5fxgq4xa_ooblayout_ecc()
159 static int gd5fxgq4xa_ooblayout_free(struct mtd_info *mtd, int section, in gd5fxgq4xa_ooblayout_free()
205 static int gd5fxgqx_variant2_ooblayout_ecc(struct mtd_info *mtd, int section, in gd5fxgqx_variant2_ooblayout_ecc()
217 static int gd5fxgqx_variant2_ooblayout_free(struct mtd_info *mtd, int section, in gd5fxgqx_variant2_ooblayout_free()
236 static int gd5fxgq4xc_ooblayout_256_ecc(struct mtd_info *mtd, int section, in gd5fxgq4xc_ooblayout_256_ecc()
248 static int gd5fxgq4xc_ooblayout_256_free(struct mtd_info *mtd, int section, in gd5fxgq4xc_ooblayout_256_free()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c33 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_chunk()
72 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_chunk()
145 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_section()
179 static int iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_section()
308 int ret, section; in iwl_nvm_init() local
/linux/tools/perf/util/
H A Dconfig.c639 return section; in find_config_item() argument
629 struct perf_config_section *section; find_section() local
653 struct perf_config_section *section = zalloc(sizeof(*section)); add_section() local
670 add_config_item(struct perf_config_section * section,const char * name) add_config_item() argument
707 struct perf_config_section *section = NULL; collect_config() local
825 struct perf_config_section *section; perf_config_set() local
871 perf_config_section__purge(struct perf_config_section * section) perf_config_section__purge() argument
881 perf_config_section__delete(struct perf_config_section * section) perf_config_section__delete() argument
890 struct perf_config_section *section, *tmp; perf_config_set__purge() local
[all...]
H A Dlibbfd.c122 find_address_in_section(bfd * abfd,asection * section,void * data) find_address_in_section() argument
319 asection *section; dso__load_bfd_symbols() local
464 asection *section; libbfd_filename__read_debuglink() local
[all...]
/linux/arch/mips/boot/tools/
H A Drelocs.c24 struct section { struct
26 struct section *link; argument
32 static struct section *secs; argument
/linux/arch/xtensa/kernel/
H A Dvmlinux.lds.S45 #define RELOCATE_ENTRY(sym, section) \ argument
63 #define SECTION_VECTOR4(sym, section, addr, prevsec) \ argument
72 #define SECTION_VECTOR2(section, addr) \ argument
/linux/drivers/mtd/
H A Dmtdcore.c398 int (*iter)(struct mtd_info *, int section, in mtd_ooblayout_show()
402 int section; in mtd_ooblayout_show() local
1874 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, in mtd_ooblayout_ecc()
1908 int mtd_ooblayout_free(struct mtd_info *mtd, int section, in mtd_ooblayout_free()
1945 int section, in mtd_ooblayout_find_region()
1948 int pos = 0, ret, section = 0; in mtd_ooblayout_find_region() local
1989 int *section, in mtd_ooblayout_find_eccregion()
2014 int section, in mtd_ooblayout_get_bytes()
2018 int section, ret; in mtd_ooblayout_get_bytes() local
2057 int section, in mtd_ooblayout_set_bytes()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dcgroup_getset_retval_hooks.c6 #define BPF_RETVAL_HOOK(name, section, ctx, expected_err) \ argument
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_transport.c217 int adf_create_ring(struct adf_accel_dev *accel_dev, const char *section, in adf_create_ring()
354 const char *section, const char *format, in adf_get_cfg_int()
371 const char *section, in adf_get_coalesc_timer()
/linux/scripts/gendwarfksyms/examples/
H A Dsymbolptr.c17 #define __section(section) __attribute__((__section__(section))) argument
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c295 void *(*handler)(u32 sect_type, void *section, in ice_pkg_enum_entry()
343 static void *ice_sw_fv_handler(u32 sect_type, void *section, u32 index, in ice_sw_fv_handler()
465 static void *ice_marker_ptype_tcam_handler(u32 sect_type, void *section, in ice_marker_ptype_tcam_handler()
546 void *section, u32 index, u32 *offset) in ice_label_enum_handler()
606 static void *ice_boost_tcam_handler(u32 sect_type, void *section, u32 index, in ice_boost_tcam_handler()
1044 void **section) in ice_pkg_buf_alloc_single_section()
2392 const struct ice_buf_hdr *section; in ice_cfg_tx_topo() local
/linux/drivers/gpu/drm/radeon/
H A Dclearstate_defs.h40 const struct cs_extent_def *section; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dclearstate_defs.h40 const struct cs_extent_def *section; member
/linux/samples/bpf/
H A Dtracex5_user.c41 const char *section; in main() local
/linux/arch/parisc/include/asm/
H A Dmodule.h20 } *section; member
/linux/tools/include/linux/
H A Dinit.h15 #define __section(section) __attribute__((__section__(section))) argument
/linux/include/linux/
H A Dannotate.h9 #define __ASM_ANNOTATE(section, label, type) \ argument
/linux/arch/arm/include/asm/
H A Dvmlinux.lds.h44 #define ARM_LMA(sym, section) \ argument
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c449 struct panthor_fw_section *section) in panthor_fw_init_section_mem()
546 struct panthor_fw_section *section; in panthor_fw_load_section_entry() local
738 struct panthor_fw_section *section; in panthor_reload_fw_sections() local
1307 struct panthor_fw_section *section; in panthor_fw_unplug() local
/linux/tools/testing/selftests/x86/bugs/
H A Dcommon.py131 def get_instruction_from_vmlinux(elffile, section, virtual_address, target_address): argument
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c66 static int flexonenand_ooblayout_ecc(struct mtd_info *mtd, int section, in flexonenand_ooblayout_ecc()
78 static int flexonenand_ooblayout_free(struct mtd_info *mtd, int section, in flexonenand_ooblayout_free()
102 static int onenand_ooblayout_128_ecc(struct mtd_info *mtd, int section, in onenand_ooblayout_128_ecc()
114 static int onenand_ooblayout_128_free(struct mtd_info *mtd, int section, in onenand_ooblayout_128_free()
138 static int onenand_ooblayout_32_64_ecc(struct mtd_info *mtd, int section, in onenand_ooblayout_32_64_ecc()
150 static int onenand_ooblayout_32_64_free(struct mtd_info *mtd, int section, in onenand_ooblayout_32_64_free()

123