Searched refs:KVM_MMU_ROOT_PREVIOUS (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3609 if ((roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) &&
3623 if (roots_to_free & KVM_MMU_ROOT_PREVIOUS(i))
3676 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
4082 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
5682 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
5975 if (roots & KVM_MMU_ROOT_PREVIOUS(i))
6011 roots |= KVM_MMU_ROOT_PREVIOUS(i);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h433 #define KVM_MMU_ROOT_PREVIOUS(i) BIT(1+i) macro
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c401 roots |= KVM_MMU_ROOT_PREVIOUS(i);
5765 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
/linux-master/arch/x86/kvm/
H A Dx86.c1261 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);

Completed in 187 milliseconds