Searched refs:mmu_page_header_cache (Results 1 – 4 of 4) sorted by relevance
57 kmem_cache_free(mmu_page_header_cache, sp); in tdp_mmu_free_sp()185 sp = kvm_mmu_memory_cache_alloc(&vcpu->arch.mmu_page_header_cache); in tdp_mmu_alloc_sp()1330 sp = kmem_cache_alloc(mmu_page_header_cache, gfp); in __tdp_mmu_alloc_sp_for_split()1336 kmem_cache_free(mmu_page_header_cache, sp); in __tdp_mmu_alloc_sp_for_split()
135 extern struct kmem_cache *mmu_page_header_cache;
181 struct kmem_cache *mmu_page_header_cache; variable702 return kvm_mmu_topup_memory_cache(&vcpu->arch.mmu_page_header_cache, in mmu_topup_memory_caches()711 kvm_mmu_free_memory_cache(&vcpu->arch.mmu_page_header_cache); in mmu_free_memory_caches()1740 kmem_cache_free(mmu_page_header_cache, sp); in kvm_mmu_free_shadow_page()2293 .page_header_cache = &vcpu->arch.mmu_page_header_cache, in kvm_mmu_get_shadow_page()6032 vcpu->arch.mmu_page_header_cache.kmem_cache = mmu_page_header_cache; in kvm_mmu_create()6033 vcpu->arch.mmu_page_header_cache.gfp_zero = __GFP_ZERO; in kvm_mmu_create()6186 kvm->arch.split_page_header_cache.kmem_cache = mmu_page_header_cache; in kvm_mmu_init_vm()6803 kmem_cache_destroy(mmu_page_header_cache); in mmu_destroy_caches()6922 mmu_page_header_cache = kmem_cache_create("kvm_mmu_page_header", in kvm_mmu_vendor_module_init()[all …]
788 struct kvm_mmu_memory_cache mmu_page_header_cache; member