Searched refs:objects (Results 1 – 4 of 4) sorted by relevance
317 bool "Put data objects of up to 8 bytes into GP-REL"320 bool "Put data objects of up to 4 bytes into GP-REL"
272 while (cache->nobjs < ARRAY_SIZE(cache->objects)) { in mmu_topup_memory_cache()276 cache->objects[cache->nobjs++] = obj; in mmu_topup_memory_cache()284 kfree(mc->objects[--mc->nobjs]); in mmu_free_memory_cache()294 while (cache->nobjs < ARRAY_SIZE(cache->objects)) { in mmu_topup_memory_cache_page()299 cache->objects[cache->nobjs++] = page_address(page); in mmu_topup_memory_cache_page()307 free_page((unsigned long)mc->objects[--mc->nobjs]); in mmu_free_memory_cache_page()345 p = mc->objects[--mc->nobjs]; in mmu_memory_cache_alloc()
149 void *objects[KVM_NR_MEM_OBJS]; member
355 /* Copy COUNT objects from FROM to TO. The source and destination do