Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkvm_types.h71 struct kvm_mmu_memory_cache { struct
H A Dkvm_host.h871 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min);
872 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc);
873 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc);
874 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
/OK3568_Linux_fs/kernel/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()
144 struct kvm_mmu_memory_cache *cache, in kvm_mips_pte_for_gpa()
666 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_mips_map_page()
762 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_trap_emul_pte_for_gva()
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu_internal.h144 void *mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
H A Dmmu.c959 struct kvm_mmu_memory_cache *mc; in rmap_can_add()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h594 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache;
595 struct kvm_mmu_memory_cache mmu_shadow_page_cache;
596 struct kvm_mmu_memory_cache mmu_gfn_array_cache;
597 struct kvm_mmu_memory_cache mmu_page_header_cache;
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dmmu.c93 struct kvm_mmu_memory_cache *mc = arg; in stage2_memcache_zalloc_page()
587 struct kvm_mmu_memory_cache cache = { 0, __GFP_ZERO, NULL, }; in kvm_phys_addr_ioremap()
834 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in user_mem_abort()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_host.h351 struct kvm_mmu_memory_cache mmu_page_cache;
/OK3568_Linux_fs/kernel/virt/kvm/
H A Dkvm_main.c354 static inline void *mmu_memory_cache_alloc_obj(struct kvm_mmu_memory_cache *mc, in mmu_memory_cache_alloc_obj()
365 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min) in kvm_mmu_topup_memory_cache()
380 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_nr_free_objects()
385 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc) in kvm_mmu_free_memory_cache()
395 void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_alloc()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dkvm_host.h412 struct kvm_mmu_memory_cache mmu_page_cache;