kvm_cpu_has_npt
return kvm_cpu_has_ept() || kvm_cpu_has_npt();
TEST_ASSERT(kvm_cpu_has_npt(), "KVM doesn't supported nested NPT");