Searched refs:kvm_mmu_memory_cache (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/include/linux/ |
D | kvm_types.h | 93 struct kvm_mmu_memory_cache { struct
|
D | kvm_host.h | 1388 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min); 1389 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min); 1390 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc); 1391 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc); 1392 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
|
/linux-6.6.21/arch/riscv/kvm/ |
D | mmu.c | 138 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() 620 struct kvm_mmu_memory_cache *pcache = &vcpu->arch.mmu_page_cache; in kvm_riscv_gstage_map()
|
/linux-6.6.21/arch/mips/kvm/ |
D | mmu.c | 104 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() 591 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_mips_map_page()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | kvm_host.h | 785 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache; 786 struct kvm_mmu_memory_cache mmu_shadow_page_cache; 787 struct kvm_mmu_memory_cache mmu_shadowed_info_cache; 788 struct kvm_mmu_memory_cache mmu_page_header_cache; 1450 struct kvm_mmu_memory_cache split_shadow_page_cache; 1451 struct kvm_mmu_memory_cache split_page_header_cache; 1463 struct kvm_mmu_memory_cache split_desc_cache;
|
/linux-6.6.21/arch/arm64/kvm/ |
D | mmu.c | 102 struct kvm_mmu_memory_cache *cache; in need_split_memcache_topup_or_resched() 117 struct kvm_mmu_memory_cache *cache; in kvm_mmu_split_huge_pages() 190 struct kvm_mmu_memory_cache *mc = arg; in stage2_memcache_zalloc_page() 1069 struct kvm_mmu_memory_cache cache = { .gfp_zero = __GFP_ZERO }; in kvm_phys_addr_ioremap() 1404 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in user_mem_abort()
|
/linux-6.6.21/arch/x86/kvm/mmu/ |
D | mmu_internal.h | 345 void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
|
D | mmu.c | 927 static int pte_list_add(struct kvm_mmu_memory_cache *cache, u64 *spte, in pte_list_add() 1636 struct kvm_mmu_memory_cache *cache, in __rmap_add() 1662 struct kvm_mmu_memory_cache *cache = &vcpu->arch.mmu_pte_list_desc_cache; in rmap_add() 1748 static void mmu_page_add_parent_pte(struct kvm_mmu_memory_cache *cache, in mmu_page_add_parent_pte() 2225 struct kvm_mmu_memory_cache *page_header_cache; 2226 struct kvm_mmu_memory_cache *shadow_page_cache; 2227 struct kvm_mmu_memory_cache *shadowed_info_cache; 2424 struct kvm_mmu_memory_cache *cache, u64 *sptep, in __link_shadow_page() 6288 static inline bool need_topup(struct kvm_mmu_memory_cache *cache, int min) in need_topup() 6373 struct kvm_mmu_memory_cache *cache = &kvm->arch.split_desc_cache; in shadow_mmu_split_huge_page()
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | kvm_host.h | 237 struct kvm_mmu_memory_cache mmu_page_cache;
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | kvm_pgtable.h | 684 struct kvm_mmu_memory_cache *mc);
|
D | kvm_host.h | 176 struct kvm_mmu_memory_cache split_page_cache; 575 struct kvm_mmu_memory_cache mmu_page_cache;
|
/linux-6.6.21/arch/arm64/kvm/hyp/ |
D | pgtable.c | 1430 struct kvm_mmu_memory_cache *mc = ctx->arg; in stage2_split_walker() 1497 struct kvm_mmu_memory_cache *mc) in kvm_pgtable_stage2_split()
|
/linux-6.6.21/virt/kvm/ |
D | kvm_main.c | 403 static inline void *mmu_memory_cache_alloc_obj(struct kvm_mmu_memory_cache *mc, in mmu_memory_cache_alloc_obj() 414 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min) in __kvm_mmu_topup_memory_cache() 446 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min) in kvm_mmu_topup_memory_cache() 451 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_nr_free_objects() 456 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc) in kvm_mmu_free_memory_cache() 471 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_alloc()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | kvm_host.h | 348 struct kvm_mmu_memory_cache mmu_page_cache;
|