Searched refs:core_id (Results 1 - 25 of 124) sorted by last modified time

12345

/linux-master/arch/x86/include/asm/
H A Dprocessor.h96 u32 core_id; member in struct:cpuinfo_topology
/linux-master/sound/soc/intel/avs/
H A Dtopology.c1100 .offset = offsetof(struct avs_tplg_module, core_id),
H A Dtopology.h193 u8 core_id; member in struct:avs_tplg_module
/linux-master/arch/x86/kernel/cpu/
H A Dtopology_amd.c67 u32 core_id : 8, // Unique per-socket logical core unit ID member in struct:__anon9
103 tscan->c->topo.cu_id = leaf.core_id;
209 * Adjust the core_id relative to the node when there is more than
213 c->topo.core_id %= tscan->dom_ncpus[TOPO_CORE_DOMAIN] / tscan->amd_nodes_per_pkg;
H A Dtopology_common.c157 c->topo.core_id = (apicid & topo_domain_mask(TOPO_PKG_DOMAIN)) >>
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c1182 unsigned int core_id; member in struct:core_data
1974 outp += sprintf(outp, "core: %d\n", c->core_id);
2130 outp += sprintf(outp, "%s%d", (printed++ ? delim : ""), c->core_id);
3517 status = get_rapl_counters(cpu, c->core_id, c, p);
4293 return parse_int_file("/sys/devices/system/cpu/cpu%d/topology/core_id", cpu);
7168 (*c)[i].core_id = -1;
7195 int core_id = cpus[cpu_id].physical_core_id; local
7207 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id);
7208 c = GET_CORE(core_base, core_id, node_id, pkg_id);
7219 c->core_id
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.c89 int core_id; local
95 core_id = dev->venc_pdata->core_id;
96 if (core_id < 0 || core_id >= NUM_MAX_VCODEC_REG_BASE) {
97 mtk_v4l2_venc_err(ctx, "Invalid core id: %d, ctx id: %d", core_id, ctx->id);
101 mtk_v4l2_venc_dbg(1, ctx, "id: %d, core id: %d", ctx->id, core_id);
103 addr = dev->reg_base[core_id] + MTK_VENC_IRQ_ACK_OFFSET;
105 ctx->irq_status = readl(dev->reg_base[core_id] +
274 dev->reg_base[dev->venc_pdata->core_id]
[all...]
H A Dmtk_vcodec_enc_drv.h30 * @core_id: stand for h264 or vp8 encode index
41 u8 core_id; member in struct:mtk_vcodec_enc_pdata
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c1858 instance->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_vp8_req_if.c285 inst->vpu.core_id = SCP_IPI_VDEC_CORE;
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.c164 id = vpu->core_id;
220 vpu->core_id, vpu->handler,
H A Dvdec_vpu_if.h15 * @core_id : core id used to separate different hardware
33 int core_id; member in struct:vdec_vpu_inst
/linux-master/sound/soc/sof/
H A Dipc4-topology.c46 offsetof(struct sof_ipc4_pipeline, core_id)},
720 swidget->core = pipeline->core_id;
721 spipe->core_mask |= BIT(pipeline->core_id);
737 dev_dbg(scomp->dev, "pipeline '%s': id %d, pri %d, core_id %u, lp mode %d\n",
739 pipeline->priority, pipeline->core_id, pipeline->lp_mode);
749 pipeline->msg.extension |= SOF_IPC4_GLB_PIPE_EXT_CORE_ID(pipeline->core_id);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h604 uint16_t core_id; member in struct:lpfc_vector_map_info
H A Dlpfc_init.c12347 * @core_id: CPU core id
12351 uint16_t phys_id, uint16_t core_id)
12360 (cpup->core_id == core_id) &&
12408 cpup->core_id = LPFC_VECTOR_MAP_EMPTY;
12469 cpup->core_id = topology_core_id(cpu);
12470 if (lpfc_find_hyper(phba, cpu, cpup->phys_id, cpup->core_id))
12475 cpup->core_id = cpu;
12480 cpu, cpup->phys_id, cpup->core_id, cpup->flag);
12487 if (cpup->core_id > max_core_i
12350 lpfc_find_hyper(struct lpfc_hba *phba, int cpu, uint16_t phys_id, uint16_t core_id) argument
[all...]
H A Dlpfc_attr.c5055 cpup->phys_id, cpup->core_id,
5065 cpup->core_id,
5076 cpup->core_id,
5087 cpup->core_id,
/linux-master/arch/x86/kernel/
H A Dsmpboot.c370 if (c->topo.core_id == o->topo.core_id)
381 c->topo.core_id == o->topo.core_id) {
1203 c->topo.core_id = 0;
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c1203 u16 core_id, sicl_id; local
1238 core_id = FIELD_GET(HISI_PTT_CORE_ID, reg);
1242 sicl_id, core_id);
/linux-master/drivers/media/platform/qcom/venus/
H A Dcore.h330 u32 core_id; member in struct:clock_data
/linux-master/drivers/acpi/
H A Dtables.c205 pr_debug("CORE PIC (processor_id[0x%02x] core_id[0x%02x] %s)\n",
206 p->processor_id, p->core_id,
/linux-master/tools/perf/util/
H A Dstat-display.c1502 struct aggr_cpu_id core_id = aggr_cpu_id__core(curr_cpu, NULL); local
1506 if (aggr_cpu_id__equal(&core_map->map[i], &core_id)) {
1516 core_map->map[core_map_len++] = core_id;
H A Denv.h16 int core_id; member in struct:cpu_topology_map
/linux-master/tools/perf/
H A Dbuiltin-stat.c1781 * core_id is relative to socket, die and cluster, we need a
1787 id.core = env->cpu[cpu.cpu].core_id;
1800 * core_id is relative to socket and die,
1806 id.core = env->cpu[cpu.cpu].core_id;
/linux-master/sound/soc/intel/catpt/
H A Ddsp.c451 u8 core_id; member in struct:catpt_dump_section_hdr
482 hdr->core_id = cdev->spec->core_id;
503 hdr->core_id = cdev->spec->core_id;
513 hdr->core_id = cdev->spec->core_id;
523 hdr->core_id = cdev->spec->core_id;

Completed in 645 milliseconds

12345