Searched refs:mmu_page_header_cache (Results 1 – 4 of 4) sorted by relevance
121 extern struct kmem_cache *mmu_page_header_cache;
71 kmem_cache_free(mmu_page_header_cache, sp); in tdp_mmu_free_sp()278 sp = kvm_mmu_memory_cache_alloc(&vcpu->arch.mmu_page_header_cache); in tdp_mmu_alloc_sp()1423 sp = kmem_cache_alloc(mmu_page_header_cache, gfp); in __tdp_mmu_alloc_sp_for_split()1429 kmem_cache_free(mmu_page_header_cache, sp); in __tdp_mmu_alloc_sp_for_split()
158 struct kmem_cache *mmu_page_header_cache; variable664 return kvm_mmu_topup_memory_cache(&vcpu->arch.mmu_page_header_cache, in mmu_topup_memory_caches()673 kvm_mmu_free_memory_cache(&vcpu->arch.mmu_page_header_cache); in mmu_free_memory_caches()1690 kmem_cache_free(mmu_page_header_cache, sp); in kvm_mmu_free_shadow_page()2178 .page_header_cache = &vcpu->arch.mmu_page_header_cache, in kvm_mmu_get_shadow_page()5817 vcpu->arch.mmu_page_header_cache.kmem_cache = mmu_page_header_cache; in kvm_mmu_create()5818 vcpu->arch.mmu_page_header_cache.gfp_zero = __GFP_ZERO; in kvm_mmu_create()5986 kvm->arch.split_page_header_cache.kmem_cache = mmu_page_header_cache; in kvm_mmu_init_vm()6619 kmem_cache_destroy(mmu_page_header_cache); in mmu_destroy_caches()6709 mmu_page_header_cache = kmem_cache_create("kvm_mmu_page_header", in kvm_mmu_vendor_module_init()[all …]
733 struct kvm_mmu_memory_cache mmu_page_header_cache; member