Searched refs:last_element (Results 1 – 2 of 2) sorted by relevance
229 int last_element = (returned_values - 1) * elementsize; in processor_bus_topology_show() local236 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() local304 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 …]
243 bool last_element = !post[0]; in ovl_lookup_single() local292 if (last_element && d->metacopy && !d_is_reg(this)) { in ovl_lookup_single()298 if (d->is_dir || !last_element) { in ovl_lookup_single()318 if (last_element) in ovl_lookup_single()325 if (last_element && !is_upper && val == 'x') { in ovl_lookup_single()330 if (last_element) in ovl_lookup_single()