Searched refs:mshv_root (Results 1 – 4 of 4) sorted by relevance
5 obj-$(CONFIG_MSHV_ROOT) += mshv_root.o16 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
49 struct mshv_root mshv_root; variable1721 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 …]
192 struct mshv_root { struct363 extern struct mshv_root mshv_root;
582 mshv_root.vmm_caps.vmm_can_provide_overlay_gpfn; in mshv_use_overlay_gpfn()