Searched refs:kvm_mmu_memory_cache (Results 1 – 12 of 12) sorted by relevance
71 struct kvm_mmu_memory_cache { struct
844 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min);845 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc);846 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc);847 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
168 struct kvm_mmu_memory_cache *mc);
359 struct kvm_mmu_memory_cache mmu_page_cache;
144 void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
963 struct kvm_mmu_memory_cache *mc; in rmap_can_add()
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()666 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_mips_map_page()762 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_trap_emul_pte_for_gva()
593 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache;594 struct kvm_mmu_memory_cache mmu_shadow_page_cache;595 struct kvm_mmu_memory_cache mmu_gfn_array_cache;596 struct kvm_mmu_memory_cache mmu_page_header_cache;
436 struct kvm_mmu_memory_cache *memcache;618 struct kvm_mmu_memory_cache *mc) in kvm_pgtable_stage2_map()
504 struct kvm_mmu_memory_cache cache = { 0, __GFP_ZERO, NULL, }; in kvm_phys_addr_ioremap()751 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in user_mem_abort()
342 static inline void *mmu_memory_cache_alloc_obj(struct kvm_mmu_memory_cache *mc, in mmu_memory_cache_alloc_obj()353 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min) in kvm_mmu_topup_memory_cache()368 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_nr_free_objects()373 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc) in kvm_mmu_free_memory_cache()383 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_alloc()
412 struct kvm_mmu_memory_cache mmu_page_cache;