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

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c6437 static inline bool need_topup(struct kvm_mmu_memory_cache *cache, int min) function
6452 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) ||
6453 need_topup(&kvm->arch.split_page_header_cache, 1) ||
6454 need_topup(&kvm->arch.split_shadow_page_cache, 1);

Completed in 146 milliseconds