]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
authorAnton Johansson <anjo@rev.ng>
Tue, 12 Sep 2023 15:34:27 +0000 (17:34 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 18:03:54 +0000 (11:03 -0700)
commite20f73fba5240dce86f0b49c01b2c824a0ce9f1f
treed88130bbc11f13d6597ee8abfa2dc7f6b768699b
parent623912cc140c8778edb1e8f1e29853b1256866cb
accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()

The prototype of do_[st|ld]*_mmu() is unified between system- and
user-mode allowing a large chunk of helper_[st|ld]*() and cpu_[st|ld]*()
functions to be expressed in same manner between both modes. These
functions will be moved to ldst_common.c.inc in a following commit.

Signed-off-by: Anton Johansson <anjo@rev.ng>
Message-Id: <20230912153428.17816-11-anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c
accel/tcg/user-exec.c