Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_backtrace.c175 unsigned int start_index = btinfo.btui_async_start_index; variable
177 unsigned int bt_left = bt_len - start_index;
180 unsigned int async_filled = backtrace_user(bt + start_index, bt_left,
186 bt_filled = min(start_index + async_filled, bt_len);
/xnu-8020.101.4/tools/lldbmacros/
H A Dmemory.py3647 start_index = 0
3720 start_index = kern.GetValueFromAddress(cmd_options["-I"], 'int')
3721 npages = vm_pages_count - start_index
3728 end_index = start_index + npages - 1
3737 …vm_pages[{0:d} to {1:d}] for {2:d} matching attribute(s)......".format(start_index, end_index, att…
3738 i = start_index
/xnu-8020.101.4/osfmk/arm/
H A Dpmap.c9971 unsigned int start_index; local
10015 start_index = (unsigned int)((start - grand->nested_region_addr) >> pt_attr_twig_shift(pt_attr));
10019 for (current_index = start_index, addr = start; current_index < max_index; current_index++) {