Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A DMakefile5 obj-$(CONFIG_MSHV_ROOT) += mshv_root.o
16 mshv_root-y := mshv_root_main.o mshv_synic.o mshv_eventfd.o mshv_irq.o \
18 mshv_root-$(CONFIG_DEBUG_FS) += mshv_debugfs.o
H A Dmshv_root_main.c49 struct mshv_root mshv_root; variable
1721 spin_lock(&mshv_root.pt_ht_lock); in remove_partition()
1723 spin_unlock(&mshv_root.pt_ht_lock); in remove_partition()
1831 hash_for_each_possible_rcu(mshv_root.pt_htable, p, pt_hnode, in mshv_partition_find()
1863 spin_lock(&mshv_root.pt_ht_lock); in add_partition()
1865 hash_add_rcu(mshv_root.pt_htable, &partition->pt_hnode, in add_partition()
1868 spin_unlock(&mshv_root.pt_ht_lock); in add_partition()
2100 if (!mshv_root.vmm_caps.vmm_enable_integrated_scheduler) in l1vh_retrieve_scheduler_type()
2265 0, &mshv_root.vmm_caps, in mshv_init_vmm_caps()
2266 sizeof(mshv_root.vmm_caps)); in mshv_init_vmm_caps()
[all …]
H A Dmshv_root.h192 struct mshv_root { struct
363 extern struct mshv_root mshv_root;
H A Dmshv_root_hv_call.c582 mshv_root.vmm_caps.vmm_can_provide_overlay_gpfn; in mshv_use_overlay_gpfn()