Searched refs:mmu_page_hash (Results 1 – 2 of 2) sorted by relevance
2002 struct hlist_head *page_hash = smp_load_acquire(&kvm->arch.mmu_page_hash); in kvm_get_mmu_page_hash()2391 BUG_ON(!kvm->arch.mmu_page_hash); in __kvm_mmu_get_shadow_page()2392 sp_list = &kvm->arch.mmu_page_hash[kvm_page_table_hashfn(gfn)]; in __kvm_mmu_get_shadow_page()3974 if (kvm->arch.mmu_page_hash) in kvm_mmu_alloc_page_hash()3988 smp_store_release(&kvm->arch.mmu_page_hash, h); in kvm_mmu_alloc_page_hash()6880 kvfree(kvm->arch.mmu_page_hash); in kvm_mmu_uninit_vm()
1410 struct hlist_head *mmu_page_hash; member