Searched refs:kvm_mmu_memory_cache (Results 1 – 10 of 10) sorted by relevance
71 struct kvm_mmu_memory_cache { struct
981 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min);982 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc);983 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc);984 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
104 static pte_t *kvm_mips_walk_pgd(pgd_t *pgd, struct kvm_mmu_memory_cache *cache, in kvm_mips_walk_pgd()144 struct kvm_mmu_memory_cache *cache, in kvm_mips_pte_for_gpa()592 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_mips_map_page()
172 void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
1068 struct kvm_mmu_memory_cache *mc; in rmap_can_add()
681 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache;682 struct kvm_mmu_memory_cache mmu_shadow_page_cache;683 struct kvm_mmu_memory_cache mmu_gfn_array_cache;684 struct kvm_mmu_memory_cache mmu_page_header_cache;
94 struct kvm_mmu_memory_cache *mc = arg; in stage2_memcache_zalloc_page()647 struct kvm_mmu_memory_cache cache = { 0, __GFP_ZERO, NULL, }; in kvm_phys_addr_ioremap()953 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in user_mem_abort()
363 struct kvm_mmu_memory_cache mmu_page_cache;
349 struct kvm_mmu_memory_cache mmu_page_cache;
355 static inline void *mmu_memory_cache_alloc_obj(struct kvm_mmu_memory_cache *mc, in mmu_memory_cache_alloc_obj()366 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min) in kvm_mmu_topup_memory_cache()381 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_nr_free_objects()386 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc) in kvm_mmu_free_memory_cache()396 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_alloc()