Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/mmu/
Dmmu.c3446 BUILD_BUG_ON(KVM_MMU_NUM_PREV_ROOTS >= BITS_PER_LONG); in kvm_mmu_free_roots()
3453 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()
3458 if (i == KVM_MMU_NUM_PREV_ROOTS) in kvm_mmu_free_roots()
3464 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()
3503 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in kvm_mmu_free_guest_mode_roots()
3925 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_sync_prev_roots()
4387 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in cached_root_find_and_keep_current()
4418 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in cached_root_find_without_current()
4427 for (; i < KVM_MMU_NUM_PREV_ROOTS - 1; i++) in cached_root_find_without_current()
5364 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in __kvm_mmu_free_obsolete_roots()
[all …]
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h417 #define KVM_MMU_NUM_PREV_ROOTS 3 macro
453 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/Linux-v6.1/arch/x86/kvm/vmx/
Dnested.c358 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in nested_ept_invalidate_addr()
5647 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in handle_invept()
/Linux-v6.1/arch/x86/kvm/
Dx86.c1233 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_invalidate_pcid()