Home
last modified time | relevance | path

Searched refs:maxleaf (Results 1 – 1 of 1) sorted by relevance

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