Home
last modified time | relevance | path

Searched refs:SVM_NPT_ENABLED (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/
H A Dsvm.h142 #define SVM_NPT_ENABLED (1 << 0) macro
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c292 if (nested_ctl & SVM_NPT_ENABLED) { in helper_vmrun()