Home
last modified time | relevance | path

Searched refs:mmu_shadowed_info_cache (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h837 struct kvm_mmu_memory_cache mmu_shadowed_info_cache; member
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c613 r = kvm_mmu_topup_memory_cache(&vcpu->arch.mmu_shadowed_info_cache, in mmu_topup_memory_caches()
626 kvm_mmu_free_memory_cache(&vcpu->arch.mmu_shadowed_info_cache); in mmu_free_memory_caches()
2379 .shadowed_info_cache = &vcpu->arch.mmu_shadowed_info_cache, in kvm_mmu_get_shadow_page()