Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c269 if (CC(!nested_svm_check_bitmap_pa(vcpu, control->iopm_base_pa, in __nested_vmcb_check_controls()
343 to->iopm_base_pa = from->iopm_base_pa; in __nested_copy_vmcb_control_to_cache()
368 to->iopm_base_pa &= ~0x0fffULL; in __nested_copy_vmcb_control_to_cache()
671 vmcb02->control.iopm_base_pa = vmcb01->control.iopm_base_pa; in nested_vmcb02_prepare_control()
1291 gpa = svm->nested.ctl.iopm_base_pa + (port / 8); in nested_svm_intercept_ioio()
1555 dst->iopm_base_pa = from->iopm_base_pa; in nested_copy_vmcb_cache_to_control()
H A Dsvm.h130 u64 iopm_base_pa; member
H A Dsvm.c1319 control->iopm_base_pa = __sme_set(iopm_base); in init_vmcb()
3375 pr_err("%-20s%016llx\n", "iopm_base_pa:", control->iopm_base_pa); in dump_vmcb()
/openbmc/qemu/target/i386/
H A Dsvm.h160 uint64_t iopm_base_pa; member
/openbmc/qemu/target/i386/tcg/sysemu/
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()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h91 u64 iopm_base_pa; member
/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h127 u64 iopm_base_pa; member