HomeSort by relevance Sort by last modified time
    Searched full:cpu_start_idx (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_private.h 141 unsigned int cpu_start_idx; member in struct:non_cpu_pwr_domain_node
145 * by 'cpu_start_idx' i.e. all the domains in the range 'cpu_start_idx
146 * -> cpu_start_idx + ncpus' have this node as their parent.
psci_setup.c 75 * This functions updates cpu_start_idx and ncpus field for each of the node in
96 psci_non_cpu_pd_nodes[nodes_idx[j]].cpu_start_idx
psci_common.c 416 start_idx = psci_non_cpu_pd_nodes[parent_idx].cpu_start_idx;
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/docs/
psci-pd-tree.rst 203 unsigned int cpu_start_idx;
207 * by 'cpu_start_idx' i.e. all the domains in the range 'cpu_start_idx
208 * -> cpu_start_idx + ncpus' have this node as their parent.
firmware-design.rst     [all...]

Completed in 251 milliseconds