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

  /external/lisa/libs/utils/platforms/
hikey_energy.py 51 def cpu_node(cpu): function
58 children=[cpu_node(c) for c in [0, 1, 2, 3]],
62 children=[cpu_node(c) for c in [4, 5, 6, 7]],
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
BdsLinuxFdt.c 374 int cpu_node; local
641 cpu_node = fdt_add_subnode (fdt, node, Name);
642 if (cpu_node < 0) {
648 fdt_setprop_cell (fdt, cpu_node, "phandle", phandle[Index]);
649 fdt_setprop_cell (fdt, cpu_node, "linux,phandle", phandle[Index]);
653 fdt_setprop_string(fdt, cpu_node, "enable-method", "psci");
655 fdt_setprop_string(fdt, cpu_node, "enable-method", "spin-table");
658 fdt_setprop (fdt, cpu_node, "cpu-release-addr", &MbAddr, sizeof (MbAddr));
663 fdt_setprop (fdt, cpu_node, "reg", &MpId, sizeof (MpId));
664 fdt_setprop_string(fdt, cpu_node, "compatible", "arm,armv8");
    [all...]
  /external/devlib/devlib/module/
cpuidle.py 104 cpu_node = values_tree[cpu_id]
106 if 'cpuidle' in cpu_node:
107 idle_node = cpu_node['cpuidle']
  /external/lisa/tests/lisa/
test_energy_model.py 130 def cpu_node(cpu): function in function:TestInvalid.test_overlapping_freq_doms
140 children=[cpu_node(0), cpu_node(1)])])

Completed in 330 milliseconds