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
95 if (hv_nested) in hv_get_msr()
104 if (hv_nested) in hv_set_msr()
468 hv_nested = true; in ms_hyperv_init_platform()
/linux/drivers/hv/
H A Dhv_common.c41 * ms_hyperv and hv_nested are defined here with other
49 bool __weak hv_nested; variable
50 EXPORT_SYMBOL_GPL(hv_nested);
H A Dconnection.c524 control |= hv_nested ? HV_HYPERCALL_NESTED : 0; in vmbus_set_event()
H A Dhv.c90 control |= hv_nested ? HV_HYPERCALL_NESTED : 0; in hv_post_message()
H A Dvmbus_drv.c2855 if (hv_root_partition() && !hv_nested) in hv_acpi_init()
/linux/include/asm-generic/
H A Dmshyperv.h66 extern bool hv_nested;