Home
last modified time | relevance | path

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

/qemu/target/i386/
H A Dsvm.h160 uint64_t iopm_base_pa; member
/qemu/target/i386/tcg/system/
H A Dsvm_helper.c272 uint64_t iopm_base_pa = x86_ldq_phys(cs, env->vm_vmcb + in helper_vmrun() local
273 offsetof(struct vmcb, control.iopm_base_pa)); in helper_vmrun()
279 if ((iopm_base_pa & ~0xfff) >= (1ull << cpu->phys_bits) - SVM_IOPM_SIZE) { in helper_vmrun()
713 offsetof(struct vmcb, control.iopm_base_pa)); in helper_svm_check_io()