Searched refs:kvm_mmu_memory_cache (Results 1 – 12 of 12) sorted by relevance
/linux/arch/riscv/include/asm/ |
H A D | kvm_gstage.h | 47 struct kvm_mmu_memory_cache *pcache, 51 struct kvm_mmu_memory_cache *pcache,
|
H A D | kvm_host.h | 254 struct kvm_mmu_memory_cache mmu_page_cache;
|
/linux/include/linux/ |
H A D | kvm_types.h | 86 struct kvm_mmu_memory_cache { struct
|
/linux/arch/mips/kvm/ |
H A 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() 552 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_mips_map_page()
|
/linux/arch/riscv/kvm/ |
H A D | gstage.c | 125 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 D | kvm_host.h | 850 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 D | kvm_pkvm.h | 195 struct kvm_mmu_memory_cache *mc);
|
/linux/arch/arm64/kvm/ |
H A D | mmu.c | 107 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 D | pkvm.c | 448 struct kvm_mmu_memory_cache *mc) in pkvm_pgtable_stage2_split()
|
/linux/arch/x86/kvm/mmu/ |
H A D | mmu.c | 1003 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 D | kvm_main.c | 348 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 D | kvm_host.h | 348 struct kvm_mmu_memory_cache mmu_page_cache;
|