Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dmisc_helper.c54 cpu_svm_check_intercept_param(env, SVM_EXIT_CPUID, 0, GETPC()); in helper_cpuid()
71 cpu_svm_check_intercept_param(env, SVM_EXIT_RDTSC, 0, GETPC()); in helper_rdtsc()
84 cpu_svm_check_intercept_param(env, SVM_EXIT_RDPMC, 0, GETPC()); in helper_rdpmc()
H A Dexcp_helper.c99 cpu_svm_check_intercept_param(env, SVM_EXIT_EXCP_BASE + intno, in raise_interrupt2()
103 cpu_svm_check_intercept_param(env, SVM_EXIT_SWINT, 0, retaddr); in raise_interrupt2()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dseg_helper.c188 cpu_svm_check_intercept_param(env, SVM_EXIT_SMI, 0, 0); in x86_cpu_exec_interrupt()
193 cpu_svm_check_intercept_param(env, SVM_EXIT_NMI, 0, 0); in x86_cpu_exec_interrupt()
203 cpu_svm_check_intercept_param(env, SVM_EXIT_INTR, 0, 0); in x86_cpu_exec_interrupt()
212 cpu_svm_check_intercept_param(env, SVM_EXIT_VINTR, 0, 0); in x86_cpu_exec_interrupt()
H A Dmisc_helper.c136 cpu_svm_check_intercept_param(env, SVM_EXIT_MSR, 1, GETPC()); in helper_wrmsr()
333 cpu_svm_check_intercept_param(env, SVM_EXIT_MSR, 0, GETPC()); in helper_rdmsr()
525 cpu_svm_check_intercept_param(env, SVM_EXIT_MONITOR, 0, GETPC()); in helper_monitor()
535 cpu_svm_check_intercept_param(env, SVM_EXIT_MWAIT, 0, GETPC()); in helper_mwait()
H A Dsvm_helper.c180 cpu_svm_check_intercept_param(env, SVM_EXIT_VMRUN, 0, GETPC()); in helper_vmrun()
473 cpu_svm_check_intercept_param(env, SVM_EXIT_VMMCALL, 0, GETPC()); in helper_vmmcall()
493 cpu_svm_check_intercept_param(env, SVM_EXIT_VMLOAD, 0, GETPC()); in helper_vmload()
554 cpu_svm_check_intercept_param(env, SVM_EXIT_VMSAVE, 0, GETPC()); in helper_vmsave()
591 cpu_svm_check_intercept_param(env, SVM_EXIT_STGI, 0, GETPC()); in helper_stgi()
603 cpu_svm_check_intercept_param(env, SVM_EXIT_CLGI, 0, GETPC()); in helper_clgi()
650 void cpu_svm_check_intercept_param(CPUX86State *env, uint32_t type, in cpu_svm_check_intercept_param() function
702 cpu_svm_check_intercept_param(env, type, 0, GETPC()); in helper_svm_check_intercept()
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c836 cpu_svm_check_intercept_param(env, SVM_EXIT_INIT, 0, 0); in cpu_handle_interrupt()
/openbmc/qemu/target/i386/
H A Dcpu.h2644 cpu_svm_check_intercept_param(CPUX86State *env1, uint32_t type, in cpu_svm_check_intercept_param() function
2651 void cpu_svm_check_intercept_param(CPUX86State *env1, uint32_t type,