Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dsvm.h150 #define SVM_IOPM_SIZE ((1ULL << 13) + 1) macro
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c279 if ((iopm_base_pa & ~0xfff) >= (1ull << cpu->phys_bits) - SVM_IOPM_SIZE) { in helper_vmrun()