Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_x86.c61 u_int hyperv_features; variable
97 if (hyperv_features & CPUID_HV_MSR_TIME_REFCNT) { in hyperv_init_tc()
176 hyperv_features = regs[0]; in hyperv_identify_features()
184 printf(" Features=0x%b\n", hyperv_features, in hyperv_identify_features()
/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_aarch64.c60 u_int hyperv_features; variable
127 hyperv_features = result.as32.a; in hyperv_identify_features()
/freebsd/sys/dev/hyperv/include/
H A Dhyperv.h97 extern u_int hyperv_features; /* CPUID_HV_MSR_ */
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_res.c73 (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.c756 if (hyperv_features & CPUID_HV_MSR_VP_INDEX) { in vmbus_synic_setup()
1379 (hyperv_features & CPUID_HV_MSR_SYNIC) == 0) in vmbus_identify()
1389 (hyperv_features & CPUID_HV_MSR_SYNIC) == 0) in vmbus_probe()
/freebsd/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c185 if ((hyperv_features & in hyperv_tsc_tcinit()