Lines Matching refs:subsection
339 /* If there is no target-page-bits subsection it means the source
457 /* The target-page-bits subsection is present only if the
587 const VMStateDescription *subsection,
590 if (subsection != NULL) {
591 dump_vmstate_vmsd(out_file, subsection, indent, true);
633 const VMStateDescription * const *subsection = vmsd->subsections;
638 while (*subsection != NULL) {
642 dump_vmstate_vmss(out_file, *subsection, indent + 2);
643 subsection++;
867 const VMStateDescription * const *subsection = vmsd->subsections;
885 while (subsection && *subsection) {
887 * The name of a subsection should start with the name of the
890 assert(!strncmp(vmsd->name, (*subsection)->name, strlen(vmsd->name)));
891 vmstate_check(*subsection);
892 subsection++;