hyperv.c | 369 hyperv_probe(u_int *maxleaf, u_int *features, u_int *pm_features, 396 *pm_features = regs[2]; 483 u_int features, pm_features, features3; local in function:hyperv_early_init 487 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3)) 507 u_int features, pm_features, features3; local in function:hyperv_init_cpu 510 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3)) 939 CTLFLAG_READONLY, CTLTYPE_STRING, "pm_features", NULL,
|