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

  /src/sys/arch/x86/x86/
hyperv.c 369 hyperv_probe(u_int *maxleaf, u_int *features, u_int *pm_features,
378 *maxleaf = regs[0];
379 if (*maxleaf < CPUID_LEAF_HV_LIMITS)
407 u_int maxleaf; local in function:hyperv_identify
409 if (!hyperv_probe(&maxleaf, &hyperv_features, &hyperv_pm_features,
471 if (maxleaf >= CPUID_LEAF_HV_HWFEATURES) {
484 u_int maxleaf; local in function:hyperv_early_init
487 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3))
508 u_int maxleaf; local in function:hyperv_init_cpu
510 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3)
    [all...]
hyperv.c 369 hyperv_probe(u_int *maxleaf, u_int *features, u_int *pm_features,
378 *maxleaf = regs[0];
379 if (*maxleaf < CPUID_LEAF_HV_LIMITS)
407 u_int maxleaf; local in function:hyperv_identify
409 if (!hyperv_probe(&maxleaf, &hyperv_features, &hyperv_pm_features,
471 if (maxleaf >= CPUID_LEAF_HV_HWFEATURES) {
484 u_int maxleaf; local in function:hyperv_early_init
487 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3))
508 u_int maxleaf; local in function:hyperv_init_cpu
510 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3)
    [all...]
hyperv.c 369 hyperv_probe(u_int *maxleaf, u_int *features, u_int *pm_features,
378 *maxleaf = regs[0];
379 if (*maxleaf < CPUID_LEAF_HV_LIMITS)
407 u_int maxleaf; local in function:hyperv_identify
409 if (!hyperv_probe(&maxleaf, &hyperv_features, &hyperv_pm_features,
471 if (maxleaf >= CPUID_LEAF_HV_HWFEATURES) {
484 u_int maxleaf; local in function:hyperv_early_init
487 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3))
508 u_int maxleaf; local in function:hyperv_init_cpu
510 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3)
    [all...]

Completed in 36 milliseconds