Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dkvm_gstage.h47 struct kvm_mmu_memory_cache *pcache,
51 struct kvm_mmu_memory_cache *pcache,
H A Dkvm_host.h254 struct kvm_mmu_memory_cache mmu_page_cache;
/linux/include/linux/
H A Dkvm_types.h86 struct kvm_mmu_memory_cache { struct
/linux/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/arch/riscv/kvm/
H A Dgstage.c125 struct kvm_mmu_memory_cache *pcache, in kvm_riscv_gstage_set_pte()
167 struct kvm_mmu_memory_cache *pcache, in kvm_riscv_gstage_map_page()
/linux/arch/x86/include/asm/
H A Dkvm_host.h850 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache;
851 struct kvm_mmu_memory_cache mmu_shadow_page_cache;
852 struct kvm_mmu_memory_cache mmu_shadowed_info_cache;
853 struct kvm_mmu_memory_cache mmu_page_header_cache;
858 struct kvm_mmu_memory_cache mmu_external_spt_cache;
1577 struct kvm_mmu_memory_cache split_shadow_page_cache;
1578 struct kvm_mmu_memory_cache split_page_header_cache;
1590 struct kvm_mmu_memory_cache split_desc_cache;
/linux/arch/arm64/include/asm/
H A Dkvm_pkvm.h195 struct kvm_mmu_memory_cache *mc);
/linux/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()
198 struct kvm_mmu_memory_cache *mc = arg; in stage2_memcache_zalloc_page()
1144 struct kvm_mmu_memory_cache cache = { .gfp_zero = __GFP_ZERO }; in kvm_phys_addr_ioremap()
H A Dpkvm.c448 struct kvm_mmu_memory_cache *mc) in pkvm_pgtable_stage2_split()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c1003 static int pte_list_add(struct kvm *kvm, struct kvm_mmu_memory_cache *cache, in pte_list_add()
1676 struct kvm_mmu_memory_cache *cache, in __rmap_add()
1702 struct kvm_mmu_memory_cache *cache = &vcpu->arch.mmu_pte_list_desc_cache; in rmap_add()
1832 struct kvm_mmu_memory_cache *cache, in mmu_page_add_parent_pte()
2331 struct kvm_mmu_memory_cache *page_header_cache;
2332 struct kvm_mmu_memory_cache *shadow_page_cache;
2333 struct kvm_mmu_memory_cache *shadowed_info_cache;
2536 struct kvm_mmu_memory_cache *cache, u64 *sptep, in __link_shadow_page()
6867 static inline bool need_topup(struct kvm_mmu_memory_cache *cache, int min) in need_topup()
6952 struct kvm_mmu_memory_cache *cache = &kvm->arch.split_desc_cache; in shadow_mmu_split_huge_page()
/linux/virt/kvm/
H A Dkvm_main.c348 static inline void *mmu_memory_cache_alloc_obj(struct kvm_mmu_memory_cache *mc, in mmu_memory_cache_alloc_obj()
364 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min) in __kvm_mmu_topup_memory_cache()
403 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min) in kvm_mmu_topup_memory_cache()
408 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_nr_free_objects()
413 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc) in kvm_mmu_free_memory_cache()
428 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_alloc()
/linux/arch/mips/include/asm/
H A Dkvm_host.h348 struct kvm_mmu_memory_cache mmu_page_cache;