Home
last modified time | relevance | path

Searched defs:idx (Results 226 – 250 of 3194) sorted by relevance

12345678910>>...128

/linux-6.3-rc2/arch/x86/events/amd/
A Dlbr.c62 static __always_inline void amd_pmu_lbr_set_from(unsigned int idx, u64 val) in amd_pmu_lbr_set_from()
67 static __always_inline void amd_pmu_lbr_set_to(unsigned int idx, u64 val) in amd_pmu_lbr_set_to()
72 static __always_inline u64 amd_pmu_lbr_get_from(unsigned int idx) in amd_pmu_lbr_get_from()
81 static __always_inline u64 amd_pmu_lbr_get_to(unsigned int idx) in amd_pmu_lbr_get_to()
165 int out = 0, idx, i; in amd_pmu_lbr_read() local
/linux-6.3-rc2/arch/arm64/kvm/hyp/nvhe/
A Dpkvm.c207 static pkvm_handle_t idx_to_vm_handle(unsigned int idx) in idx_to_vm_handle()
236 unsigned int idx = vm_handle_to_idx(handle); in get_vm_by_handle() local
345 int idx; in insert_vm_table_entry() local
525 unsigned int idx; in __pkvm_init_vcpu() local
578 unsigned int idx; in __pkvm_teardown_vm() local
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dwr.c705 static void dump_wqe(struct mlx5_ib_qp *qp, u32 idx, int size_16) in dump_wqe()
725 struct mlx5_wqe_ctrl_seg **ctrl, unsigned int *idx, in mlx5r_begin_wqe()
750 const struct ib_send_wr *wr, unsigned int *idx, int *size, in begin_wqe()
759 void *seg, u8 size, void *cur_edge, unsigned int idx, in mlx5r_finish_wqe()
796 int *size, void **cur_edge, unsigned int idx) in handle_local_inv()
805 void **cur_edge, unsigned int idx) in handle_reg_mr()
815 void **cur_edge, unsigned int *idx, int nreq, in handle_psv()
848 unsigned int *idx, int nreq, u8 fence, in handle_reg_mr_integrity()
934 void **cur_edge, unsigned int *idx, int nreq, u8 fence, in handle_qpt_rc()
1062 unsigned int idx; in mlx5_ib_post_send() local
/linux-6.3-rc2/arch/x86/events/intel/
A Duncore_nhmex.c553 static bool nhmex_mbox_get_shared_reg(struct intel_uncore_box *box, int idx, u64 config) in nhmex_mbox_get_shared_reg()
614 static void nhmex_mbox_put_shared_reg(struct intel_uncore_box *box, int idx) in nhmex_mbox_put_shared_reg()
633 u64 idx, orig_idx = __BITS_VALUE(reg1->idx, 0, 8); in nhmex_mbox_alter_er() local
673 int i, idx[2], alloc = 0; in nhmex_mbox_get_constraint() local
819 static u64 nhmex_mbox_shared_reg_config(struct intel_uncore_box *box, int idx) in nhmex_mbox_shared_reg_config()
840 int idx; in nhmex_mbox_msr_enable_event() local
985 int idx, er_idx; in nhmex_rbox_get_constraint() local
1066 int idx, er_idx; in nhmex_rbox_put_constraint() local
1091 int idx; in nhmex_rbox_hw_config() local
1116 int idx, port; in nhmex_rbox_msr_enable_event() local
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/queue/
A Dtx.c25 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_update_byte_tbl() local
122 int idx = iwl_txq_get_cmd_index(txq, txq->read_ptr); in iwl_txq_gen2_free_tfd() local
148 int idx = iwl_txq_gen2_get_num_tbs(trans, tfd); in iwl_txq_gen2_set_tb() local
463 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_txq_gen2_build_tx_amsdu() local
551 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_txq_gen2_build_tx() local
644 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_txq_gen2_build_tfd() local
712 int idx; in iwl_txq_gen2_tx() local
813 int idx = iwl_txq_get_cmd_index(txq, txq->read_ptr); in iwl_txq_gen2_unmap() local
1333 void *_tfd, u8 idx) in iwl_txq_gen1_tfd_tb_get_addr()
1502 int idx = iwl_txq_get_cmd_index(txq, rd_ptr); in iwl_txq_free_tfd() local
/linux-6.3-rc2/arch/powerpc/perf/
A Dperf_regs.c75 static u64 get_ext_regs_value(int idx) in get_ext_regs_value()
102 u64 perf_reg_value(struct pt_regs *regs, int idx) in perf_reg_value()
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2/
A Dclock-sh7619.c34 int idx = (__raw_readw(FREQCR) & 0x0007); in module_clk_recalc() local
62 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) in arch_init_clk_ops()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_flex_pipe.c418 u16 idx) in ice_tunnel_idx_to_entry()
912 u16 idx = vsig & ICE_VSIG_IDX_M; in ice_vsig_alloc_val() local
986 u16 idx; in ice_vsig_free() local
1046 u16 idx; in ice_vsig_remove_vsi() local
1104 u16 orig_vsig, idx; in ice_vsig_add_mv_vsi() local
1404 u16 idx, u16 mask) in ice_write_prof_mask_reg()
1682 u16 idx; in ice_update_prof_masking() local
2411 u16 idx = vsig & ICE_VSIG_IDX_M; in ice_vsig_get_ref() local
2849 u8 idx; in ice_update_fd_swap() local
2874 u8 idx; in ice_update_fd_swap() local
[all …]
/linux-6.3-rc2/kernel/locking/
A Dlockdep_proc.c34 #define iterate_lock_classes(idx, class) \ argument
49 unsigned long idx = *pos; in l_start() local
82 int idx = class - lock_classes; in l_show() local
244 unsigned long idx; in lockdep_stats_show() local
652 unsigned long idx; in lock_stat_open() local
679 unsigned long idx; in lock_stat_write() local
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/nfpcore/
A Dnfp_nsp_eth.c308 struct nfp_nsp *nfp_eth_config_start(struct nfp_cpp *cpp, unsigned int idx) in nfp_eth_config_start()
398 int nfp_eth_set_mod_enable(struct nfp_cpp *cpp, unsigned int idx, bool enable) in nfp_eth_set_mod_enable()
437 int nfp_eth_set_configured(struct nfp_cpp *cpp, unsigned int idx, bool configed) in nfp_eth_set_configured()
477 unsigned int idx = nfp_nsp_config_idx(nsp); in nfp_eth_set_bit_config() local
505 int nfp_eth_set_idmode(struct nfp_cpp *cpp, unsigned int idx, bool state) in nfp_eth_set_idmode()
588 nfp_eth_set_fec(struct nfp_cpp *cpp, unsigned int idx, enum nfp_eth_fec mode) in nfp_eth_set_fec()
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/
A Dmsr.c26 int read_msr(int cpu, unsigned int idx, unsigned long long *val) in read_msr()
55 int write_msr(int cpu, unsigned int idx, unsigned long long val) in write_msr()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls_stats.c63 unsigned int i, n, idx = 0; in mlx5e_ktls_get_strings() local
79 unsigned int i, n, idx = 0; in mlx5e_ktls_get_stats() local
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/
A Ddbg.c1027 void *range_ptr, u32 range_len, int idx) in iwl_dump_ini_prph_mac_iter()
1052 void *range_ptr, u32 range_len, int idx) in iwl_dump_ini_prph_phy_iter()
1102 void *range_ptr, u32 range_len, int idx) in iwl_dump_ini_csr_iter()
1220 void *range_ptr, u32 range_len, int idx) in iwl_dump_ini_mon_dram_iter()
1307 void *range_ptr, u32 range_len, int idx) in iwl_dump_ini_txf_iter()
1442 void *range_ptr, u32 range_len, int idx) in iwl_dump_ini_rxf_iter()
1509 void *range_ptr, u32 range_len, int idx) in iwl_dump_ini_err_table_iter()
1549 void *range_ptr, u32 range_len, int idx) in iwl_dump_ini_dbgi_sram_iter()
1598 void *range_ptr, u32 range_len, int idx) in iwl_dump_ini_imr_iter()
2669 unsigned long idx; in iwl_fw_dbg_collect_desc() local
[all …]
/linux-6.3-rc2/drivers/irqchip/
A Dirq-imx-intmux.c81 int idx = irqchip_data->chanidx; in imx_intmux_irq_mask() local
100 int idx = irqchip_data->chanidx; in imx_intmux_irq_unmask() local
138 int idx = irqchip_data->chanidx; in imx_intmux_irq_xlate() local
180 int idx = irqchip_data->chanidx; in imx_intmux_irq_handler() local
/linux-6.3-rc2/drivers/cpuidle/
A Dcpuidle-psci.c53 struct cpuidle_driver *drv, int idx, in __psci_enter_domain_idle_state()
91 struct cpuidle_driver *drv, int idx) in psci_enter_domain_idle_state()
98 int idx) in psci_enter_s2idle_domain_idle_state()
187 struct cpuidle_driver *drv, int idx) in psci_enter_idle_state()
/linux-6.3-rc2/samples/bpf/
A Dxdp_sample.bpf.c71 u32 idx; in xdp_redirect_collect_stat() local
133 u32 idx; in BPF_PROG() local
186 u32 key = act, idx; in BPF_PROG() local
243 u64 idx; in BPF_PROG() local
/linux-6.3-rc2/arch/arm/mach-omap2/
A Dcm33xx.c43 static inline u32 am33xx_cm_read_reg(u16 inst, u16 idx) in am33xx_cm_read_reg()
49 static inline void am33xx_cm_write_reg(u32 val, u16 inst, u16 idx) in am33xx_cm_write_reg()
55 static inline u32 am33xx_cm_rmw_reg_bits(u32 mask, u32 bits, s16 inst, s16 idx) in am33xx_cm_rmw_reg_bits()
67 static inline u32 am33xx_cm_read_reg_bits(u16 inst, s16 idx, u32 mask) in am33xx_cm_read_reg_bits()
/linux-6.3-rc2/tools/perf/util/
A Dstream.c73 int i, idx = 0; in evsel_streams__set_hot_cnode() local
221 static void print_callchain_pair(struct stream *base_stream, int idx, in print_callchain_pair()
267 static void print_stream_callchain(struct stream *stream, int idx, in print_stream_callchain()
306 int i, idx = 0; in callchain_streams_report() local
/linux-6.3-rc2/drivers/clk/zynq/
A Dclkc.c310 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local
380 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local
405 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local
432 int idx; in zynq_clk_setup() local
477 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() local
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_fdma.c83 int idx = 0; in sparx5_fdma_rx_add_dcb() local
101 int idx = 0; in sparx5_fdma_tx_add_dcb() local
348 int idx, jdx; in sparx5_fdma_rx_alloc() local
395 int idx, jdx; in sparx5_fdma_tx_alloc() local
442 int idx; in sparx5_fdma_rx_init() local
/linux-6.3-rc2/sound/pci/ice1712/
A Dwtm.c68 int id, idx, change; in stac9460_dac_mute_all() local
119 int idx, id; in stac9460_dac_mute_get() local
145 int id, idx; in stac9460_dac_mute_put() local
195 int idx, id; in stac9460_dac_vol_get() local
217 int idx, id; in stac9460_dac_vol_put() local
/linux-6.3-rc2/tools/perf/arch/x86/util/
A Diostat.c55 static const char *iostat_metric_by_idx(int idx) in iostat_metric_by_idx()
65 int idx; member
99 int idx; in iio_root_ports_list_free() local
112 int idx; in iio_root_port_find_by_notation() local
301 int idx; in iostat_event_group() local
/linux-6.3-rc2/arch/x86/kvm/svm/
A Dpmu.c42 unsigned int idx; in get_gp_pmc_amd() local
89 static bool amd_is_valid_rdpmc_ecx(struct kvm_vcpu *vcpu, unsigned int idx) in amd_is_valid_rdpmc_ecx()
100 unsigned int idx, u64 *mask) in amd_rdpmc_ecx_to_pmc()
/linux-6.3-rc2/drivers/scsi/csiostor/
A Dcsio_hw_t5.c146 csio_t5_mc_read(struct csio_hw *hw, int idx, uint32_t addr, __be32 *data, in csio_t5_mc_read()
193 csio_t5_edc_read(struct csio_hw *hw, int idx, uint32_t addr, __be32 *data, in csio_t5_edc_read()
204 #define EDC_REG_T5(reg, idx) (reg + EDC_STRIDE_T5 * idx) in csio_t5_edc_read() argument
/linux-6.3-rc2/arch/arm/mach-imx/
A Dtzic.c76 int idx = d->hwirq >> 5; in tzic_irq_suspend() local
83 int idx = d->hwirq >> 5; in tzic_irq_resume() local
100 static __init void tzic_init_gc(int idx, unsigned int irq_start) in tzic_init_gc()

Completed in 60 milliseconds

12345678910>>...128