Searched refs:mshv_root (Results 1 – 4 of 4) sorted by relevance
5 obj-$(CONFIG_MSHV_ROOT) += mshv_root.o15 mshv_root-y := mshv_root_main.o mshv_synic.o mshv_eventfd.o mshv_irq.o \
63 struct mshv_root mshv_root; variable1730 spin_lock(&mshv_root.pt_ht_lock); in remove_partition()1732 spin_unlock(&mshv_root.pt_ht_lock); in remove_partition()1880 spin_lock(&mshv_root.pt_ht_lock); in add_partition()1882 hash_add_rcu(mshv_root.pt_htable, &partition->pt_hnode, in add_partition()1885 spin_unlock(&mshv_root.pt_ht_lock); in add_partition()2251 if (!mshv_root.synic_pages) { in mshv_parent_partition_init()2275 spin_lock_init(&mshv_root.pt_ht_lock); in mshv_parent_partition_init()2276 hash_init(mshv_root.pt_htable); in mshv_parent_partition_init()2288 free_percpu(mshv_root.synic_pages); in mshv_parent_partition_init()[all …]
29 spages = this_cpu_ptr(mshv_root.synic_pages); in synic_event_ring_get_queued_port()396 struct hv_synic_pages *spages = this_cpu_ptr(mshv_root.synic_pages); in mshv_isr()458 struct hv_synic_pages *spages = this_cpu_ptr(mshv_root.synic_pages); in mshv_synic_init()552 struct hv_synic_pages *spages = this_cpu_ptr(mshv_root.synic_pages); in mshv_synic_cleanup()
177 struct mshv_root { struct307 extern struct mshv_root mshv_root;
Completed in 14 milliseconds