Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/mmu/
H A Dmmu.c3578 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()
3583 if (i == KVM_MMU_NUM_PREV_ROOTS) in kvm_mmu_free_roots()
3592 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()
3639 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in kvm_mmu_free_guest_mode_roots()
4050 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_sync_prev_roots()
4706 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in cached_root_find_and_keep_current()
4737 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in cached_root_find_without_current()
4746 for (; i < KVM_MMU_NUM_PREV_ROOTS - 1; i++) in cached_root_find_without_current()
5687 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in __kvm_mmu_free_obsolete_roots()
6007 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in kvm_mmu_invalidate_addr()
[all …]
/linux/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/arch/x86/kvm/vmx/
H A Dnested.c396 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in nested_ept_invalidate_addr()
5786 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in handle_invept()
/linux/arch/x86/kvm/
H A Dx86.c1253 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_invalidate_pcid()