Home
last modified time | relevance | path

Searched hist:"1 da8de39a39c55560cb4bf0cea94d598fea035cd" (Results 1 – 8 of 8) sorted by relevance

/qemu/include/qemu/
H A Dcacheflush.h1da8de39a39c55560cb4bf0cea94d598fea035cd Sat Dec 12 16:38:21 UTC 2020 Richard Henderson <richard.henderson@linaro.org> util: Enhance flush_icache_range with separate data pointer

We are shortly going to have a split rw/rx jit buffer. Depending
on the host, we need to flush the dcache at the rw data pointer and
flush the icache at the rx code pointer.

For now, the two passed pointers are identical, so there is no
effective change in behaviour.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/util/
H A Dcacheflush.c1da8de39a39c55560cb4bf0cea94d598fea035cd Sat Dec 12 16:38:21 UTC 2020 Richard Henderson <richard.henderson@linaro.org> util: Enhance flush_icache_range with separate data pointer

We are shortly going to have a split rw/rx jit buffer. Depending
on the host, we need to flush the dcache at the rw data pointer and
flush the icache at the rx code pointer.

For now, the two passed pointers are identical, so there is no
effective change in behaviour.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1da8de39a39c55560cb4bf0cea94d598fea035cd Sat Dec 12 16:38:21 UTC 2020 Richard Henderson <richard.henderson@linaro.org> util: Enhance flush_icache_range with separate data pointer

We are shortly going to have a split rw/rx jit buffer. Depending
on the host, we need to flush the dcache at the rw data pointer and
flush the icache at the rx code pointer.

For now, the two passed pointers are identical, so there is no
effective change in behaviour.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/tcg/mips/
H A Dtcg-target.c.inc1da8de39a39c55560cb4bf0cea94d598fea035cd Sat Dec 12 16:38:21 UTC 2020 Richard Henderson <richard.henderson@linaro.org> util: Enhance flush_icache_range with separate data pointer

We are shortly going to have a split rw/rx jit buffer. Depending
on the host, we need to flush the dcache at the rw data pointer and
flush the icache at the rx code pointer.

For now, the two passed pointers are identical, so there is no
effective change in behaviour.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1da8de39a39c55560cb4bf0cea94d598fea035cd Sat Dec 12 16:38:21 UTC 2020 Richard Henderson <richard.henderson@linaro.org> util: Enhance flush_icache_range with separate data pointer

We are shortly going to have a split rw/rx jit buffer. Depending
on the host, we need to flush the dcache at the rw data pointer and
flush the icache at the rx code pointer.

For now, the two passed pointers are identical, so there is no
effective change in behaviour.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/tcg/ppc/
H A Dtcg-target.c.inc1da8de39a39c55560cb4bf0cea94d598fea035cd Sat Dec 12 16:38:21 UTC 2020 Richard Henderson <richard.henderson@linaro.org> util: Enhance flush_icache_range with separate data pointer

We are shortly going to have a split rw/rx jit buffer. Depending
on the host, we need to flush the dcache at the rw data pointer and
flush the icache at the rx code pointer.

For now, the two passed pointers are identical, so there is no
effective change in behaviour.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/system/
H A Dphysmem.c1da8de39a39c55560cb4bf0cea94d598fea035cd Sat Dec 12 16:38:21 UTC 2020 Richard Henderson <richard.henderson@linaro.org> util: Enhance flush_icache_range with separate data pointer

We are shortly going to have a split rw/rx jit buffer. Depending
on the host, we need to flush the dcache at the rw data pointer and
flush the icache at the rx code pointer.

For now, the two passed pointers are identical, so there is no
effective change in behaviour.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
/qemu/tcg/
H A Dtcg.c1da8de39a39c55560cb4bf0cea94d598fea035cd Sat Dec 12 16:38:21 UTC 2020 Richard Henderson <richard.henderson@linaro.org> util: Enhance flush_icache_range with separate data pointer

We are shortly going to have a split rw/rx jit buffer. Depending
on the host, we need to flush the dcache at the rw data pointer and
flush the icache at the rx code pointer.

For now, the two passed pointers are identical, so there is no
effective change in behaviour.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>