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
5 * The main part of the mshv_root module, providing APIs to create36 #include "mshv_root.h"49 struct mshv_root mshv_root; variable 1768 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 in add_partition() [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()