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

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3601 BUILD_BUG_ON(KVM_MMU_NUM_PREV_ROOTS >= BITS_PER_LONG);
3608 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)
3613 if (i == KVM_MMU_NUM_PREV_ROOTS)
3622 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)
3669 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) {
4080 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)
4704 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) {
4735 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)
4744 for (; i < KVM_MMU_NUM_PREV_ROOTS - 1; i++)
5680 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS;
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h430 #define KVM_MMU_NUM_PREV_ROOTS 3 macro
434 #define KVM_MMU_ROOTS_ALL (BIT(1 + KVM_MMU_NUM_PREV_ROOTS) - 1)
469 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c396 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) {
5761 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) {
/linux-master/arch/x86/kvm/
H A Dx86.c1259 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)

Completed in 243 milliseconds