Searched refs:objects (Results 1 – 6 of 6) sorted by relevance
81 void *objects[KVM_NR_MEM_OBJS]; member
79 void *objects[KVM_NR_MEM_OBJS]; member
307 bool "Put data objects of up to 8 bytes into GP-REL"310 bool "Put data objects of up to 4 bytes into GP-REL"
137 cache->objects[cache->nobjs++] = page; in mmu_topup_memory_cache()145 free_page((unsigned long)mc->objects[--mc->nobjs]); in mmu_free_memory_cache()153 p = mc->objects[--mc->nobjs]; in mmu_memory_cache_alloc()
666 while (cache->nobjs < ARRAY_SIZE(cache->objects)) { in mmu_topup_memory_cache()670 cache->objects[cache->nobjs++] = obj; in mmu_topup_memory_cache()684 kmem_cache_free(cache, mc->objects[--mc->nobjs]); in mmu_free_memory_cache()694 while (cache->nobjs < ARRAY_SIZE(cache->objects)) { in mmu_topup_memory_cache_page()698 cache->objects[cache->nobjs++] = page; in mmu_topup_memory_cache_page()706 free_page((unsigned long)mc->objects[--mc->nobjs]); in mmu_free_memory_cache_page()740 p = mc->objects[--mc->nobjs]; in mmu_memory_cache_alloc()
188 void *objects[KVM_NR_MEM_OBJS]; member