Searched defs:kvm_mmu_memory_cache (Results 1 – 1 of 1) sorted by relevance
92 struct kvm_mmu_memory_cache { struct93 int nobjs;94 gfp_t gfp_zero;95 gfp_t gfp_custom;96 struct kmem_cache *kmem_cache;97 int capacity;98 void **objects;