Lines Matching refs:stack
37 int stack[FDT_MAX_DEPTH] = { 0 }; in fdt_find_regions() local
99 stack[depth] = want; in fdt_find_regions()
116 want = stack[depth--]; in fdt_find_regions()
324 if (!info->stack[i].included) { in fdt_include_supernodes()
325 start = info->stack[i].offset; in fdt_include_supernodes()
333 info->stack[i].included = 1; in fdt_include_supernodes()
338 if (!info->stack[i].want) in fdt_include_supernodes()
339 info->stack[i].want = WANT_NODES_ONLY; in fdt_include_supernodes()
555 info->stack[p.depth].want = p.want; in fdt_next_region()
556 info->stack[p.depth].offset = offset; in fdt_next_region()
593 info->stack[p.depth].included = include; in fdt_next_region()
607 p.want = info->stack[p.depth].want; in fdt_next_region()