Searched refs:kvm_mmu_memory_cache (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/ |
H A D | kvm_types.h | 86 struct kvm_mmu_memory_cache { struct
|
/linux/arch/riscv/kvm/ |
H A 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() 600 struct kvm_mmu_memory_cache *pcache = &vcpu->arch.mmu_page_cache; in kvm_riscv_gstage_map()
|
/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() 561 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_mips_map_page()
|
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 811 struct kvm_mmu_memory_cache mmu_pte_list_desc_cache; 812 struct kvm_mmu_memory_cache mmu_shadow_page_cache; 813 struct kvm_mmu_memory_cache mmu_shadowed_info_cache; 814 struct kvm_mmu_memory_cache mmu_page_header_cache; 1524 struct kvm_mmu_memory_cache split_shadow_page_cache; 1525 struct kvm_mmu_memory_cache split_page_header_cache; 1537 struct kvm_mmu_memory_cache split_desc_cache;
|
/linux/arch/loongarch/kvm/ |
H A D | mmu.c | 150 struct kvm_mmu_memory_cache *cache, in kvm_populate_gpa() 749 struct kvm_mmu_memory_cache *memcache; in kvm_split_huge() 798 struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache; in kvm_map_page()
|
/linux/arch/loongarch/include/asm/ |
H A D | kvm_host.h | 210 struct kvm_mmu_memory_cache mmu_page_cache;
|
/linux/arch/riscv/include/asm/ |
H A D | kvm_host.h | 267 struct kvm_mmu_memory_cache mmu_page_cache;
|
/linux/arch/arm64/include/asm/ |
H A D | kvm_pgtable.h | 756 struct kvm_mmu_memory_cache *mc);
|
/linux/arch/arm64/kvm/hyp/ |
H A D | pgtable.c | 1447 struct kvm_mmu_memory_cache *mc = ctx->arg; in stage2_split_walker() 1512 struct kvm_mmu_memory_cache *mc) in kvm_pgtable_stage2_split()
|
/linux/virt/kvm/ |
H A D | kvm_main.c | 389 static inline void *mmu_memory_cache_alloc_obj(struct kvm_mmu_memory_cache *mc, in mmu_memory_cache_alloc_obj() 405 int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min) in __kvm_mmu_topup_memory_cache() 444 int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min) in kvm_mmu_topup_memory_cache() 449 int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc) in kvm_mmu_memory_cache_nr_free_objects() 454 void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc) in kvm_mmu_free_memory_cache() 469 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;
|