Home
last modified time | relevance | path

Searched refs:kvm_mmu_memory_cache (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dkvm_types.h86 struct kvm_mmu_memory_cache { struct
A Dkvm_host.h1528 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