/qemu/include/accel/tcg/ |
H A D | cpu-mmu-index.h | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | cpu-ldst.h | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/loongarch/ |
H A D | cpu_helper.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/semihosting/ |
H A D | uaccess.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/microblaze/ |
H A D | mmu.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | helper.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/xtensa/ |
H A D | mmu_helper.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/arm/ |
H A D | gdbstub64.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/sparc/ |
H A D | mmu_helper.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | cpu.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/tricore/ |
H A D | helper.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/hppa/ |
H A D | mem_helper.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/openrisc/ |
H A D | translate.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/target/i386/tcg/ |
H A D | translate.c | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/include/exec/ |
H A D | cpu-common.h | efe25c260cd69dcfc948e1622bedbdec953569a8 Thu Mar 13 03:04:59 UTC 2025 Richard Henderson <richard.henderson@linaro.org> include/exec: Split out accel/tcg/cpu-mmu-index.h
The implementation of cpu_mmu_index was split between cpu-common.h and cpu-all.h, depending on CONFIG_USER_ONLY. We already have the plumbing common to user and system mode. Using MMU_USER_IDX requires the cpu.h for a specific target, and so is restricted to when we're compiling per-target.
Include the new header only where needed.
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|