Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dsvm.h147 #define SVM_CR0_RESERVED_MASK 0xffffffff00000000U macro
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c310 if (new_cr0 & SVM_CR0_RESERVED_MASK) { in helper_vmrun()