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

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c6485 * In the worst case, SPLIT_DESC_CACHE_MIN_NR_OBJECTS descriptors are needed
6489 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) ||
6509 const int capacity = SPLIT_DESC_CACHE_MIN_NR_OBJECTS +
6516 SPLIT_DESC_CACHE_MIN_NR_OBJECTS);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1519 #define SPLIT_DESC_CACHE_MIN_NR_OBJECTS (SPTE_ENT_PER_PAGE + 1) macro

Completed in 114 milliseconds