Searched refs:maxleaf (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/x86/x86/ |
H A D | hyperv.c | 366 hyperv_probe(u_int *maxleaf, u_int *features, u_int *pm_features, in hyperv_probe() argument 375 *maxleaf = regs[0]; in hyperv_probe() 376 if (*maxleaf < CPUID_LEAF_HV_LIMITS) in hyperv_probe() 404 u_int maxleaf; in hyperv_identify() local 406 if (!hyperv_probe(&maxleaf, &hyperv_features, &hyperv_pm_features, in hyperv_identify() 468 if (maxleaf >= CPUID_LEAF_HV_HWFEATURES) { in hyperv_identify() 481 u_int maxleaf; in hyperv_early_init() local 484 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3)) in hyperv_early_init() 505 u_int maxleaf; in hyperv_init_cpu() local 507 if (!hyperv_probe(&maxleaf, &features, &pm_features, &features3)) in hyperv_init_cpu()
|