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

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h433 #define KVM_MMU_NUM_PREV_ROOTS 3 macro
437 #define KVM_MMU_ROOTS_ALL (BIT(1 + KVM_MMU_NUM_PREV_ROOTS) - 1)
472 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3568 BUILD_BUG_ON(KVM_MMU_NUM_PREV_ROOTS >= BITS_PER_LONG);
3575 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)
3580 if (i == KVM_MMU_NUM_PREV_ROOTS)
3589 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)
3636 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) {
4047 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)
4698 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) {
4729 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)
4738 for (; i < KVM_MMU_NUM_PREV_ROOTS - 1; i++)
5679 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS;
[all...]
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c396 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) {
5783 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) {
/linux-master/arch/x86/kvm/
H A Dx86.c1262 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++)

Completed in 278 milliseconds