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/
A Dmmu.c3268 BUILD_BUG_ON(KVM_MMU_NUM_PREV_ROOTS >= BITS_PER_LONG); in kvm_mmu_free_roots()
3272 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()
3277 if (i == KVM_MMU_NUM_PREV_ROOTS) in kvm_mmu_free_roots()
3283 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()
3323 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in kvm_mmu_free_guest_mode_roots()
3729 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_sync_prev_roots()
4165 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in cached_root_available()
4175 return i < KVM_MMU_NUM_PREV_ROOTS; in cached_root_available()
5389 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_invalidate_gva()
5416 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in kvm_mmu_invpcid_gva()
[all …]
/linux/arch/x86/include/asm/
A Dkvm_host.h405 #define KVM_MMU_NUM_PREV_ROOTS 3 macro
437 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/linux/arch/x86/kvm/vmx/
A Dnested.c350 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in nested_ept_invalidate_addr()
5421 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in handle_invept()
/linux/arch/x86/kvm/
A Dx86.c1124 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_invalidate_pcid()

Completed in 51 milliseconds