Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hyperv/vmbus/
H A Dhyperv.c82 u_int hyperv_features; variable
169 hyperv_features = regs[0]; in hyperv_identify()
178 printf(" Features=0x%b\n", hyperv_features, in hyperv_identify()
250 if (hyperv_features & CPUID_HV_MSR_TIME_REFCNT) { in hyperv_init()
H A Dvmbus_res.c79 (hyperv_features & CPUID_HV_MSR_SYNIC) == 0) in vmbus_res_probe()
H A Dvmbus_et.c131 (hyperv_features & CPUID_HV_ET_MASK) != CPUID_HV_ET_MASK || in vmbus_et_identify()
H A Dvmbus.c764 if (hyperv_features & CPUID_HV_MSR_VP_INDEX) { in vmbus_synic_setup()
1436 (hyperv_features & CPUID_HV_MSR_SYNIC) == 0) in vmbus_identify()
1446 (hyperv_features & CPUID_HV_MSR_SYNIC) == 0) in vmbus_probe()
/freebsd-13.1/sys/dev/hyperv/include/
H A Dhyperv.h94 extern u_int hyperv_features; /* CPUID_HV_MSR_ */
/freebsd-13.1/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c185 if ((hyperv_features & in hyperv_tsc_tcinit()