Home
last modified time | relevance | path

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

/arch/x86/kvm/mmu/
A Dmmu.c1998 struct hlist_head *page_hash = smp_load_acquire(&kvm->arch.mmu_page_hash); in kvm_get_mmu_page_hash()
2387 BUG_ON(!kvm->arch.mmu_page_hash); in __kvm_mmu_get_shadow_page()
2388 sp_list = &kvm->arch.mmu_page_hash[kvm_page_table_hashfn(gfn)]; in __kvm_mmu_get_shadow_page()
3916 if (kvm->arch.mmu_page_hash) in kvm_mmu_alloc_page_hash()
3930 smp_store_release(&kvm->arch.mmu_page_hash, h); in kvm_mmu_alloc_page_hash()
6774 kvfree(kvm->arch.mmu_page_hash); in kvm_mmu_uninit_vm()
/arch/x86/include/asm/
A Dkvm_host.h1361 struct hlist_head *mmu_page_hash; member

Completed in 93 milliseconds