Symbol: kvm_mmu_memory_cache
arch/arm64/include/asm/kvm_host.h
194
struct kvm_mmu_memory_cache split_page_cache;
arch/arm64/include/asm/kvm_host.h
923
struct kvm_mmu_memory_cache mmu_page_cache;
arch/arm64/include/asm/kvm_pgtable.h
828
struct kvm_mmu_memory_cache *mc);
arch/arm64/include/asm/kvm_pkvm.h
219
struct kvm_mmu_memory_cache *mc);
arch/arm64/kvm/hyp/pgtable.c
1496
struct kvm_mmu_memory_cache *mc = ctx->arg;
arch/arm64/kvm/hyp/pgtable.c
1561
struct kvm_mmu_memory_cache *mc)
arch/arm64/kvm/mmu.c
108
struct kvm_mmu_memory_cache *cache;
arch/arm64/kvm/mmu.c
1210
struct kvm_mmu_memory_cache cache = { .gfp_zero = __GFP_ZERO };
arch/arm64/kvm/mmu.c
123
struct kvm_mmu_memory_cache *cache;
arch/arm64/kvm/mmu.c
199
struct kvm_mmu_memory_cache *mc = arg;
arch/arm64/kvm/pkvm.c
576
struct kvm_mmu_memory_cache *mc)
arch/loongarch/include/asm/kvm_host.h
233
struct kvm_mmu_memory_cache mmu_page_cache;
arch/loongarch/kvm/mmu.c
150
struct kvm_mmu_memory_cache *cache,
arch/loongarch/kvm/mmu.c
733
struct kvm_mmu_memory_cache *memcache;
arch/loongarch/kvm/mmu.c
782
struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache;
arch/mips/include/asm/kvm_host.h
348
struct kvm_mmu_memory_cache mmu_page_cache;
arch/mips/kvm/mmu.c
104
static pte_t *kvm_mips_walk_pgd(pgd_t *pgd, struct kvm_mmu_memory_cache *cache,
arch/mips/kvm/mmu.c
143
struct kvm_mmu_memory_cache *cache,
arch/mips/kvm/mmu.c
552
struct kvm_mmu_memory_cache *memcache = &vcpu->arch.mmu_page_cache;
arch/riscv/include/asm/kvm_gstage.h
54
struct kvm_mmu_memory_cache *pcache,
arch/riscv/include/asm/kvm_gstage.h
62
struct kvm_mmu_memory_cache *pcache,
arch/riscv/include/asm/kvm_gstage.h
68
struct kvm_mmu_memory_cache *pcache,
arch/riscv/include/asm/kvm_host.h
244
struct kvm_mmu_memory_cache mmu_page_cache;
arch/riscv/kvm/gstage.c
143
struct kvm_mmu_memory_cache *pcache,
arch/riscv/kvm/gstage.c
208
struct kvm_mmu_memory_cache *pcache,
arch/riscv/kvm/gstage.c
311
struct kvm_mmu_memory_cache *pcache,
arch/riscv/kvm/mmu.c
45
struct kvm_mmu_memory_cache pcache = {
arch/riscv/kvm/mmu.c
548
struct kvm_mmu_memory_cache *pcache = &vcpu->arch.mmu_page_cache;
arch/x86/include/asm/kvm_host.h
1668
struct kvm_mmu_memory_cache split_shadow_page_cache;
arch/x86/include/asm/kvm_host.h
1669
struct kvm_mmu_memory_cache split_page_header_cache;
arch/x86/include/asm/kvm_host.h
1681
struct kvm_mmu_memory_cache split_desc_cache;
arch/x86/include/asm/kvm_host.h
890
struct kvm_mmu_memory_cache mmu_pte_list_desc_cache;
arch/x86/include/asm/kvm_host.h
891
struct kvm_mmu_memory_cache mmu_shadow_page_cache;
arch/x86/include/asm/kvm_host.h
892
struct kvm_mmu_memory_cache mmu_shadowed_info_cache;
arch/x86/include/asm/kvm_host.h
893
struct kvm_mmu_memory_cache mmu_page_header_cache;
arch/x86/include/asm/kvm_host.h
898
struct kvm_mmu_memory_cache mmu_external_spt_cache;
arch/x86/kvm/mmu/mmu.c
1036
static int pte_list_add(struct kvm *kvm, struct kvm_mmu_memory_cache *cache,
arch/x86/kvm/mmu/mmu.c
1696
struct kvm_mmu_memory_cache *cache,
arch/x86/kvm/mmu/mmu.c
1722
struct kvm_mmu_memory_cache *cache = &vcpu->arch.mmu_pte_list_desc_cache;
arch/x86/kvm/mmu/mmu.c
1852
struct kvm_mmu_memory_cache *cache,
arch/x86/kvm/mmu/mmu.c
2351
struct kvm_mmu_memory_cache *page_header_cache;
arch/x86/kvm/mmu/mmu.c
2352
struct kvm_mmu_memory_cache *shadow_page_cache;
arch/x86/kvm/mmu/mmu.c
2353
struct kvm_mmu_memory_cache *shadowed_info_cache;
arch/x86/kvm/mmu/mmu.c
2576
struct kvm_mmu_memory_cache *cache, u64 *sptep,
arch/x86/kvm/mmu/mmu.c
7092
static inline bool need_topup(struct kvm_mmu_memory_cache *cache, int min)
arch/x86/kvm/mmu/mmu.c
7177
struct kvm_mmu_memory_cache *cache = &kvm->arch.split_desc_cache;
include/linux/kvm_host.h
1558
int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min);
include/linux/kvm_host.h
1559
int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min);
include/linux/kvm_host.h
1560
int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc);
include/linux/kvm_host.h
1561
void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc);
include/linux/kvm_host.h
1562
void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc);
virt/kvm/kvm_main.c
348
static inline void *mmu_memory_cache_alloc_obj(struct kvm_mmu_memory_cache *mc,
virt/kvm/kvm_main.c
364
int __kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int capacity, int min)
virt/kvm/kvm_main.c
403
int kvm_mmu_topup_memory_cache(struct kvm_mmu_memory_cache *mc, int min)
virt/kvm/kvm_main.c
408
int kvm_mmu_memory_cache_nr_free_objects(struct kvm_mmu_memory_cache *mc)
virt/kvm/kvm_main.c
413
void kvm_mmu_free_memory_cache(struct kvm_mmu_memory_cache *mc)
virt/kvm/kvm_main.c
428
void *kvm_mmu_memory_cache_alloc(struct kvm_mmu_memory_cache *mc)