Home
last modified time | relevance | path

Searched refs:intercept_exceptions (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c101 ctrl->intercept_exceptions = INTERCEPT_SS_GP_DF; in l1_svm_code()
105 ctrl->intercept_exceptions = INTERCEPT_SS_DF; in l1_svm_code()
108 ctrl->intercept_exceptions = INTERCEPT_SS; in l1_svm_code()
H A Dsvm_nested_soft_inject_test.c93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
/openbmc/qemu/target/i386/
H A Dsvm.h157 uint32_t intercept_exceptions; member
H A Dmachine.c1715 VMSTATE_UINT32(env.intercept_exceptions, X86CPU),
H A Dcpu.h1935 uint32_t intercept_exceptions; member
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c252 env->intercept_exceptions = x86_ldl_phys(cs, env->vm_vmcb + in helper_vmrun()
254 control.intercept_exceptions in helper_vmrun()
637 if (env->intercept_exceptions & (1 << (type - SVM_EXIT_EXCP_BASE))) { in cpu_svm_has_intercept()
824 env->intercept_exceptions = 0; in do_vmexit()
H A Dexcp_helper.c641 if (env->intercept_exceptions & (1 << err.exception_index)) { in x86_cpu_tlb_fill()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h86 u32 intercept_exceptions; member
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors/
H A DCVE-2024-6221.patch65 intercept_exceptions=True,