Searched refs:memcache (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kvm/ |
D | mmu.c | 666 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_mips_map_page() local 683 err = kvm_mmu_topup_memory_cache(memcache, KVM_MMU_CACHE_MIN_PAGES); in kvm_mips_map_page() 727 ptep = kvm_mips_pte_for_gpa(kvm, memcache, gpa); in kvm_mips_map_page() 762 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_trap_emul_pte_for_gva() local 767 ret = kvm_mmu_topup_memory_cache(memcache, KVM_MMU_CACHE_MIN_PAGES); in kvm_trap_emul_pte_for_gva() 776 return kvm_mips_walk_pgd(pgdp, memcache, addr); in kvm_trap_emul_pte_for_gva()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/ |
D | pgtable.c | 437 struct kvm_mmu_memory_cache *memcache; member 536 if (!data->memcache) in stage2_map_walk_leaf() 539 childp = kvm_mmu_memory_cache_alloc(data->memcache); in stage2_map_walk_leaf() 625 .memcache = mc, in kvm_pgtable_stage2_map()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
D | mmu.c | 751 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in user_mem_abort() local 830 ret = kvm_mmu_topup_memory_cache(memcache, in user_mem_abort() 911 memcache); in user_mem_abort()
|
/kernel/linux/linux-5.10/init/ |
D | Kconfig | 639 webservers, memcache), but it does show up in artificial
|