Home
last modified time | relevance | path

Searched defs:core_id (Results 1 – 25 of 110) sorted by relevance

12345

/external/arm-trusted-firmware/plat/imx/imx8m/include/
Dgpc.h20 #define A53_CORE_WUP_SRC(core_id) (1 << ((core_id) < 2 ? 28 + (core_id) : 22 + (core_id) - 2)) argument
21 #define COREx_PGC_PCR(core_id) (0x800 + (core_id) * 0x40) argument
22 #define COREx_WFI_PDN(core_id) (1 << ((core_id) < 2 ? (core_id) * 2 : ((core_id) - 2) * 2 + 16)) argument
23 #define COREx_IRQ_WUP(core_id) ((core_id) < 2 ? (1 << ((core_id) * 2 + 8)) : (1 << ((core_id) * 2 … argument
24 #define COREx_LPM_PUP(core_id) ((core_id) < 2 ? (1 << ((core_id) * 2 + 9)) : (1 << ((core_id) * 2 … argument
26 #define SLT_COREx_PUP(core_id) (0x2 << ((core_id) * 2)) argument
/external/arm-trusted-firmware/plat/imx/imx8m/
Dimx8m_psci_common.c41 unsigned int core_id; in imx_pwr_domain_on() local
61 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
106 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
128 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
Dgpc_common.c28 void imx_set_cpu_secure_entry(unsigned int core_id, uintptr_t sec_entrypoint) in imx_set_cpu_secure_entry()
41 void imx_set_cpu_pwr_off(unsigned int core_id) in imx_set_cpu_pwr_off()
55 void imx_set_cpu_pwr_on(unsigned int core_id) in imx_set_cpu_pwr_on()
81 void imx_set_cpu_lpm(unsigned int core_id, bool pdn) in imx_set_cpu_lpm()
/external/arm-trusted-firmware/plat/imx/imx8m/imx8mq/
Dgpc.c20 void imx_set_cpu_pwr_off(unsigned int core_id) in imx_set_cpu_pwr_off()
35 void imx_set_cpu_lpm(unsigned int core_id, bool pdn) in imx_set_cpu_lpm()
Dimx8mq_psci.c46 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
72 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc165 int64_t core_id) in PodBufferHandle()
178 int64_t core_id() const { return core_id_; } in core_id() function in tpu_driver::__anon2989b0910111::PodBufferHandle
211 int64_t core_id) in PodLoadedProgramHandle()
220 int64_t core_id() const { return core_id_; } in core_id() function in tpu_driver::__anon2989b0910111::PodLoadedProgramHandle
352 int32_t core_id, MemoryRegion region, int64_t num_bytes, in Allocate()
374 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, in Allocate()
396 int32_t core_id, MemoryRegion region, in AllocateTuple()
443 auto core_id = static_cast<PodBufferHandle*>(handle.get())->core_id(); in Deallocate() local
471 auto core_id = static_cast<PodBufferHandle*>(dst)->core_id(); in TransferToDevice() local
496 auto core_id = static_cast<const PodBufferHandle*>(src)->core_id(); in TransferFromDevice() local
[all …]
Dtpu_service.proto32 required int32 core_id = 1; field
41 required int32 core_id = 1; field
82 required int32 core_id = 1; field
Dgrpc_tpu_driver.cc324 int32_t core_id = core_info.id(); in GrpcTpuDriver() local
348 int32_t core_id, MemoryRegion region, int64_t num_bytes, in Allocate()
353 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, in Allocate()
358 int32_t core_id, MemoryRegion region, in AllocateTuple()
398 int32_t core_id, const CompiledProgramHandle* handle, in LoadProgram()
720 int32_t core_id, MemoryRegion region, int64_t num_bytes, in Allocate()
736 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, in Allocate()
752 int32_t core_id, MemoryRegion region, in AllocateTuple()
862 int32_t core_id, const CompiledProgramHandle* handle, in LoadProgram()
Ddirect_tpu_driver.cc276 int32_t core_id, MemoryRegion region, int64_t num_bytes, in Allocate()
288 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, in Allocate()
304 int32_t core_id, MemoryRegion region, in AllocateTuple()
401 int32_t core_id, const CompiledProgramHandle* handle, in LoadProgram()
Drecording_tpu_driver.cc158 int32_t core_id, MemoryRegion region, int64_t num_bytes, in Allocate()
182 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, in Allocate()
205 int32_t core_id, MemoryRegion region, in AllocateTuple()
362 int32_t core_id, const CompiledProgramHandle* handle, in LoadProgram()
/external/cpuinfo/src/arm/mach/
Dinit.c385 const uint32_t core_id = i / threads_per_core; in cpuinfo_arm_mach_init() local
436 const uint32_t core_id = i / threads_per_core; in cpuinfo_arm_mach_init() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dxla_sharding_util.cc364 bool IsAssignedToLogicalDevice(const int core_id, in IsAssignedToLogicalDevice()
375 llvm::ArrayRef<xla::OpSharding> output_sharding_config, const int core_id, in MapClusterOutputIndexWithRegionOutputIndex()
501 const int core_id, llvm::ArrayRef<xla::OpSharding> output_sharding_config, in GetOutputTypesForLogicalDeviceComputation()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_reorder_replicate_and_partitioned_inputs.cc85 unsigned core_id = pi_operand.getOperandNumber(); in ReorderReplicateAndPartitionedInputs() local
/external/cpuinfo/src/x86/linux/
Dinit.c80 const uint32_t core_id = apic_id & core_apic_mask; in cpuinfo_x86_count_objects() local
351 uint32_t cluster_id = 0, core_id = 0, smt_id = 0; in cpuinfo_x86_linux_init() local
/external/cpuinfo/src/x86/mach/
Dinit.c101 const uint32_t core_id = i / threads_per_core; in cpuinfo_x86_mach_init() local
/external/libmpeg2/common/
Dithread.c157 WORD32 ithread_set_affinity(WORD32 core_id) in ithread_set_affinity()
/external/libavc/common/
Dithread.c175 WORD32 ithread_set_affinity(WORD32 core_id) in ithread_set_affinity()
/external/libhevc/common/
Dithread.c149 WORD32 ithread_set_affinity(WORD32 core_id) in ithread_set_affinity()
/external/arm-trusted-firmware/services/std_svc/spmd/
Dspmd_main.c159 unsigned int core_id; in spmd_init() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dstep_intersection_test.cc51 for (uint32 core_id = 0; core_id < kNumCoresPerHost; core_id++) { in CreateOneTestStep() local
Devent_span.cc364 void StepDetails::AddCollectiveOpEvent(uint64 core_id, const AllReduceInfo& e) { in AddCollectiveOpEvent()
/external/stressapptest/src/
Dworker.cc575 int core_id = sched_getcpu(); in ProcessError() local
938 int core_id = sched_getcpu(); in ProcessTagError() local
1232 int core_id = sched_getcpu(); in CrcCopyPage() local
1378 int core_id = sched_getcpu(); in CrcWarmCopyPage() local
/external/cpuinfo/src/x86/windows/
Dinit.c259 const uint32_t core_id = cores_count++; in cpuinfo_x86_windows_init() local
/external/cpuinfo/src/linux/
Dprocessors.c183 uint32_t core_id; in cpuinfo_linux_get_processor_core_id() local
/external/kernel-headers/original/uapi/sound/
Dskl-tplg-interface.h215 __u32 core_id:4; member

12345