Searched defs:helper_svm_check_intercept_param (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c1812 helper_svm_check_intercept_param(SVM_EXIT_EXCP_BASE + intno, error_code);
1815 helper_svm_check_intercept_param(SVM_EXIT_SWINT, 0);
2441 helper_svm_check_intercept_param(SVM_EXIT_CPUID, 0);
3633 helper_svm_check_intercept_param(SVM_EXIT_READ_CR0 + reg, 0);
3655 helper_svm_check_intercept_param(SVM_EXIT_WRITE_CR0 + reg, 0);
3734 helper_svm_check_intercept_param(SVM_EXIT_INVLPG, 0);
3745 helper_svm_check_intercept_param(SVM_EXIT_RDTSC, 0);
3780 helper_svm_check_intercept_param(SVM_EXIT_RDPMC, 0);
3800 helper_svm_check_intercept_param(SVM_EXIT_MSR, 1);
3949 helper_svm_check_intercept_param(SVM_EXIT_MS
6369 void helper_svm_check_intercept_param(uint32_t type, uint64_t param) function
6695 void helper_svm_check_intercept_param(uint32_t type, uint64_t param) function
[all...]

Completed in 47 milliseconds