target/i386: Tidy svm_check_intercept from tcg
commitd051ea04d024880475e082e876e497f669bb3e4e
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 May 2021 15:13:28 +0000 (14 10:13 -0500)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 19 May 2021 17:17:11 +0000 (19 12:17 -0500)
treefec6e63f4471ade1a0c7303a7814eb403c8bcc77
parented3c4739e99569bc9b473c9ca72503502fdf043e
target/i386: Tidy svm_check_intercept from tcg

The param argument to helper_svm_check_intercept_param is always 0;
eliminate it and rename to helper_svm_check_intercept.  Fold
gen_svm_check_intercept_param into gen_svm_check_intercept.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210514151342.384376-37-richard.henderson@linaro.org>
target/i386/helper.h
target/i386/tcg/sysemu/svm_helper.c
target/i386/tcg/translate.c