Searched refs:start_index (Results 1 – 3 of 3) sorted by relevance
107 unsigned int start_index = btinfo.btui_async_start_index; variable109 unsigned int bt_left = bt_len - start_index;112 unsigned int async_filled = backtrace_user(bt + start_index, bt_left,118 bt_filled = min(start_index + async_filled, bt_len);
4271 start_index = 04344 start_index = kern.GetValueFromAddress(cmd_options["-I"], 'int')4345 npages = vm_pages_count - start_index4352 end_index = start_index + npages - 14361 …vm_pages[{0:d} to {1:d}] for {2:d} matching attribute(s)......".format(start_index, end_index, att…4362 i = start_index
9820 unsigned int start_index; local9850 start_index = (unsigned int)((vaddr - grand->nested_region_addr) >> pt_attr_twig_shift(pt_attr));9851 max_index = (unsigned int)(start_index + (size >> pt_attr_twig_shift(pt_attr)));9854 …for (current_index = start_index, addr = start; current_index < max_index; current_index++, addr +…