Searched hist:"94956 d7b510d18f4449d1392b86e1a8f3e467612" (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/loongarch/tcg/ |
H A D | translate.c | diff 94956d7b510d18f4449d1392b86e1a8f3e467612 Mon Jan 29 10:44:46 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> bulk: Call in place single use cpu_env()
Avoid CPUArchState local variable when cpu_env() is used once.
Mechanical patch using the following Coccinelle spatch script:
@@ type CPUArchState; identifier env; expression cs; @@ { - CPUArchState *env = cpu_env(cs); ... when != env - env + cpu_env(cs) ... when != env }
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240129164514.73104-5-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | diff 94956d7b510d18f4449d1392b86e1a8f3e467612 Mon Jan 29 10:44:46 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> bulk: Call in place single use cpu_env()
Avoid CPUArchState local variable when cpu_env() is used once.
Mechanical patch using the following Coccinelle spatch script:
@@ type CPUArchState; identifier env; expression cs; @@ { - CPUArchState *env = cpu_env(cs); ... when != env - env + cpu_env(cs) ... when != env }
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240129164514.73104-5-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | diff 94956d7b510d18f4449d1392b86e1a8f3e467612 Mon Jan 29 10:44:46 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> bulk: Call in place single use cpu_env()
Avoid CPUArchState local variable when cpu_env() is used once.
Mechanical patch using the following Coccinelle spatch script:
@@ type CPUArchState; identifier env; expression cs; @@ { - CPUArchState *env = cpu_env(cs); ... when != env - env + cpu_env(cs) ... when != env }
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240129164514.73104-5-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | diff 94956d7b510d18f4449d1392b86e1a8f3e467612 Mon Jan 29 10:44:46 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> bulk: Call in place single use cpu_env()
Avoid CPUArchState local variable when cpu_env() is used once.
Mechanical patch using the following Coccinelle spatch script:
@@ type CPUArchState; identifier env; expression cs; @@ { - CPUArchState *env = cpu_env(cs); ... when != env - env + cpu_env(cs) ... when != env }
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240129164514.73104-5-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | diff 94956d7b510d18f4449d1392b86e1a8f3e467612 Mon Jan 29 10:44:46 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> bulk: Call in place single use cpu_env()
Avoid CPUArchState local variable when cpu_env() is used once.
Mechanical patch using the following Coccinelle spatch script:
@@ type CPUArchState; identifier env; expression cs; @@ { - CPUArchState *env = cpu_env(cs); ... when != env - env + cpu_env(cs) ... when != env }
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240129164514.73104-5-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
/openbmc/qemu/target/hppa/ |
H A D | mem_helper.c | diff 94956d7b510d18f4449d1392b86e1a8f3e467612 Mon Jan 29 10:44:46 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> bulk: Call in place single use cpu_env()
Avoid CPUArchState local variable when cpu_env() is used once.
Mechanical patch using the following Coccinelle spatch script:
@@ type CPUArchState; identifier env; expression cs; @@ { - CPUArchState *env = cpu_env(cs); ... when != env - env + cpu_env(cs) ... when != env }
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240129164514.73104-5-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
H A D | translate.c | diff 94956d7b510d18f4449d1392b86e1a8f3e467612 Mon Jan 29 10:44:46 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> bulk: Call in place single use cpu_env()
Avoid CPUArchState local variable when cpu_env() is used once.
Mechanical patch using the following Coccinelle spatch script:
@@ type CPUArchState; identifier env; expression cs; @@ { - CPUArchState *env = cpu_env(cs); ... when != env - env + cpu_env(cs) ... when != env }
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240129164514.73104-5-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-all.c | diff 94956d7b510d18f4449d1392b86e1a8f3e467612 Mon Jan 29 10:44:46 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> bulk: Call in place single use cpu_env()
Avoid CPUArchState local variable when cpu_env() is used once.
Mechanical patch using the following Coccinelle spatch script:
@@ type CPUArchState; identifier env; expression cs; @@ { - CPUArchState *env = cpu_env(cs); ... when != env - env + cpu_env(cs) ... when != env }
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240129164514.73104-5-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | diff 94956d7b510d18f4449d1392b86e1a8f3e467612 Mon Jan 29 10:44:46 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> bulk: Call in place single use cpu_env()
Avoid CPUArchState local variable when cpu_env() is used once.
Mechanical patch using the following Coccinelle spatch script:
@@ type CPUArchState; identifier env; expression cs; @@ { - CPUArchState *env = cpu_env(cs); ... when != env - env + cpu_env(cs) ... when != env }
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20240129164514.73104-5-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
|