Searched refs:KVM_MMU_NUM_PREV_ROOTS (Results 1 – 3 of 3) sorted by relevance
3718 BUILD_BUG_ON(KVM_MMU_NUM_PREV_ROOTS >= BITS_PER_LONG); in kvm_mmu_free_roots()3722 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()3727 if (i == KVM_MMU_NUM_PREV_ROOTS) in kvm_mmu_free_roots()3733 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()4356 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in cached_root_available()4368 return i < KVM_MMU_NUM_PREV_ROOTS; in cached_root_available()5227 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_init_mmu()5616 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_invlpg()5636 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in kvm_mmu_invpcid_gva()5787 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_create()[all …]
372 #define KVM_MMU_NUM_PREV_ROOTS 3 macro403 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
5463 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in handle_invpcid()