Searched refs:kvm_mmu_memory_cache (Results 1 – 2 of 2) sorted by relevance
86 struct kvm_mmu_memory_cache { struct
1528 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min);1529 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min);1530 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc);1531 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc);1532 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
Completed in 17 milliseconds