Searched refs:SVM_NPT_ENABLED (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/ | ||
H A D | svm.h | 142 #define SVM_NPT_ENABLED (1 << 0) macro |
/openbmc/qemu/target/i386/tcg/sysemu/ | ||
H A D | svm_helper.c | 292 if (nested_ctl & SVM_NPT_ENABLED) { in helper_vmrun() |