Searched refs:cpu_svm_check_intercept_param (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/target/i386/tcg/ |
| H A D | misc_helper.c | 54 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 D | excp_helper.c | 98 cpu_svm_check_intercept_param(env, SVM_EXIT_EXCP_BASE + intno, in raise_interrupt2() 102 cpu_svm_check_intercept_param(env, SVM_EXIT_SWINT, 0, retaddr); in raise_interrupt2()
|
| H A D | tcg-cpu.c | 148 cpu_svm_check_intercept_param(env, SVM_EXIT_INIT, 0, 0); in x86_cpu_exec_reset()
|
| /openbmc/qemu/target/i386/tcg/system/ |
| H A D | seg_helper.c | 189 cpu_svm_check_intercept_param(env, SVM_EXIT_SMI, 0, 0); in x86_cpu_exec_interrupt() 194 cpu_svm_check_intercept_param(env, SVM_EXIT_NMI, 0, 0); in x86_cpu_exec_interrupt() 204 cpu_svm_check_intercept_param(env, SVM_EXIT_INTR, 0, 0); in x86_cpu_exec_interrupt() 213 cpu_svm_check_intercept_param(env, SVM_EXIT_VINTR, 0, 0); in x86_cpu_exec_interrupt()
|
| H A D | misc_helper.c | 137 cpu_svm_check_intercept_param(env, SVM_EXIT_MSR, 1, GETPC()); in helper_wrmsr() 334 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 D | svm_helper.c | 180 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/target/i386/ |
| H A D | cpu.h | 2809 cpu_svm_check_intercept_param(CPUX86State *env1, uint32_t type, in cpu_svm_check_intercept_param() function 2816 void cpu_svm_check_intercept_param(CPUX86State *env1, uint32_t type,
|