Lines Matching refs:node
12 * The PPTT structure is an inverted tree, with each node potentially
60 struct acpi_pptt_processor *node,
65 if (resource >= node->number_of_priv_resources)
68 ref = ACPI_ADD_PTR(u32, node, sizeof(struct acpi_pptt_processor));
91 * of cache levels for the cache node.
93 * Given a pptt resource, verify that it is a cache node, then walk
136 * continue looking at this node's resource list
138 * cache node.
158 /* walk down from processor node */
167 * possible for a given node to have resources with differing
180 * acpi_count_levels() - Given a PPTT table, and a CPU node, count the cache
183 * @cpu_node: processor node we wish to count caches for
188 * Given a processor node containing a processing unit, walk into it and count
190 * the root node (ignore the package level because it may be possible to have
206 * acpi_pptt_leaf_node() - Given a processor node, determine if its a leaf
208 * @node: passed node is checked to see if its a leaf
210 * Determine if the *node parameter is a leaf node by iterating the
213 * Return: 0 if we find a node referencing the passed node (or table error),
217 struct acpi_pptt_processor *node)
226 return (node->flags & ACPI_PPTT_ACPI_LEAF_NODE);
229 node_entry = ACPI_PTR_DIFF(node, table_hdr);
256 * passed into the function. If we find a node that matches this criteria
257 * we verify that its a leaf node in the topology rather than depending
322 struct acpi_pptt_processor **node)
337 *node = cpu_node;
347 * @found_cache: The PPTT node describing this cache instance
455 /* Locate the last node in the tree with IDENTICAL set */
574 * check_acpi_cpu_flag() - Determine if CPU node has a flag set
579 * Check the node representing a CPU for a given flag.
703 * we reach a root node. Levels beyond the termination point will return the
724 * flag set or we reach a root node.
800 * flag set or we reach a root node.