Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c6796 static inline bool need_topup(struct kvm_mmu_memory_cache *cache, int min) in need_topup() function
6811 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) || in need_topup_split_caches_or_resched()
6812 need_topup(&kvm->arch.split_page_header_cache, 1) || in need_topup_split_caches_or_resched()
6813 need_topup(&kvm->arch.split_shadow_page_cache, 1); in need_topup_split_caches_or_resched()