Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dmmu.c3165 BUILD_BUG_ON(KVM_MMU_NUM_PREV_ROOTS >= BITS_PER_LONG); in kvm_mmu_free_roots()
3169 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()
3174 if (i == KVM_MMU_NUM_PREV_ROOTS) in kvm_mmu_free_roots()
3180 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_free_roots()
3860 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in cached_root_available()
3870 return i < KVM_MMU_NUM_PREV_ROOTS; in cached_root_available()
4811 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_init_mmu()
5157 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_mmu_invalidate_gva()
5186 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in kvm_mmu_invpcid_gva()
5316 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in __kvm_mmu_create()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h339 #define KVM_MMU_NUM_PREV_ROOTS 3 macro
369 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c5423 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) { in handle_invept()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c11506 for (i = 0; i < KVM_MMU_NUM_PREV_ROOTS; i++) in kvm_handle_invpcid()