Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/mmu/
Dmmu.c6104 static inline bool need_topup(struct kvm_mmu_memory_cache *cache, int min) in need_topup() function
6119 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) || in need_topup_split_caches_or_resched()
6120 need_topup(&kvm->arch.split_page_header_cache, 1) || in need_topup_split_caches_or_resched()
6121 need_topup(&kvm->arch.split_shadow_page_cache, 1); in need_topup_split_caches_or_resched()