Home
last modified time | relevance | path

Searched refs:kvm_mmu_memory_cache (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/include/linux/
H A Dkvm_types.h86 struct kvm_mmu_memory_cache { struct
H A Dkvm_host.h1518 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min);
1519 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min);
1520 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc);
1521 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc);
1522 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
/linux-6.15/arch/riscv/kvm/
H A Dmmu.c138 struct kvm_mmu_memory_cache *pcache, in gstage_set_pte()
178 struct kvm_mmu_memory_cache *pcache, in gstage_map_page()
354 struct kvm_mmu_memory_cache pcache = { in kvm_riscv_gstage_ioremap()
600 struct kvm_mmu_memory_cache *pcache = &vcpu->arch.mmu_page_cache; in kvm_riscv_gstage_map()
/linux-6.15/arch/mips/kvm/
H A Dmmu.c104 static pte_t *kvm_mips_walk_pgd(pgd_t *pgd, struct kvm_mmu_memory_cache *cache, in kvm_mips_walk_pgd()
143 struct kvm_mmu_memory_cache *cache, in kvm_mips_pte_for_gpa()
552 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_mips_map_page()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h835 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache;
836 struct kvm_mmu_memory_cache mmu_shadow_page_cache;
837 struct kvm_mmu_memory_cache mmu_shadowed_info_cache;
838 struct kvm_mmu_memory_cache mmu_page_header_cache;
843 struct kvm_mmu_memory_cache mmu_external_spt_cache;
1557 struct kvm_mmu_memory_cache split_shadow_page_cache;
1558 struct kvm_mmu_memory_cache split_page_header_cache;
1570 struct kvm_mmu_memory_cache split_desc_cache;
/linux-6.15/arch/loongarch/kvm/
H A Dmmu.c150 struct kvm_mmu_memory_cache *cache, in kvm_populate_gpa()
733 struct kvm_mmu_memory_cache *memcache; in kvm_split_huge()
782 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_map_page()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_pkvm.h187 struct kvm_mmu_memory_cache *mc);
H A Dkvm_pgtable.h766 struct kvm_mmu_memory_cache *mc);
H A Dkvm_host.h192 struct kvm_mmu_memory_cache split_page_cache;
808 struct kvm_mmu_memory_cache mmu_page_cache;
/linux-6.15/arch/loongarch/include/asm/
H A Dkvm_host.h229 struct kvm_mmu_memory_cache mmu_page_cache;
/linux-6.15/arch/riscv/include/asm/
H A Dkvm_host.h272 struct kvm_mmu_memory_cache mmu_page_cache;
/linux-6.15/arch/arm64/kvm/
H A Dmmu.c107 struct kvm_mmu_memory_cache *cache; in need_split_memcache_topup_or_resched()
122 struct kvm_mmu_memory_cache *cache; in kvm_mmu_split_huge_pages()
203 struct kvm_mmu_memory_cache *mc = arg; in stage2_memcache_zalloc_page()
1149 struct kvm_mmu_memory_cache cache = { .gfp_zero = __GFP_ZERO }; in kvm_phys_addr_ioremap()
H A Dpkvm.c470 struct kvm_mmu_memory_cache *mc) in pkvm_pgtable_stage2_split()
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c1002 static int pte_list_add(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, in pte_list_add()
1675 struct kvm_mmu_memory_cache *cache, in __rmap_add()
1701 struct kvm_mmu_memory_cache *cache = &vcpu->arch.mmu_pte_list_desc_cache; in rmap_add()
1831 struct kvm_mmu_memory_cache *cache, in mmu_page_add_parent_pte()
2309 struct kvm_mmu_memory_cache *page_header_cache;
2310 struct kvm_mmu_memory_cache *shadow_page_cache;
2311 struct kvm_mmu_memory_cache *shadowed_info_cache;
2508 struct kvm_mmu_memory_cache *cache, u64 *sptep, in __link_shadow_page()
6796 static inline bool need_topup(struct kvm_mmu_memory_cache *cache, int min) in need_topup()
6881 struct kvm_mmu_memory_cache *cache = &kvm->arch.split_desc_cache; in shadow_mmu_split_huge_page()
/linux-6.15/arch/arm64/kvm/hyp/
H A Dpgtable.c1428 struct kvm_mmu_memory_cache *mc = ctx->arg; in stage2_split_walker()
1493 struct kvm_mmu_memory_cache *mc) in kvm_pgtable_stage2_split()
/linux-6.15/virt/kvm/
H A Dkvm_main.c350 static inline void *mmu_memory_cache_alloc_obj(struct kvm_mmu_memory_cache *mc, in mmu_memory_cache_alloc_obj()
366 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min) in __kvm_mmu_topup_memory_cache()
405 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min) in kvm_mmu_topup_memory_cache()
410 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_nr_free_objects()
415 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc) in kvm_mmu_free_memory_cache()
430 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_alloc()
/linux-6.15/arch/mips/include/asm/
H A Dkvm_host.h348 struct kvm_mmu_memory_cache mmu_page_cache;