Searched hist:"51579 d40f9c719361ec9355bb48386e5d3ce85c1" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/accel/stubs/ |
H A D | tcg-stub.c | diff 51579d40f9c719361ec9355bb48386e5d3ce85c1 Thu Sep 14 14:40:07 CDT 2023 Philippe Mathieu-Daudé <philmd@linaro.org> exec: Reduce tlb_set_dirty() declaration scope
tlb_set_dirty() is only used in accel/tcg/cputlb.c, where it is defined. Declare it statically, removing the stub.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240418192525.97451-11-philmd@linaro.org>
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | diff 51579d40f9c719361ec9355bb48386e5d3ce85c1 Thu Sep 14 14:40:07 CDT 2023 Philippe Mathieu-Daudé <philmd@linaro.org> exec: Reduce tlb_set_dirty() declaration scope
tlb_set_dirty() is only used in accel/tcg/cputlb.c, where it is defined. Declare it statically, removing the stub.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240418192525.97451-11-philmd@linaro.org>
|
/openbmc/qemu/include/exec/ |
H A D | exec-all.h | diff 51579d40f9c719361ec9355bb48386e5d3ce85c1 Thu Sep 14 14:40:07 CDT 2023 Philippe Mathieu-Daudé <philmd@linaro.org> exec: Reduce tlb_set_dirty() declaration scope
tlb_set_dirty() is only used in accel/tcg/cputlb.c, where it is defined. Declare it statically, removing the stub.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240418192525.97451-11-philmd@linaro.org>
|