Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_aarch64.c61 u_int hyperv_recommends; variable
131 hyperv_recommends = result.as32.a; in hyperv_identify_features()
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dhyperv_x86.c62 u_int hyperv_recommends; variable
222 hyperv_recommends = regs[0]; in hyperv_identify_features()
/freebsd/sys/dev/hyperv/vmbus/
H A Dhyperv_var.h30 extern u_int hyperv_recommends;
H A Dhyperv_mmu.c261 if (!(hyperv_recommends & HYPERV_X64_EX_PROCESSOR_MASKS_RECOMMENDED)) in hv_flush_tlb_others_ex()