Home
last modified time | relevance | path

Searched refs:mmu_page_hash (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/mmu/
H A Dmmu.c2002 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()
/linux/arch/x86/include/asm/
H A Dkvm_host.h1410 struct hlist_head *mmu_page_hash; member