Searched refs:SPLIT_DESC_CACHE_MIN_NR_OBJECTS (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c6461 * In the worst case, SPLIT_DESC_CACHE_MIN_NR_OBJECTS descriptors are needed
6465 return need_topup(&kvm->arch.split_desc_cache, SPLIT_DESC_CACHE_MIN_NR_OBJECTS) ||
6485 const int capacity = SPLIT_DESC_CACHE_MIN_NR_OBJECTS +
6492 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 260 milliseconds