Home
last modified time | relevance | path

Searched refs:helper_svm_check_intercept_param (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-i386/
Dmisc_helper.c120 helper_svm_check_intercept_param(env, SVM_EXIT_CPUID, 0); in helper_cpuid()
147 helper_svm_check_intercept_param(env, SVM_EXIT_READ_CR0 + reg, 0); in helper_read_crN()
165 helper_svm_check_intercept_param(env, SVM_EXIT_WRITE_CR0 + reg, 0); in helper_write_crN()
217 helper_svm_check_intercept_param(env, SVM_EXIT_INVLPG, 0); in helper_invlpg()
228 helper_svm_check_intercept_param(env, SVM_EXIT_RDTSC, 0); in helper_rdtsc()
240 helper_svm_check_intercept_param(env, SVM_EXIT_RDPMC, 0); in helper_rdpmc()
259 helper_svm_check_intercept_param(env, SVM_EXIT_MSR, 1); in helper_wrmsr()
391 helper_svm_check_intercept_param(env, SVM_EXIT_MSR, 0); in helper_rdmsr()
529 helper_svm_check_intercept_param(env, SVM_EXIT_HLT, 0); in helper_hlt()
540 helper_svm_check_intercept_param(env, SVM_EXIT_MONITOR, 0); in helper_monitor()
[all …]
Dexcp_helper.c96 helper_svm_check_intercept_param(env, SVM_EXIT_EXCP_BASE + intno, error_code); in raise_interrupt()
99 helper_svm_check_intercept_param(env, SVM_EXIT_SWINT, 0); in raise_interrupt()
Dsvm_helper.c60 void helper_svm_check_intercept_param(CPUX86State *env, in helper_svm_check_intercept_param() function
115 helper_svm_check_intercept_param(env, SVM_EXIT_VMRUN, 0); in helper_vmrun()
284 helper_svm_check_intercept_param(env, SVM_EXIT_VMMCALL, 0); in helper_vmmcall()
291 helper_svm_check_intercept_param(env, SVM_EXIT_VMLOAD, 0); in helper_vmload()
326 helper_svm_check_intercept_param(env, SVM_EXIT_VMSAVE, 0); in helper_vmsave()
360 helper_svm_check_intercept_param(env, SVM_EXIT_STGI, 0); in helper_stgi()
366 helper_svm_check_intercept_param(env, SVM_EXIT_CLGI, 0); in helper_clgi()
372 helper_svm_check_intercept_param(env, SVM_EXIT_SKINIT, 0); in helper_skinit()
380 helper_svm_check_intercept_param(env, SVM_EXIT_INVLPGA, 0); in helper_invlpga()
392 void helper_svm_check_intercept_param(CPUX86State *env, in helper_svm_check_intercept_param() function
[all …]