Lines Matching refs:nr_features
14 static uint32_t nr_features; variable
262 f->len = nr_features; in get_featureset()
263 f->fs = calloc(nr_features, sizeof(*f->fs)); in get_featureset()
275 printf("nr_features: %u\n", nr_features); in dump_info()
287 nr_features, "Known", detail); in dump_info()
289 nr_features, "Special", detail); in dump_info()
291 nr_features, "PV Max", detail); in dump_info()
293 nr_features, "PV Default", detail); in dump_info()
295 nr_features, "HVM Shadow Max", detail); in dump_info()
297 nr_features, "HVM Shadow Default", detail); in dump_info()
299 nr_features, "HVM Hap Max", detail); in dump_info()
301 nr_features, "HVM Hap Default", detail); in dump_info()
360 nr_features = xc_get_cpu_featureset_size(); in main()
529 if ( xc_get_cpu_featureset(xch, 0, &nr_features, NULL) ) in main()
538 uint32_t fs[nr_features + 1]; in main()
553 if ( i == nr_features ) in main()