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

/external/qemu/target-i386/
H A Dop_helper.c1338 helper_svm_check_intercept_param(SVM_EXIT_EXCP_BASE + intno, error_code);
1341 helper_svm_check_intercept_param(SVM_EXIT_SWINT, 0);
1942 helper_svm_check_intercept_param(SVM_EXIT_CPUID, 0);
2912 helper_svm_check_intercept_param(SVM_EXIT_READ_CR0 + reg, 0);
2930 helper_svm_check_intercept_param(SVM_EXIT_WRITE_CR0 + reg, 0);
2988 helper_svm_check_intercept_param(SVM_EXIT_INVLPG, 0);
2999 helper_svm_check_intercept_param(SVM_EXIT_RDTSC, 0);
3011 helper_svm_check_intercept_param(SVM_EXIT_RDPMC, 0);
3030 helper_svm_check_intercept_param(SVM_EXIT_MSR, 1);
3162 helper_svm_check_intercept_param(SVM_EXIT_MS
4891 void helper_svm_check_intercept_param(uint32_t type, uint64_t param) function
5217 void helper_svm_check_intercept_param(uint32_t type, uint64_t param) function
[all...]

Completed in 51 milliseconds