Home
last modified time | relevance | path

Searched refs:whpx_enabled (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dwhpx.h22 int whpx_enabled(void);
27 #define whpx_enabled() (0) macro
/openbmc/qemu/target/i386/
H A Dhelper.c549 if (kvm_enabled() || whpx_enabled() || nvmm_enabled()) { in cpu_report_tpr_access()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c2703 int whpx_enabled(void) in whpx_enabled() function