Searched refs:KVM_MMU_NUM_PREV_ROOTS (Results 1 – 3 of 3) sorted by relevance
3490 BUILD_BUG_ON(KVM_MMU_NUM_PREV_ROOTS >= BITS_PER_LONG); in kvm_mmu_free_roots()3494 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()3499 if (i == KVM_MMU_NUM_PREV_ROOTS) in kvm_mmu_free_roots()3505 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()4135 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in cached_root_available()4146 return i < KVM_MMU_NUM_PREV_ROOTS; in cached_root_available()4935 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_init_mmu()5334 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_invlpg()5354 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in kvm_mmu_invpcid_gva()5426 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_create()
9164 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in handle_invpcid()
338 #define KVM_MMU_NUM_PREV_ROOTS 3 macro368 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];