Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c38 bool hv_nested; variable
131 if (hv_nested) in hv_get_msr()
140 if (hv_nested) in hv_set_msr()
517 hv_nested = true; in ms_hyperv_init_platform()
/linux/drivers/hv/
H A Dhv_common.c49 bool __weak hv_nested; variable
50 EXPORT_SYMBOL_GPL(hv_nested);
H A Dconnection.c528 control |= hv_nested ? HV_HYPERCALL_NESTED : 0; in vmbus_set_event()
H A Dhv.c96 control |= hv_nested ? HV_HYPERCALL_NESTED : 0; in hv_post_message()
H A Dvmbus_drv.c2917 if (hv_root_partition() && !hv_nested) in hv_acpi_init()
/linux/include/asm-generic/
H A Dmshyperv.h69 extern bool hv_nested;