Searched hist:e20f73fba5240dce86f0b49c01b2c824a0ce9f1f (Results 1 – 2 of 2) sorted by relevance
/qemu/accel/tcg/ |
H A D | user-exec.c | e20f73fba5240dce86f0b49c01b2c824a0ce9f1f Tue Sep 12 15:34:27 UTC 2023 Anton Johansson <anjo@rev.ng> 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>
|
H A D | cputlb.c | e20f73fba5240dce86f0b49c01b2c824a0ce9f1f Tue Sep 12 15:34:27 UTC 2023 Anton Johansson <anjo@rev.ng> 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>
|