/linux-6.14.4/arch/mips/boot/tools/ |
D | relocs.c | 24 struct section { struct 26 struct section *link; argument 32 static struct section *secs; argument 131 #define le16_to_cpu(val) (val) argument 132 #define le32_to_cpu(val) (val) argument 133 #define le64_to_cpu(val) (val) argument 134 #define be16_to_cpu(val) bswap_16(val) argument 135 #define be32_to_cpu(val) bswap_32(val) argument 136 #define be64_to_cpu(val) bswap_64(val) argument 138 #define cpu_to_le16(val) (val) argument [all …]
|
/linux-6.14.4/arch/s390/tools/ |
D | relocs.c | 25 #define ELF_R_SYM(val) ELF64_R_SYM(val) argument 26 #define ELF_R_TYPE(val) ELF64_R_TYPE(val) argument 54 struct section { struct 56 struct section *link; argument 60 static struct section *secs; argument 63 #define le16_to_cpu(val) (val) argument 64 #define le32_to_cpu(val) (val) argument 65 #define le64_to_cpu(val) (val) argument 66 #define be16_to_cpu(val) bswap_16(val) argument 67 #define be32_to_cpu(val) bswap_32(val) argument [all …]
|
/linux-6.14.4/tools/perf/util/ |
D | config.c | 315 static int parse_unit_factor(const char *end, unsigned long *val) in parse_unit_factor() 338 long long val = strtoll(value, &end, 0); in perf_parse_llong() local 353 long val = strtol(value, &end, 0); in perf_parse_long() local 624 struct perf_config_section *section; in find_section() local 634 struct perf_config_section *section) in find_config_item() 648 struct perf_config_section *section = zalloc(sizeof(*section)); in add_section() local 665 static struct perf_config_item *add_config_item(struct perf_config_section *section, in add_config_item() 686 char *val = strdup(value); in set_value() local 702 struct perf_config_section *section = NULL; in collect_config() local 820 struct perf_config_section *section; in perf_config_set() local [all …]
|
/linux-6.14.4/drivers/mtd/nand/ |
D | ecc.c | 163 static int nand_ooblayout_ecc_sp(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_sp() 189 static int nand_ooblayout_free_sp(struct mtd_info *mtd, int section, in nand_ooblayout_free_sp() 223 static int nand_ooblayout_ecc_lp(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_lp() 238 static int nand_ooblayout_free_lp(struct mtd_info *mtd, int section, in nand_ooblayout_free_lp() 268 static int nand_ooblayout_ecc_lp_hamming(struct mtd_info *mtd, int section, in nand_ooblayout_ecc_lp_hamming() 295 static int nand_ooblayout_free_lp_hamming(struct mtd_info *mtd, int section, in nand_ooblayout_free_lp_hamming() 413 u32 val; in of_get_nand_ecc_step_size() local 422 u32 val; in of_get_nand_ecc_strength() local
|
/linux-6.14.4/arch/x86/tools/ |
D | relocs.c | 39 struct section { struct 41 struct section *link; argument 47 static struct section *secs; argument 316 # define le16_to_cpu(val) (val) argument 317 # define le32_to_cpu(val) (val) argument 318 # define le64_to_cpu(val) (val) argument 322 # define le16_to_cpu(val) bswap_16(val) argument 323 # define le32_to_cpu(val) bswap_32(val) argument 324 # define le64_to_cpu(val) bswap_64(val) argument 327 static uint16_t elf16_to_cpu(uint16_t val) in elf16_to_cpu() [all …]
|
/linux-6.14.4/tools/objtool/include/objtool/ |
D | elf.h | 33 struct section { struct 40 struct section *base, *rsec; argument 55 struct section *sec; argument 230 #define __set_reloc_field(reloc, field, val) \ argument
|
/linux-6.14.4/drivers/mtd/ |
D | mtdcore.c | 534 void *val, size_t bytes) in mtd_nvmem_reg_read() 923 void *val, size_t bytes) in mtd_nvmem_user_otp_reg_read() 937 void *val, size_t bytes) in mtd_nvmem_fact_otp_reg_read() 1786 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, in mtd_ooblayout_ecc() 1820 int mtd_ooblayout_free(struct mtd_info *mtd, int section, in mtd_ooblayout_free() 1857 int section, in mtd_ooblayout_find_region() 1860 int pos = 0, ret, section = 0; in mtd_ooblayout_find_region() local 1901 int *section, in mtd_ooblayout_find_eccregion() 1926 int section, in mtd_ooblayout_get_bytes() 1930 int section, ret; in mtd_ooblayout_get_bytes() local [all …]
|
/linux-6.14.4/drivers/crypto/intel/qat/qat_common/ |
D | adf_cfg.c | 249 char *val) in adf_cfg_key_val_get() 280 const char *key, const void *val, in adf_cfg_add_key_value_param() 285 struct adf_cfg_section *section = adf_cfg_sec_find(accel_dev, in adf_cfg_add_key_value_param() local 373 const char *section, const char *name, in adf_cfg_get_param_value()
|
D | adf_ctl_drv.c | 115 const char *section, in adf_add_key_value_data() 120 long val = *ptr; in adf_add_key_value_data() local 146 struct adf_user_cfg_section section, *section_head; in adf_copy_key_value_data() local
|
D | adf_transport.c | 217 int adf_create_ring(struct adf_accel_dev *accel_dev, const char *section, in adf_create_ring() 227 char val[ADF_CFG_MAX_VAL_LEN_IN_BYTES]; in adf_create_ring() local 354 const char *section, const char *format, in adf_get_cfg_int() 371 const char *section, in adf_get_coalesc_timer()
|
/linux-6.14.4/drivers/net/ethernet/intel/ice/ |
D | ice_ddp.c | 295 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() 492 static void ice_add_dvm_hint(struct ice_hw *hw, u16 val, bool enable) in ice_add_dvm_hint() 507 static void ice_add_tunnel_hint(struct ice_hw *hw, char *label_name, u16 val) in ice_add_tunnel_hint() 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() 2102 u16 val; in ice_init_pkg_hints() local 2383 const struct ice_buf_hdr *section; in ice_cfg_tx_topo() local
|
/linux-6.14.4/drivers/mtd/nand/raw/ |
D | davinci_nand.c | 253 u32 val; in nand_davinci_hwctl_4bit() local 449 static int hwecc4_ooblayout_small_ecc(struct mtd_info *mtd, int section, in hwecc4_ooblayout_small_ecc() 469 static int hwecc4_ooblayout_small_free(struct mtd_info *mtd, int section, in hwecc4_ooblayout_small_free() 491 static int hwecc4_ooblayout_large_ecc(struct mtd_info *mtd, int section, in hwecc4_ooblayout_large_ecc() 507 static int hwecc4_ooblayout_large_free(struct mtd_info *mtd, int section, in hwecc4_ooblayout_large_free() 907 uint32_t val; in nand_davinci_probe() local
|
D | fsmc_nand.c | 167 static int fsmc_ecc1_ooblayout_ecc(struct mtd_info *mtd, int section, in fsmc_ecc1_ooblayout_ecc() 181 static int fsmc_ecc1_ooblayout_free(struct mtd_info *mtd, int section, in fsmc_ecc1_ooblayout_free() 210 static int fsmc_ecc4_ooblayout_ecc(struct mtd_info *mtd, int section, in fsmc_ecc4_ooblayout_ecc() 228 static int fsmc_ecc4_ooblayout_free(struct mtd_info *mtd, int section, in fsmc_ecc4_ooblayout_free() 869 u32 val; in fsmc_nand_probe_config_dt() local 1010 u32 val; in fsmc_nand_disable() local
|
D | sh_flctl.c | 31 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() 258 uint32_t val; in wait_rfifo_ready() local
|
D | omap2.c | 113 #define PREFETCH_FIFOTHRESHOLD(val) ((val) << 8) argument 114 #define PREFETCH_STATUS_COUNT(val) (val & 0x00003fff) argument 115 #define PREFETCH_STATUS_FIFO_CNT(val) ((val >> 24) & 0x7F) argument 209 u32 val; in omap_prefetch_enable() local 318 u32 val; in omap_nand_data_out_pref() local 389 u32 val; in omap_nand_dma_transfer() local 596 u32 val; in omap_nand_data_out_irq_pref() local 845 u32 val; in omap_calculate_ecc() local 870 u32 val; in omap_enable_hwecc() local 918 u32 val, wr_mode; in omap_enable_hwecc_bch() local [all …]
|
D | intel-nand-controller.c | 146 u8 val; in ebu_nand_readb() local 236 static int ebu_nand_ooblayout_ecc(struct mtd_info *mtd, int section, in ebu_nand_ooblayout_ecc() 250 static int ebu_nand_ooblayout_free(struct mtd_info *mtd, int section, in ebu_nand_ooblayout_free() 358 unsigned int val; in ebu_nand_trigger() local 414 int reg_data, ret, val; in ebu_nand_write_page_hwecc() local 454 int bch_algo, start, val; in ebu_nand_attach_chip() local
|
D | tegra_nand.c | 156 #define OFFSET(val, off) ((val) < (off) ? 0 : (val) - (off)) argument 203 static int tegra_nand_ooblayout_rs_ecc(struct mtd_info *mtd, int section, in tegra_nand_ooblayout_rs_ecc() 219 static int tegra_nand_ooblayout_no_free(struct mtd_info *mtd, int section, in tegra_nand_ooblayout_no_free() 230 static int tegra_nand_ooblayout_bch_ecc(struct mtd_info *mtd, int section, in tegra_nand_ooblayout_bch_ecc() 790 u32 val, reg = 0; in tegra_nand_setup_timing() local
|
D | hisi504_nand.c | 158 int val; in wait_controller_finished() local 183 unsigned long val; in hisi_nfc_dma_transfer() local 612 static int hisi_ooblayout_ecc(struct mtd_info *mtd, int section, in hisi_ooblayout_ecc() 619 static int hisi_ooblayout_free(struct mtd_info *mtd, int section, in hisi_ooblayout_free()
|
/linux-6.14.4/mm/ |
D | page_ext.c | 251 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext() local 285 struct mem_section *section; in init_section_page_ext() local 362 void *val; in __invalidate_page_ext() local
|
/linux-6.14.4/arch/s390/kernel/ |
D | machine_kexec_file.c | 310 Elf_Shdr *section, in arch_kexec_apply_relocations_add() 330 unsigned long val; /* relocated symbol value */ in arch_kexec_apply_relocations_add() local
|
/linux-6.14.4/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 388 u32 off, val; in qlcnic_pinit_from_rom() local 546 u32 val; in qlcnic_cmd_peg_ready() local 578 u32 val; in qlcnic_receive_peg_ready() local 618 u32 val; in qlcnic_setup_idc_param() local 744 struct uni_table_desc *qlcnic_get_table_desc(const u8 *unirom, int section) in qlcnic_get_table_desc() 938 u32 section, u32 idx_offset) in qlcnic_get_data_desc() 1203 u32 val; in qlcnic_validate_firmware() local
|
/linux-6.14.4/drivers/gpu/drm/kmb/ |
D | kmb_dsi.c | 386 u8 frame_id, u8 section, in mipi_tx_fg_section_cfg_regs() 443 u8 frame_id, u8 section, in mipi_tx_fg_section_cfg() 495 u32 ctrl_no = MIPI_CTRL6, reg_adr, val, offset; in mipi_tx_fg_cfg_regs() local 1122 u32 test_code = 0, test_data = 0, val; in dphy_init_sequence() local 1218 enum dphy_tx_fsm val = DPHY_TX_POWERDWN; in dphy_wait_fsm() local
|
/linux-6.14.4/drivers/spi/ |
D | spi-mtk-snfi.c | 142 #define NFI_SEC_CNTR(val) (((val)&SEC_CNTR) >> SEC_CNTR_S) argument 147 #define BUS_SEC_CNTR(val) (((val)&SEC_CNTR) >> SEC_CNTR_S) argument 346 static inline void nfi_write32(struct mtk_snand *snf, u32 reg, u32 val) in nfi_write32() 351 static inline void nfi_write16(struct mtk_snand *snf, u32 reg, u16 val) in nfi_write16() 358 u32 val; in nfi_rmw32() local 368 u32 i, val = 0, es = sizeof(u32); in nfi_read_data() local 380 u32 val, fifo_mask; in mtk_nfi_reset() local 416 u32 val; in mtk_snand_mac_reset() local 434 u32 val; in mtk_snand_mac_trigger() local 464 u32 val = 0; in mtk_snand_mac_io() local [all …]
|
/linux-6.14.4/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_init.c | 416 int addr, val; in netxen_pinit_from_rom() local 565 static struct uni_table_desc *nx_get_table_desc(const u8 *unirom, int section) in nx_get_table_desc() 763 u32 section, u32 idx_offset) in nx_get_data_desc() 873 u32 val, version, major, minor, build; in netxen_need_fw_reset() local 1072 __le32 val; in netxen_validate_firmware() local 1315 u32 val = 0; in netxen_phantom_init() local 1347 u32 val = 0; in netxen_receive_peg_ready() local
|
/linux-6.14.4/drivers/md/ |
D | dm-integrity.c | 703 static void access_journal_check(struct dm_integrity_c *ic, unsigned int section, unsigned int offs… in access_journal_check() 718 static void page_list_location(struct dm_integrity_c *ic, unsigned int section, unsigned int offset, in page_list_location() 732 unsigned int section, unsigned int offset, unsigned int *n_sectors) in access_page_list() 747 static struct journal_sector *access_journal(struct dm_integrity_c *ic, unsigned int section, unsig… in access_journal() 752 static struct journal_entry *access_journal_entry(struct dm_integrity_c *ic, unsigned int section, … in access_journal_entry() 766 static struct journal_sector *access_journal_data(struct dm_integrity_c *ic, unsigned int section, … in access_journal_data() 777 static void section_mac(struct dm_integrity_c *ic, unsigned int section, __u8 result[JOURNAL_MAC_SI… in section_mac() 847 static void rw_section_mac(struct dm_integrity_c *ic, unsigned int section, bool wr) in rw_section_mac() 880 static void xor_journal(struct dm_integrity_c *ic, bool encrypt, unsigned int section, in xor_journal() 975 static void crypt_journal(struct dm_integrity_c *ic, bool encrypt, unsigned int section, in crypt_journal() [all …]
|