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

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h436 #define KVM_MMU_ROOT_PREVIOUS(i) BIT(1+i) macro
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c3576 if ((roots_to_free & KVM_MMU_ROOT_PREVIOUS(i)) &&
3590 if (roots_to_free & KVM_MMU_ROOT_PREVIOUS(i))
3643 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
4049 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
5681 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
5984 if (roots & KVM_MMU_ROOT_PREVIOUS(i))
6020 roots |= KVM_MMU_ROOT_PREVIOUS(i);
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c401 roots |= KVM_MMU_ROOT_PREVIOUS(i);
5787 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
/linux-master/arch/x86/kvm/
H A Dx86.c1264 roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);

Completed in 311 milliseconds