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.c1991 struct hlist_head *page_hash = smp_load_acquire(&kvm->arch.mmu_page_hash); in kvm_get_mmu_page_hash()
2380 BUG_ON(!kvm->arch.mmu_page_hash); in __kvm_mmu_get_shadow_page()
2381 sp_list = &kvm->arch.mmu_page_hash[kvm_page_table_hashfn(gfn)]; in __kvm_mmu_get_shadow_page()
3995 if (kvm->arch.mmu_page_hash) in kvm_mmu_alloc_page_hash()
4009 smp_store_release(&kvm->arch.mmu_page_hash, h); in kvm_mmu_alloc_page_hash()
6901 kvfree(kvm->arch.mmu_page_hash); in kvm_mmu_uninit_vm()
/linux/arch/x86/include/asm/
H A Dkvm_host.h1426 struct hlist_head *mmu_page_hash; member