/linux-6.1.9/tools/testing/selftests/kvm/aarch64/ |
D | hypercalls.c | 172 const struct kvm_fw_reg_info *reg_info = &fw_reg_info[i]; in test_fw_regs_before_vm_start() local 175 vcpu_get_reg(vcpu, reg_info->reg, &val); in test_fw_regs_before_vm_start() 176 TEST_ASSERT(val == FW_REG_ULIMIT_VAL(reg_info->max_feat_bit), in test_fw_regs_before_vm_start() 178 reg_info->reg, FW_REG_ULIMIT_VAL(reg_info->max_feat_bit), val); in test_fw_regs_before_vm_start() 181 ret = __vcpu_set_reg(vcpu, reg_info->reg, 0); in test_fw_regs_before_vm_start() 184 reg_info->reg, errno); in test_fw_regs_before_vm_start() 186 vcpu_get_reg(vcpu, reg_info->reg, &val); in test_fw_regs_before_vm_start() 188 "Expected all the features to be cleared for reg: 0x%lx\n", reg_info->reg); in test_fw_regs_before_vm_start() 194 if (reg_info->max_feat_bit < 63) { in test_fw_regs_before_vm_start() 195 ret = __vcpu_set_reg(vcpu, reg_info->reg, BIT(reg_info->max_feat_bit + 1)); in test_fw_regs_before_vm_start() [all …]
|
/linux-6.1.9/kernel/bpf/ |
D | bpf_iter.c | 12 const struct bpf_iter_reg *reg_info; member 73 return tinfo->reg_info->feature & BPF_ITER_RESCHED; in bpf_iter_target_support_resched() 253 return link->tinfo->reg_info->seq_info; in __get_seq_info() 296 int bpf_iter_reg_target(const struct bpf_iter_reg *reg_info) in bpf_iter_reg_target() argument 304 tinfo->reg_info = reg_info; in bpf_iter_reg_target() 314 void bpf_iter_unreg_target(const struct bpf_iter_reg *reg_info) in bpf_iter_unreg_target() argument 321 if (reg_info == tinfo->reg_info) { in bpf_iter_unreg_target() 356 if (!strcmp(attach_fname + prefix_len, iter->reg_info->target)) { in bpf_iter_prog_supported() 365 prog->aux->ctx_arg_info_size = tinfo->reg_info->ctx_arg_info_size; in bpf_iter_prog_supported() 366 prog->aux->ctx_arg_info = tinfo->reg_info->ctx_arg_info; in bpf_iter_prog_supported() [all …]
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | reg.c | 612 struct cur_regulatory_info *reg_info, bool intersect) in ath11k_reg_build_regd() argument 622 num_rules = reg_info->num_5g_reg_rules + reg_info->num_2g_reg_rules; in ath11k_reg_build_regd() 628 if (reg_info->dfs_region == ATH11K_DFS_REG_ETSI) in ath11k_reg_build_regd() 637 memcpy(tmp_regd->alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath11k_reg_build_regd() 638 memcpy(alpha2, reg_info->alpha2, REG_ALPHA2_LEN + 1); in ath11k_reg_build_regd() 640 tmp_regd->dfs_region = ath11k_map_fw_dfs_region(reg_info->dfs_region); in ath11k_reg_build_regd() 645 reg_info->dfs_region, num_rules); in ath11k_reg_build_regd() 650 if (reg_info->num_2g_reg_rules && in ath11k_reg_build_regd() 651 (i < reg_info->num_2g_reg_rules)) { in ath11k_reg_build_regd() 652 reg_rule = reg_info->reg_rules_2g_ptr + i; in ath11k_reg_build_regd() [all …]
|
D | reg.h | 33 struct cur_regulatory_info *reg_info, bool intersect);
|
D | wmi.c | 4949 struct cur_regulatory_info *reg_info) in ath11k_pull_reg_chan_list_update_ev() argument 4973 reg_info->num_2g_reg_rules = chan_list_event_hdr->num_2g_reg_rules; in ath11k_pull_reg_chan_list_update_ev() 4974 reg_info->num_5g_reg_rules = chan_list_event_hdr->num_5g_reg_rules; in ath11k_pull_reg_chan_list_update_ev() 4976 if (!(reg_info->num_2g_reg_rules + reg_info->num_5g_reg_rules)) { in ath11k_pull_reg_chan_list_update_ev() 4982 memcpy(reg_info->alpha2, &chan_list_event_hdr->alpha2, in ath11k_pull_reg_chan_list_update_ev() 4984 reg_info->dfs_region = chan_list_event_hdr->dfs_region; in ath11k_pull_reg_chan_list_update_ev() 4985 reg_info->phybitmap = chan_list_event_hdr->phybitmap; in ath11k_pull_reg_chan_list_update_ev() 4986 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev() 4987 reg_info->phy_id = chan_list_event_hdr->phy_id; in ath11k_pull_reg_chan_list_update_ev() 4988 reg_info->ctry_code = chan_list_event_hdr->country_id; in ath11k_pull_reg_chan_list_update_ev() [all …]
|
/linux-6.1.9/drivers/clk/mmp/ |
D | clk-mix.c | 26 unsigned int div_mask = (1 << mix->reg_info.width_div) - 1; in _get_maxdiv() 134 struct mmp_clk_mix_reg_info *ri = &mix->reg_info; in _set_rate() 289 struct mmp_clk_mix_reg_info *ri = &mix->reg_info; in mmp_clk_mix_get_parent() 307 width = mix->reg_info.width_mux; in mmp_clk_mix_get_parent() 308 shift = mix->reg_info.shift_mux; in mmp_clk_mix_get_parent() 319 struct mmp_clk_mix_reg_info *ri = &mix->reg_info; in mmp_clk_mix_recalc_rate() 337 width = mix->reg_info.width_div; in mmp_clk_mix_recalc_rate() 338 shift = mix->reg_info.shift_div; in mmp_clk_mix_recalc_rate() 462 memcpy(&mix->reg_info, &config->reg_info, sizeof(config->reg_info)); in mmp_clk_register_mix() 487 if (config->reg_info.bit_fc >= 32) in mmp_clk_register_mix() [all …]
|
D | clk-of-mmp2.c | 300 .reg_info = DEFINE_MIX_REG_INFO(4, 10, 2, 8, 32), 326 .reg_info = DEFINE_MIX_REG_INFO(4, 17, 2, 6, 32), 329 .reg_info = DEFINE_MIX_REG_INFO(4, 16, 2, 6, 32), 398 sdh_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_SDH0; in mmp2_axi_periph_clk_init() 404 ccic0_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_CCIC0; in mmp2_axi_periph_clk_init() 411 ccic1_mix_config.reg_info.reg_clk_ctrl = pxa_unit->apmu_base + APMU_CCIC1; in mmp2_axi_periph_clk_init()
|
D | clk.h | 77 struct mmp_clk_mix_reg_info reg_info; member 88 struct mmp_clk_mix_reg_info reg_info; member
|
/linux-6.1.9/arch/arc/kernel/ |
D | unwind.c | 55 } reg_info[] = { variable 62 #define REG_INVALID(r) (reg_info[r].width == 0) 147 struct unwind_item regs[ARRAY_SIZE(reg_info)]; 154 static const struct cfa badCFA = { ARRAY_SIZE(reg_info), 1 }; 897 #define FRAME_REG(r, t) (((t *)frame)[reg_info[r].offs]) in arc_unwind() 1067 if (ptr > end || retAddrReg >= ARRAY_SIZE(reg_info) in arc_unwind() 1069 || reg_info[retAddrReg].width != in arc_unwind() 1144 || state.cfa.reg >= ARRAY_SIZE(reg_info) in arc_unwind() 1145 || reg_info[state.cfa.reg].width != sizeof(unsigned long) in arc_unwind() 1201 if (state.regs[i].value >= ARRAY_SIZE(reg_info) in arc_unwind() [all …]
|
/linux-6.1.9/arch/ia64/kernel/ |
D | palinfo.c | 151 static void bitregister_process(struct seq_file *m, u64 *reg_info, int max) in bitregister_process() argument 154 u64 value = reg_info[0]; in bitregister_process() 160 if (i != 0 && (i%64) == 0) value = *++reg_info; in bitregister_process() 422 u64 reg_info[2]; in register_info() local 435 if (ia64_pal_register_info(info, ®_info[0], ®_info[1]) != 0) in register_info() 438 bitregister_process(m, reg_info, 128); in register_info()
|
/linux-6.1.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 72 struct reg_info { struct 129 struct reg_info *rinfo;
|
D | aicasm_gram.y | 1480 (struct reg_info *)malloc(sizeof(struct reg_info)); in initialize_symbol() 1486 sizeof(struct reg_info)); in initialize_symbol()
|
/linux-6.1.9/drivers/net/wwan/iosm/ |
D | iosm_ipc_flash.c | 335 __le32 reg_info[2]; /* 0th position region address, 1st position size */ in ipc_flash_download_region() local 343 reg_info[0] = cpu_to_le32(nand_address); in ipc_flash_download_region() 346 reg_info[1] = cpu_to_le32(nand_address + rest_len - 2); in ipc_flash_download_region() 348 (u8 *)reg_info, IOSM_MDM_SEND_8, in ipc_flash_download_region() 360 (u8 *)reg_info, IOSM_MDM_SEND_4, mdm_rsp); in ipc_flash_download_region()
|
/linux-6.1.9/drivers/regulator/ |
D | rc5t583-regulator.c | 39 struct rc5t583_regulator_info *reg_info = rdev_get_drvdata(rdev); in rc5t583_regulator_enable_time() local 43 return DIV_ROUND_UP(curr_uV, reg_info->enable_uv_per_us); in rc5t583_regulator_enable_time()
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_debugfs.c | 169 const struct hclge_dbg_reg_type_info *reg_info, in hclge_dbg_dump_reg_tqp() argument 172 const struct hclge_dbg_dfx_message *dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_tqp() 173 const struct hclge_dbg_reg_common_msg *reg_msg = ®_info->reg_msg; in hclge_dbg_dump_reg_tqp() 199 dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_tqp() 223 const struct hclge_dbg_reg_type_info *reg_info, in hclge_dbg_dump_reg_common() argument 226 const struct hclge_dbg_reg_common_msg *reg_msg = ®_info->reg_msg; in hclge_dbg_dump_reg_common() 227 const struct hclge_dbg_dfx_message *dfx_message = reg_info->dfx_msg; in hclge_dbg_dump_reg_common() 621 const struct hclge_dbg_reg_type_info *reg_info; in hclge_dbg_dump_reg_cmd() local 626 reg_info = &hclge_dbg_reg_info[i]; in hclge_dbg_dump_reg_cmd() 627 if (cmd == reg_info->cmd) { in hclge_dbg_dump_reg_cmd() [all …]
|
/linux-6.1.9/drivers/remoteproc/ |
D | qcom_q6v5_mss.c | 129 struct reg_info { struct 199 struct reg_info active_regs[1]; 200 struct reg_info proxy_regs[1]; 201 struct reg_info fallback_proxy_regs[2]; 246 static int q6v5_regulator_init(struct device *dev, struct reg_info *regs, in q6v5_regulator_init() 273 struct reg_info *regs, int count) in q6v5_regulator_enable() 323 struct reg_info *regs, int count) in q6v5_regulator_disable()
|
/linux-6.1.9/drivers/bus/mhi/host/ |
D | init.c | 450 } reg_info[] = { in mhi_init_mmio() local 548 for (i = 0; reg_info[i].offset; i++) in mhi_init_mmio() 549 mhi_write_reg(mhi_cntrl, base, reg_info[i].offset, in mhi_init_mmio() 550 reg_info[i].val); in mhi_init_mmio()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_ethtool.c | 806 const struct reg_addr *reg_info) in bnx2x_is_reg_in_chip() argument 809 return IS_E1_REG(reg_info->chips); in bnx2x_is_reg_in_chip() 811 return IS_E1H_REG(reg_info->chips); in bnx2x_is_reg_in_chip() 813 return IS_E2_REG(reg_info->chips); in bnx2x_is_reg_in_chip() 815 return IS_E3A0_REG(reg_info->chips); in bnx2x_is_reg_in_chip() 817 return IS_E3B0_REG(reg_info->chips); in bnx2x_is_reg_in_chip()
|
/linux-6.1.9/sound/soc/samsung/ |
D | i2s.c | 1271 const struct samsung_i2s_variant_regs *reg_info = priv->variant_regs; in i2s_register_clock_provider() local 1305 priv->addr + I2SMOD, reg_info->rclksrc_off, in i2s_register_clock_provider() 1321 priv->addr + I2SMOD, reg_info->cdclkcon_off, in i2s_register_clock_provider()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/ |
D | dbg.c | 1649 const struct iwl_fw_mon_reg *reg_info) in iwl_get_mon_reg() argument 1658 if (!reg_info || !reg_info->addr || !reg_info->mask) in iwl_get_mon_reg() 1661 val = iwl_read_prph_no_grab(fwrt->trans, reg_info->addr + offs); in iwl_get_mon_reg() 1663 return cpu_to_le32(mask_apply_and_normalize(val, reg_info->mask)); in iwl_get_mon_reg()
|
/linux-6.1.9/drivers/net/wireless/ath/ath6kl/ |
D | debug.c | 172 const char *reg_info; member 978 "%s\n", diag_reg[i].reg_info); in ath6kl_regdump_open()
|
/linux-6.1.9/include/linux/ |
D | bpf.h | 1912 int bpf_iter_reg_target(const struct bpf_iter_reg *reg_info); 1913 void bpf_iter_unreg_target(const struct bpf_iter_reg *reg_info);
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 12896 const struct mlxsw_reg_info *reg_info; in mlxsw_reg_id_str() local 12900 reg_info = mlxsw_reg_infos[i]; in mlxsw_reg_id_str() 12901 if (reg_info->id == reg_id) in mlxsw_reg_id_str() 12902 return reg_info->name; in mlxsw_reg_id_str()
|
/linux-6.1.9/drivers/dma/qcom/ |
D | gpi.c | 479 struct reg_info { struct
|