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.c6448 * In the worst case, SPLIT_DESC_CACHE_MIN_NR_OBJECTS descriptors are needed
6452 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) ||
6472 const int capacity = SPLIT_DESC_CACHE_MIN_NR_OBJECTS +
6479 SPLIT_DESC_CACHE_MIN_NR_OBJECTS);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1515 #define SPLIT_DESC_CACHE_MIN_NR_OBJECTS (SPTE_ENT_PER_PAGE + 1) macro

Completed in 206 milliseconds