Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1463 #define SPLIT_DESC_CACHE_MIN_NR_OBJECTS (SPTE_ENT_PER_PAGE + 1) macro
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu.c6309 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) || in need_topup_split_caches_or_resched()
6329 const int capacity = SPLIT_DESC_CACHE_MIN_NR_OBJECTS + in topup_split_caches()
6336 SPLIT_DESC_CACHE_MIN_NR_OBJECTS); in topup_split_caches()