Searched refs:core_id (Results 101 - 123 of 123) sorted by relevance

12345

/linux-master/drivers/irqchip/
H A Dirq-gic.c1182 u32 core_id = MPIDR_AFFINITY_LEVEL(mpidr, 0); local
1183 unsigned long offset = gic->percpu_offset * core_id;
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c529 ret = skl_dsp_get_core(skl->dsp, mconfig->core_id);
532 mconfig->core_id, ret);
549 skl_dsp_put_core(skl->dsp, mconfig->core_id);
573 ret = skl_dsp_put_core(skl->dsp, mconfig->core_id);
577 mconfig->core_id, ret);
2405 mconfig->core_id = tkn_elem->value;
H A Dskl-sst-ipc.c807 header.extension = IPC_CORE_ID(msg->core_id);
/linux-master/sound/soc/sof/
H A Dipc4-topology.c46 offsetof(struct sof_ipc4_pipeline, core_id)},
769 swidget->core = pipeline->core_id;
770 spipe->core_mask |= BIT(pipeline->core_id);
786 dev_dbg(scomp->dev, "pipeline '%s': id %d, pri %d, core_id %u, lp mode %d\n",
788 pipeline->priority, pipeline->core_id, pipeline->lp_mode);
798 pipeline->msg.extension |= SOF_IPC4_GLB_PIPE_EXT_CORE_ID(pipeline->core_id);
/linux-master/drivers/media/platform/amphion/
H A Dvpu_malone.c461 u32 regs_base, void __iomem *regs, u32 core_id)
468 vpu_imx8q_set_system_cfg_common(config, regs_base, core_id);
460 vpu_malone_set_system_cfg(struct vpu_shared_addr *shared, u32 regs_base, void __iomem *regs, u32 core_id) argument
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c12331 * @core_id: CPU core id
12335 uint16_t phys_id, uint16_t core_id)
12344 (cpup->core_id == core_id) &&
12392 cpup->core_id = LPFC_VECTOR_MAP_EMPTY;
12453 cpup->core_id = topology_core_id(cpu);
12454 if (lpfc_find_hyper(phba, cpu, cpup->phys_id, cpup->core_id))
12459 cpup->core_id = cpu;
12464 cpu, cpup->phys_id, cpup->core_id, cpup->flag);
12471 if (cpup->core_id > max_core_i
12334 lpfc_find_hyper(struct lpfc_hba *phba, int cpu, uint16_t phys_id, uint16_t core_id) argument
[all...]
H A Dlpfc_sli4.h604 uint16_t core_id; member in struct:lpfc_vector_map_info
H A Dlpfc_attr.c5056 cpup->phys_id, cpup->core_id,
5066 cpup->core_id,
5077 cpup->core_id,
5088 cpup->core_id,
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif.h414 u32 core_id; member in struct:rogue_hwrinfo
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_multi_if.c407 inst->vpu.core_id = SCP_IPI_VDEC_CORE;
H A Dvdec_hevc_req_multi_if.c867 inst->vpu.core_id = SCP_IPI_VDEC_CORE;
H A Dvdec_vp9_req_lat_if.c1858 instance->vpu.core_id = SCP_IPI_VDEC_CORE;
H A Dvdec_av1_req_lat_if.c1890 instance->vpu.core_id = SCP_IPI_VDEC_CORE;
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c4261 (void *) &hdev->user_interrupt[dec->core_id]));
4290 (void *) &hdev->user_interrupt[dec->core_id]);
11250 static u32 gaudi2_get_dec_base_addr(struct hl_device *hdev, u32 core_id) argument
11254 if (core_id >= NUMBER_OF_DEC) {
11255 dev_err(hdev->dev, "Unexpected core number %d for DEC\n", core_id);
11259 if (core_id < 8) {
11260 dcore_id = core_id / NUM_OF_DEC_PER_DCORE;
11261 dec_id = core_id % NUM_OF_DEC_PER_DCORE;
11267 base = mmPCIE_DEC0_CMD_BASE + ((core_id % 8) * PCIE_VDEC_OFFSET);
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h1252 * @core_id: ID of the decoder.
1258 u32 core_id; member in struct:hl_dec
1722 u32 (*get_dec_base_addr)(struct hl_device *hdev, u32 core_id);
/linux-master/tools/perf/
H A Dbuiltin-stat.c1750 * core_id is relative to socket, die and cluster, we need a
1756 id.core = env->cpu[cpu.cpu].core_id;
1769 * core_id is relative to socket and die,
1775 id.core = env->cpu[cpu.cpu].core_id;
/linux-master/tools/perf/util/
H A Dheader.c620 ret = do_write(ff, &perf_env.cpu[j].core_id,
621 sizeof(perf_env.cpu[j].core_id));
1743 i, ph->env.cpu[i].core_id,
1754 i, ph->env.cpu[i].core_id,
2659 ph->env.cpu[i].core_id = nr;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c1606 int core_id = (cmd_val(s, 2) & (1 << 0)) ? 1 : 0; local
1629 core_id = (cmd_val(s, 1) & (1 << 0)) ? 1 : 0;
1631 ret = cmd_address_audit(s, gma + op_size * core_id, op_size, false);
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c1687 inst->clk_data.core_id = VIDC_CORE_ID_DEFAULT;
H A Dvenc.c1457 inst->clk_data.core_id = VIDC_CORE_ID_DEFAULT;
/linux-master/include/acpi/
H A Dactbl2.h1222 u32 core_id; member in struct:acpi_madt_core_pic
/linux-master/sound/soc/intel/avs/
H A Dtopology.c1100 .offset = offsetof(struct avs_tplg_module, core_id),
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dmain.c2733 wiphy->hw_version = dev->dev->core_id;

Completed in 838 milliseconds

12345