Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dkvm_types.h71 struct kvm_mmu_memory_cache { struct
Dkvm_host.h981 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min);
982 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc);
983 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc);
984 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
/Linux-v5.15/arch/mips/kvm/
Dmmu.c104 static pte_t *kvm_mips_walk_pgd(pgd_t *pgd, struct kvm_mmu_memory_cache *cache, in kvm_mips_walk_pgd()
144 struct kvm_mmu_memory_cache *cache, in kvm_mips_pte_for_gpa()
592 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_mips_map_page()
/Linux-v5.15/arch/x86/kvm/mmu/
Dmmu_internal.h172 void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
Dmmu.c1068 struct kvm_mmu_memory_cache *mc; in rmap_can_add()
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h681 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache;
682 struct kvm_mmu_memory_cache mmu_shadow_page_cache;
683 struct kvm_mmu_memory_cache mmu_gfn_array_cache;
684 struct kvm_mmu_memory_cache mmu_page_header_cache;
/Linux-v5.15/arch/arm64/kvm/
Dmmu.c94 struct kvm_mmu_memory_cache *mc = arg; in stage2_memcache_zalloc_page()
647 struct kvm_mmu_memory_cache cache = { 0, __GFP_ZERO, NULL, }; in kvm_phys_addr_ioremap()
953 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in user_mem_abort()
/Linux-v5.15/arch/arm64/include/asm/
Dkvm_host.h363 struct kvm_mmu_memory_cache mmu_page_cache;
/Linux-v5.15/arch/mips/include/asm/
Dkvm_host.h349 struct kvm_mmu_memory_cache mmu_page_cache;
/Linux-v5.15/virt/kvm/
Dkvm_main.c355 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 min) in kvm_mmu_topup_memory_cache()
381 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_nr_free_objects()
386 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc) in kvm_mmu_free_memory_cache()
396 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_alloc()