Searched refs:hv_root_partition (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/hv/
H A Dhv_common.c35 * hv_root_partition, ms_hyperv and hv_nested are defined here with other
43 bool __weak hv_root_partition; variable
44 EXPORT_SYMBOL_GPL(hv_root_partition); variable
343 if (hv_root_partition) {
438 int pgcount = hv_root_partition ? 2 : 1;
456 if (hv_root_partition) {
574 return !hv_root_partition && acpi_sleep_state_supported(ACPI_STATE_S4);
H A Dhv.c147 if (!ms_hyperv.paravisor_present && !hv_root_partition) {
276 if (ms_hyperv.paravisor_present || hv_root_partition) {
295 if (ms_hyperv.paravisor_present || hv_root_partition) {
374 if (ms_hyperv.paravisor_present || hv_root_partition) {
386 if (ms_hyperv.paravisor_present || hv_root_partition) {
H A Dvmbus_drv.c2619 if (hv_root_partition && !hv_nested)
/linux-master/arch/x86/hyperv/
H A Dhv_init.c98 if (hv_root_partition) {
250 if (hv_root_partition) {
325 if (hv_root_partition)
544 if (hv_root_partition) {
615 BUG_ON(hv_root_partition && hv_current_partition_id == ~0ull);
622 if (hv_root_partition)
/linux-master/drivers/iommu/
H A Dhyperv-iommu.c133 if (hv_root_partition) {
154 if (hv_root_partition)
/linux-master/arch/x86/kernel/cpu/
H A Dmshyperv.c38 bool hv_root_partition; variable
414 hv_root_partition = true;
560 if (hv_root_partition ||
/linux-master/drivers/clocksource/
H A Dhyperv_timer.c559 if (hv_root_partition)
604 if (!hv_root_partition) {
/linux-master/include/asm-generic/
H A Dmshyperv.h193 extern bool hv_root_partition;

Completed in 135 milliseconds