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.o19 mshv_root-$(CONFIG_TRACEPOINTS) += mshv_trace.o
49 struct mshv_root mshv_root; variable1768 spin_lock(&mshv_root.pt_ht_lock); in remove_partition()1770 spin_unlock(&mshv_root.pt_ht_lock); in remove_partition()1880 hash_for_each_possible_rcu(mshv_root.pt_htable, p, pt_hnode, in mshv_partition_find()1914 spin_lock(&mshv_root.pt_ht_lock); in add_partition()1916 hash_add_rcu(mshv_root.pt_htable, &partition->pt_hnode, in add_partition()1919 spin_unlock(&mshv_root.pt_ht_lock); in add_partition()2160 if (!mshv_root.vmm_caps.vmm_enable_integrated_scheduler) in l1vh_retrieve_scheduler_type()2325 0, &mshv_root.vmm_caps, in mshv_init_vmm_caps()2326 sizeof(mshv_root.vmm_caps)); in mshv_init_vmm_caps()[all …]
193 struct mshv_root { struct364 extern struct mshv_root mshv_root;
594 mshv_root.vmm_caps.vmm_can_provide_overlay_gpfn; in mshv_use_overlay_gpfn()