HomeSort by relevance Sort by last modified time
    Searched refs:cluster_id (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/
tegra_topology.c 30 unsigned int cluster_id, cpu_id; local
32 cluster_id = (mpidr >> MPIDR_AFF1_SHIFT) & MPIDR_AFFLVL_MASK;
35 if (cluster_id >= PLATFORM_CLUSTER_COUNT)
45 return (cpu_id + (cluster_id * 4));
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_topology.c 43 unsigned int cluster_id, cpu_id; local
50 cluster_id = (mpidr >> MPIDR_AFF1_SHIFT) & MPIDR_AFFLVL_MASK;
53 if (cluster_id >= PLATFORM_CLUSTER_COUNT)
63 return (cpu_id + (cluster_id * 4));
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_topology.c 43 unsigned int cluster_id, cpu_id; local
50 cluster_id = (mpidr >> MPIDR_AFF1_SHIFT) & MPIDR_AFFLVL_MASK;
53 if (cluster_id >= PLATFORM_CLUSTER_COUNT)
63 return (cpu_id + (cluster_id * 4));
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/
plat_topology.c 22 unsigned int cluster_id, cpu_id; local
25 cluster_id = mpidr & MPIDR_CLUSTER_MASK;
27 cpu_id += (cluster_id >> PLAT_RK_CLST_TO_CPUID_SHIFT);
  /device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
topology.c 38 unsigned int cluster_id, cpu_id; local
44 cluster_id = (mpidr >> MPIDR_AFF1_SHIFT) & MPIDR_AFFLVL_MASK;
47 if (cluster_id >= PLATFORM_CLUSTER_COUNT)
  /device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
uniphier_topology.c 29 unsigned int cluster_id, cpu_id; local
31 cluster_id = (mpidr >> MPIDR_AFF1_SHIFT) & MPIDR_AFFLVL_MASK;
32 if (cluster_id >= UNIPHIER_CLUSTER_COUNT)
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_topology.c 18 unsigned int cluster_id, cpu_id; local
27 cluster_id = (mpidr >> MPIDR_AFF2_SHIFT) & MPIDR_AFFLVL_MASK;
32 cluster_id = (mpidr >> MPIDR_AFF1_SHIFT) & MPIDR_AFFLVL_MASK;
40 if (cluster_id >= PLAT_ARM_CLUSTER_COUNT)
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/
plat_topology.c 63 unsigned int cluster_id, cpu_id; local
70 cluster_id = (mpidr >> MPIDR_AFF1_SHIFT) & MPIDR_AFFLVL_MASK;
73 if (cluster_id >= PLATFORM_CLUSTER_COUNT)
83 return (cpu_id + (cluster_id * 4));
plat_pm.c 315 unsigned long cluster_id; local
326 cluster_id = mpidr & MPIDR_CLUSTER_MASK;
328 if (cluster_id)
335 cluster_id, cpu_id, mmio_read_32(rv));
348 unsigned long cluster_id; local
352 cluster_id = mpidr & MPIDR_CLUSTER_MASK;
354 if (cluster_id)
361 cluster_id, cpu_id, mmio_read_32(rv));
442 unsigned long cluster_id; local
451 cluster_id = mpidr & MPIDR_CLUSTER_MASK
484 unsigned long cluster_id; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/common/drivers/pmu/
pmu_com.h 82 uint32_t cluster_id, loop = 0; local
85 cluster_id = 1;
88 cluster_id = 0;
91 if (cluster_id)
104 cluster_id, cpu_id, wfie_msk);
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/cci400/
cci400.c 56 unsigned int cluster_id = local
59 assert(cluster_id < MAX_CLUSTERS);
60 assert(cci_cluster_ix_to_iface[cluster_id] != 0);
62 return cci_base_addr + cci_cluster_ix_to_iface[cluster_id];
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
plat_pm.c 241 unsigned long cluster_id; local
252 cluster_id = mpidr & MPIDR_CLUSTER_MASK;
254 if (cluster_id)
261 cluster_id, cpu_id, mmio_read_32(rv));
316 unsigned long cluster_id; local
325 cluster_id = mpidr & MPIDR_CLUSTER_MASK;
327 if (cluster_id)
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
plat_setup.c 249 unsigned int cluster_id, cpu_id, pos; local
251 cluster_id = (mpidr >> MPIDR_AFF1_SHIFT) & MPIDR_AFFLVL_MASK;
255 * Validate cluster_id by checking whether it represents
258 if (cluster_id >= PLATFORM_CLUSTER_COUNT)
269 pos = cpu_id + (cluster_id << 2);
  /test/framework/harnesses/host_controller/tfc/
tfc_client.py 43 def LeaseHostTasks(self, cluster_id, next_cluster_ids, hostname, device_infos):
47 cluster_id: A string, the primary cluster to lease tasks from.
58 "cluster": cluster_id,
86 def CreateDeviceSnapshot(cluster_id, hostname, dev_infos):
90 cluster_id: A string, the cluster to upload snapshot to.
99 "cluster": cluster_id,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressLibCTA15-A7/
CTA15-A7Helper.asm 48 // Extract cpu_id and cluster_id from ARM_SCC_CFGREG48
49 // with cpu_id[0:3] and cluster_id[4:7]
79 // Extract cpu_id and cluster_id from ARM_SCC_CFGREG48
80 // with cpu_id[0:3] and cluster_id[4:7]
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
spm_mcdi.c 304 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; local
307 if (cluster_id) {
355 int cluster_id = (mpidr & MPIDR_CLUSTER_MASK) >> MPIDR_AFFINITY_BITS; local
358 if (cluster_id) {
405 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; local
412 if (cluster_id) {
437 unsigned long cluster_id = mpidr & MPIDR_CLUSTER_MASK; local
439 if (cluster_id)
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_graph_dumper.cc 540 int64 cluster_id = cluster_ids_.at(from_node->parent());
541 add_hover_css_rule("clust", cluster_id, kBlue);
544 int64 cluster_id = cluster_ids_.at(to_node->parent());
545 add_hover_css_rule("clust", cluster_id, kRed);
    [all...]
  /external/lisa/libs/utils/
env.py 786 for cluster_id in self.platform['clusters']:
787 core_id = self.platform['clusters'][cluster_id][0]
788 self.platform['freqs'][cluster_id] = \
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 647 milliseconds