Searched hist:aacfd8bbaf99444f84b408e6b052651fb8056c41 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | cpu_ldst.h | diff aacfd8bbaf99444f84b408e6b052651fb8056c41 Wed Apr 03 07:13:18 CDT 2024 Philippe Mathieu-Daudé <philmd@linaro.org> 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>
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | diff aacfd8bbaf99444f84b408e6b052651fb8056c41 Wed Apr 03 07:13:18 CDT 2024 Philippe Mathieu-Daudé <philmd@linaro.org> 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>
|