Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_aarch64.c61 u_int hyperv_features; variable
128 hyperv_features = result.as32.a; in hyperv_identify_features()
/freebsd-14.2/sys/dev/hyperv/include/
H A Dhyperv.h97 extern u_int hyperv_features; /* CPUID_HV_MSR_ */
/freebsd-14.2/sys/dev/hyperv/vmbus/
H A Dvmbus_res.c74 (hyperv_features & CPUID_HV_MSR_SYNIC) == 0) in vmbus_res_probe()
H A Dvmbus_et.c132 (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()
1385 (hyperv_features & CPUID_HV_MSR_SYNIC) == 0) in vmbus_identify()
1395 (hyperv_features & CPUID_HV_MSR_SYNIC) == 0) in vmbus_probe()
/freebsd-14.2/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c186 if ((hyperv_features & in hyperv_tsc_tcinit()