Searched refs:kvm_mmu_memory_cache (Results 1 – 10 of 10) sorted by relevance
64 struct kvm_mmu_memory_cache { struct
984 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min);985 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc);986 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc);987 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()
159 void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
1072 struct kvm_mmu_memory_cache *mc; in rmap_can_add()
679 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache;680 struct kvm_mmu_memory_cache mmu_shadow_page_cache;681 struct kvm_mmu_memory_cache mmu_gfn_array_cache;682 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()
364 struct kvm_mmu_memory_cache mmu_page_cache;
363 static inline void *mmu_memory_cache_alloc_obj(struct kvm_mmu_memory_cache *mc, in mmu_memory_cache_alloc_obj()374 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min) in kvm_mmu_topup_memory_cache()389 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_nr_free_objects()394 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc) in kvm_mmu_free_memory_cache()404 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_alloc()
349 struct kvm_mmu_memory_cache mmu_page_cache;
Completed in 56 milliseconds