Searched refs:memcache (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | mmu.c | 1124 struct kvm_hyp_memcache *memcache = mc; in hyp_mc_free_fn() local 1126 if (memcache->flags & HYP_MEMCACHE_ACCOUNT_STAGE2) in hyp_mc_free_fn() 1134 struct kvm_hyp_memcache *memcache = mc; in hyp_mc_alloc_fn() local 1138 if (addr && memcache->flags & HYP_MEMCACHE_ACCOUNT_STAGE2) in hyp_mc_alloc_fn() 1525 static int topup_mmu_memcache(struct kvm_vcpu *vcpu, void *memcache) in topup_mmu_memcache() argument 1530 return kvm_mmu_topup_memory_cache(memcache, min_pages); in topup_mmu_memcache() 1532 return topup_hyp_memcache(memcache, min_pages); in topup_mmu_memcache() 1586 void *memcache = NULL; in gmem_abort() local 1592 memcache = get_mmu_memcache(s2fd->vcpu); in gmem_abort() 1593 ret = topup_mmu_memcache(s2fd->vcpu, memcache); in gmem_abort() [all …]
|
| /linux/arch/loongarch/kvm/ |
| H A D | mmu.c | 733 struct kvm_mmu_memory_cache *memcache; in kvm_split_huge() local 735 memcache = &vcpu->arch.mmu_page_cache; in kvm_split_huge() 736 child = kvm_mmu_memory_cache_alloc(memcache); in kvm_split_huge() 782 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_map_page() local 799 err = kvm_mmu_topup_memory_cache(memcache, KVM_MMU_CACHE_MIN_PAGES); in kvm_map_page() 887 ptep = kvm_populate_gpa(kvm, memcache, gpa, level); in kvm_map_page()
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | pgtable.c | 585 void *memcache; member 1047 if (!data->memcache) in stage2_map_walk_leaf() 1050 childp = mm_ops->zalloc_page(data->memcache); in stage2_map_walk_leaf() 1102 .memcache = mc, in kvm_pgtable_stage2_map() 1132 .memcache = mc, in kvm_pgtable_stage2_annotate() 1423 .memcache = mc, in kvm_pgtable_stage2_create_unlinked()
|
| /linux/init/ |
| H A D | Kconfig | 752 webservers, memcache), but it does show up in artificial
|