Lines Matching full:logical
9 * @cpun: CPU number(logical index) for which device node is required
29 * arch_match_cpu_phys_id - Match the given logical CPU and physical id
31 * @cpu: logical cpu index of a core/thread
34 * CPU logical to physical index mapping is architecture specific.
36 * id to logical cpu index. phys_id provided here is usually values read
39 * Returns true if the physical identifier and the logical cpu index
49 * core/thread corresponding to the logical cpu 'cpu'. If 'thread' is not
80 * for the cpu corresponding to logical cpu 'cpu'. Return true if so,
101 * of_get_cpu_node - Get device node associated with the given logical CPU
103 * @cpu: CPU number(logical index) for which device node is required
108 * given logical CPU index. It should be used to initialize the of_node in
112 * CPU logical to physical index mapping is architecture specific and is built
116 * Return: A node pointer for the logical cpu with refcount incremented, use
132 * of_cpu_device_node_get: Get the CPU device_node for a given logical CPU number
134 * @cpu: The logical CPU number
137 * incremented of the given logical CPU number or NULL if the CPU device_node
151 * of_cpu_node_to_id: Get the logical CPU number for a given device_node
155 * Return: The logical CPU number of the given CPU device_node or -ENODEV if the