Home
last modified time | relevance | path

Searched refs:last_element (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/perf/
H A Dhv-gpci.c229 int last_element = (returned_values - 1) * elementsize; in processor_bus_topology_show() local
236 u32 starting_index = arg->bytes[last_element + 3] + in processor_bus_topology_show()
237 (arg->bytes[last_element + 2] << 8) + in processor_bus_topology_show()
238 (arg->bytes[last_element + 1] << 16) + in processor_bus_topology_show()
239 (arg->bytes[last_element] << 24) + 1; in processor_bus_topology_show()
297 int last_element = (returned_values - 1) * elementsize; in processor_config_show() local
304 u32 starting_index = arg->bytes[last_element + 3] + in processor_config_show()
305 (arg->bytes[last_element + 2] << 8) + in processor_config_show()
306 (arg->bytes[last_element + 1] << 16) + in processor_config_show()
307 (arg->bytes[last_element] << 24) + 1; in processor_config_show()
[all …]