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
19 mshv_root-$(CONFIG_TRACEPOINTS) += mshv_trace.o
H A Dmshv_root_main.c49 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.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 …]
H A Dmshv_root.h193 struct mshv_root { struct
364 extern struct mshv_root mshv_root;
H A Dmshv_root_hv_call.c594 mshv_root.vmm_caps.vmm_can_provide_overlay_gpfn; in mshv_use_overlay_gpfn()