HomeSort by: relevance | last modified time | path
    Searched defs:pm_features (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
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,
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,

Completed in 22 milliseconds