commit | aacfd8bbaf99444f84b408e6b052651fb8056c41 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Apr 03 14:13:18 2024 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Apr 26 17:03:05 2024 +0200 |
tree | 428e588b6a5244052766f53e876e88cf874fb76f | |
parent | 16aa8eaaace3f8eb2d14521705fdccab518388a3 [diff] |
exec: Move CPUTLBEntry helpers to cputlb.c The following CPUTLBEntry helpers are only used in accel/tcg/cputlb.c: - tlb_index() - tlb_entry() - tlb_read_idx() - tlb_addr_write() Move them to this file, allowing to remove the huge "cpu.h" header inclusion from "exec/cpu_ldst.h". Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240418192525.97451-13-philmd@linaro.org>