Searched refs:gen_svm_check_intercept (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 1933 static void gen_svm_check_intercept(DisasContext *s, uint32_t type) in gen_svm_check_intercept() function 2954 gen_svm_check_intercept(s, SVM_EXIT_LDTR_READ); in gen_multi0F() 2964 gen_svm_check_intercept(s, SVM_EXIT_LDTR_WRITE); in gen_multi0F() 2976 gen_svm_check_intercept(s, SVM_EXIT_TR_READ); in gen_multi0F() 2986 gen_svm_check_intercept(s, SVM_EXIT_TR_WRITE); in gen_multi0F() 3016 gen_svm_check_intercept(s, SVM_EXIT_GDTR_READ); in gen_multi0F() 3072 gen_svm_check_intercept(s, SVM_EXIT_IDTR_READ); in gen_multi0F() 3100 gen_svm_check_intercept(s, SVM_EXIT_XSETBV); in gen_multi0F() 3195 gen_svm_check_intercept(s, SVM_EXIT_SKINIT); in gen_multi0F() 3206 gen_svm_check_intercept(s, SVM_EXIT_INVLPGA); in gen_multi0F() [all …]
|