Searched refs:mmu_pte_list_desc_cache (Results 1 - 2 of 2) sorted by path

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h815 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache; member in struct:kvm_vcpu_arch
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c684 r = kvm_mmu_topup_memory_cache(&vcpu->arch.mmu_pte_list_desc_cache,
704 kvm_mmu_free_memory_cache(&vcpu->arch.mmu_pte_list_desc_cache);
1624 struct kvm_mmu_memory_cache *cache = &vcpu->arch.mmu_pte_list_desc_cache;
2424 __link_shadow_page(vcpu->kvm, &vcpu->arch.mmu_pte_list_desc_cache, sptep, sp, true);
6179 vcpu->arch.mmu_pte_list_desc_cache.kmem_cache = pte_list_desc_cache;
6180 vcpu->arch.mmu_pte_list_desc_cache.gfp_zero = __GFP_ZERO;

Completed in 473 milliseconds