Searched defs:kvm_mmu_memory_cache (Results 1 – 2 of 2) sorted by relevance
71 struct kvm_mmu_memory_cache { struct72 int nobjs;73 gfp_t gfp_zero;74 struct kmem_cache *kmem_cache;75 void *objects[KVM_ARCH_NR_OBJS_PER_MEMORY_CACHE];
93 struct kvm_mmu_memory_cache { struct94 gfp_t gfp_zero;95 gfp_t gfp_custom;96 struct kmem_cache *kmem_cache;97 int capacity;98 int nobjs;99 void **objects;