Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dsvm.h157 uint32_t intercept_exceptions; member
H A Dmachine.c1714 VMSTATE_UINT32(env.intercept_exceptions, X86CPU),
H A Dcpu.h2034 uint32_t intercept_exceptions; member
/openbmc/qemu/target/i386/tcg/system/
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.c645 if (env->intercept_exceptions & (1 << err.exception_index)) { in x86_cpu_tlb_fill()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-flask-cors/
H A DCVE-2024-6221.patch65 intercept_exceptions=True,