Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/system/
H A Dvalidate-memory-counts.py60 seen_all = False
80 seen_all = parts[3] == "true"
82 return total_reads, total_writes, seen_all
113 preads, pwrites, seen_all = parse_plugin_output(args.plugin_output,
116 if not seen_all:
/openbmc/qemu/tests/tcg/plugins/
H A Dmem.c56 bool seen_all; member
111 ri->seen_all ? "true" : "false"); in plugin_exit()
144 ri->seen_all = true; in update_region_info()
219 if (unseen_data && ri->seen_all) { in update_region_info()
225 ri->seen_all = false; in update_region_info()