/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/ |
D | shannon_log_parser.py | 302 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/ |
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 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/ |
D | gpc.c | 46 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()
|
D | imx8mq_psci.c | 47 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 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
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx93/ |
D | imx93_psci.c | 62 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 D | pod_tpu_driver.cc | 164 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 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()
|
H A 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()
|
H A 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
|
H A D | recording_tpu_driver.cc | 157 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 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()
|
H A 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
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8m/ |
D | imx8m_psci_common.c | 43 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
|
D | gpc_common.c | 37 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 D | acpi.c | 319 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 D | cpu_hybrid.c | 136 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 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()
|
H A 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
|
/aosp_15_r20/external/coreboot/src/soc/cavium/cn81xx/ |
H A D | cpu.c | 25 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 D | xla_sharding_util.cc | 358 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 D | init.c | 402 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 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
|
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/acpi/ |
H A D | cppc.c | 52 void generate_cppc_entries(unsigned int core_id) in generate_cppc_entries()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nxp/s32/s32g274ardb2/ |
D | s32g2_soc.c | 24 unsigned int cluster_id, cpu_id, core_id; in plat_core_pos_by_mpidr() local
|