accel/tcg: drop the use of CF_HASH_MASK and rename params
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 24 Feb 2021 16:58:09 +0000 (16:58 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 6 Mar 2021 19:52:06 +0000 (11:52 -0800)
commitbf253ac606de4a934e41ba178bf4f1338c554cec
tree1bfd3bd5ed5f7f474e52fccfcfd24692b3165e7e
parentc0ae396a81e13e5a09846f86a702bc61733a8885
accel/tcg: drop the use of CF_HASH_MASK and rename params

We don't really deal in cf_mask most of the time. The one time it's
relevant is when we want to remove an invalidated TB from the QHT
lookup. Everywhere else we should be looking up things without
CF_INVALID set.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210224165811.11567-4-alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/tcg-runtime.c
accel/tcg/translate-all.c
include/exec/exec-all.h
include/exec/tb-lookup.h