/external/arm-trusted-firmware/plat/imx/imx8m/include/ |
D | gpc.h | 20 #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/ |
D | imx8m_psci_common.c | 41 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
|
D | gpc_common.c | 28 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/ |
D | gpc.c | 20 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()
|
D | imx8mq_psci.c | 46 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/ |
D | pod_tpu_driver.cc | 165 int64_t core_id) in PodBufferHandle() 178 int64_t core_id() const { return core_id_; } in core_id() function in tpu_driver::__anon6b014a980111::PodBufferHandle 211 int64_t core_id) in PodLoadedProgramHandle() 220 int64_t core_id() const { return core_id_; } in core_id() function in tpu_driver::__anon6b014a980111::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 …]
|
D | tpu_service.proto | 32 required int32 core_id = 1; field 41 required int32 core_id = 1; field 82 required int32 core_id = 1; field
|
D | grpc_tpu_driver.cc | 324 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()
|
D | direct_tpu_driver.cc | 276 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()
|
D | recording_tpu_driver.cc | 158 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/ |
D | init.c | 385 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/transforms/ |
D | tpu_reorder_replicate_and_partitioned_inputs.cc | 85 unsigned core_id = pi_operand.getOperandNumber(); in ReorderReplicateAndPartitionedInputs() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | xla_sharding_util.cc | 364 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/cpuinfo/src/x86/linux/ |
D | init.c | 80 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/ |
D | init.c | 101 const uint32_t core_id = i / threads_per_core; in cpuinfo_x86_mach_init() local
|
/external/libmpeg2/common/ |
D | ithread.c | 157 WORD32 ithread_set_affinity(WORD32 core_id) in ithread_set_affinity()
|
/external/libavc/common/ |
D | ithread.c | 175 WORD32 ithread_set_affinity(WORD32 core_id) in ithread_set_affinity()
|
/external/libhevc/common/ |
D | ithread.c | 149 WORD32 ithread_set_affinity(WORD32 core_id) in ithread_set_affinity()
|
/external/arm-trusted-firmware/services/std_svc/spmd/ |
D | spmd_main.c | 159 unsigned int core_id; in spmd_init() local
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | step_intersection_test.cc | 51 for (uint32 core_id = 0; core_id < kNumCoresPerHost; core_id++) { in CreateOneTestStep() local
|
D | event_span.cc | 364 void StepDetails::AddCollectiveOpEvent(uint64 core_id, const AllReduceInfo& e) { in AddCollectiveOpEvent()
|
/external/stressapptest/src/ |
D | worker.cc | 575 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/ |
D | init.c | 259 const uint32_t core_id = cores_count++; in cpuinfo_x86_windows_init() local
|
/external/cpuinfo/src/linux/ |
D | processors.c | 183 uint32_t core_id; in cpuinfo_linux_get_processor_core_id() local
|
/external/kernel-headers/original/uapi/sound/ |
D | skl-tplg-interface.h | 215 __u32 core_id:4; member
|