Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
Dshannon_log_parser.py302 def _parse_lte_power(self, timestamp, message, core_id, log_data, fr_id): argument
310 def _parse_lte_rsrp(self, timestamp, message, core_id, log_data, fr_id): argument
319 def _parse_lte_rsrp2(self, timestamp, message, core_id, log_data, fr_id): argument
333 def _parse_nr_rsrp(self, timestamp, message, core_id, log_data, fr_id): argument
341 def _parse_nr_rsrp2(self, timestamp, message, core_id, log_data, fr_id): argument
349 def _parse_fr2_rsrp(self, timestamp, message, core_id, log_data, fr_id): argument
365 def _parse_fr2_power(self, timestamp, message, core_id, log_data, fr_id): argument
372 def _parse_nr_power(self, timestamp, message, core_id, log_data, fr_id): argument
383 def _parse_nr_power2(self, timestamp, message, core_id, log_data, fr_id): argument
396 def _parse_lte_ant_sel(self, timestamp, message, core_id, log_data, fr_id): argument
[all …]
/aosp_15_r20/external/trusty/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
27 #define SLT_COREx_PUP_ACK(core_id) ((core_id) < 2 ? (1 << ((core_id) + 16)) : (1 << ((core_id) + 27… argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8m/imx8mq/
Dgpc.c46 static void gpc_imr_core_spin_lock(unsigned int core_id) in gpc_imr_core_spin_lock()
51 static void gpc_imr_core_spin_unlock(unsigned int core_id) in gpc_imr_core_spin_unlock()
56 static void gpc_save_imr_lpm(unsigned int core_id, unsigned int imr_idx) in gpc_save_imr_lpm()
68 static void gpc_restore_imr_lpm(unsigned int core_id, unsigned int imr_idx) in gpc_restore_imr_lpm()
156 static void imx_gpc_mask_irq0(uint32_t core_id, uint32_t mask) in imx_gpc_mask_irq0()
178 void imx_gpc_set_a53_core_awake(uint32_t core_id) in imx_gpc_set_a53_core_awake()
217 void imx_set_cpu_pwr_off(unsigned int core_id) in imx_set_cpu_pwr_off()
232 void imx_set_cpu_lpm(unsigned int core_id, bool pdn) in imx_set_cpu_lpm()
Dimx8mq_psci.c47 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
63 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
91 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/imx8m/include/
H A 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
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx93/
Dimx93_psci.c62 void imx_set_cpu_boot_entry(unsigned int core_id, uint64_t boot_entry) in imx_set_cpu_boot_entry()
70 unsigned int core_id; in imx_pwr_domain_on() local
99 unsigned int core_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on_finish() local
128 unsigned int core_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local
150 unsigned int core_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_suspend() local
175 unsigned int core_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_suspend_finish() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
H A Dpod_tpu_driver.cc164 int64_t core_id) in PodBufferHandle()
177 int64_t core_id() const { return core_id_; } in core_id() function in tpu_driver::__anonf243d9070111::PodBufferHandle
210 int64_t core_id) in PodLoadedProgramHandle()
219 int64_t core_id() const { return core_id_; } in core_id() function in tpu_driver::__anonf243d9070111::PodLoadedProgramHandle
350 int32_t core_id, MemoryRegion region, int64_t num_bytes, in Allocate()
372 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, in Allocate()
394 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 …]
H A 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()
H A 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()
H A Dtpu_service.proto32 required int32 core_id = 1; field
41 required int32 core_id = 1; field
82 required int32 core_id = 1; field
H A Drecording_tpu_driver.cc157 int32_t core_id, MemoryRegion region, int64_t num_bytes, in Allocate()
181 int32_t core_id, MemoryRegion region, const xla::ShapeProto& shape, in Allocate()
204 int32_t core_id, MemoryRegion region, in AllocateTuple()
364 int32_t core_id, const CompiledProgramHandle* handle, in LoadProgram()
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/imx8m/
H A 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()
H A 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
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8m/
Dimx8m_psci_common.c43 unsigned int core_id; in imx_pwr_domain_on() local
63 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_pwr_domain_off() local
108 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend() local
133 unsigned int core_id = MPIDR_AFFLVL0_VAL(mpidr); in imx_domain_suspend_finish() local
Dgpc_common.c37 void imx_set_cpu_secure_entry(unsigned int core_id, uintptr_t sec_entrypoint) in imx_set_cpu_secure_entry()
50 void imx_set_cpu_pwr_off(unsigned int core_id) in imx_set_cpu_pwr_off()
64 void imx_set_cpu_pwr_on(unsigned int core_id) in imx_set_cpu_pwr_on()
90 void imx_set_cpu_lpm(unsigned int core_id, bool pdn) in imx_set_cpu_lpm()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/acpi/
H A Dacpi.c319 static void generate_cppc_entries(int core_id) in generate_cppc_entries()
344 __weak void soc_power_states_generation(int core_id, in soc_power_states_generation()
367 int core_id, cpu_id; in generate_cpu_entries() local
H A Dcpu_hybrid.c136 static void acpigen_cppc_update_nominal_freq_perf(const char *pkg_path, s32 core_id) in acpigen_cppc_update_nominal_freq_perf()
156 void acpigen_write_CPPC_hybrid_method(s32 core_id) in acpigen_write_CPPC_hybrid_method()
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/imx8m/imx8mq/
H A 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()
H A 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
/aosp_15_r20/external/coreboot/src/soc/cavium/cn81xx/
H A Dcpu.c25 void secondary_cpu_init(size_t core_id) in secondary_cpu_init()
54 size_t start_cpu(size_t cpu, void (*entry_64)(size_t core_id)) in start_cpu()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dxla_sharding_util.cc358 bool IsAssignedToLogicalDevice(const int core_id, in IsAssignedToLogicalDevice()
371 const int core_id, const int cluster_func_output_index, in LookupClusterToCoreIndex()
512 const int core_id, llvm::ArrayRef<xla::OpSharding> output_sharding_config, in GetOutputTypesForLogicalDeviceComputation()
/aosp_15_r20/external/cpuinfo/src/arm/mach/
H A Dinit.c402 const uint32_t core_id = i / threads_per_core; in cpuinfo_arm_mach_init() local
453 const uint32_t core_id = i / threads_per_core; in cpuinfo_arm_mach_init() local
/aosp_15_r20/external/cpuinfo/src/x86/linux/
H A 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
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/acpi/
H A Dcppc.c52 void generate_cppc_entries(unsigned int core_id) in generate_cppc_entries()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nxp/s32/s32g274ardb2/
Ds32g2_soc.c24 unsigned int cluster_id, cpu_id, core_id; in plat_core_pos_by_mpidr() local

1234567