]> Git Repo - qemu.git/commit
util: Enhance flush_icache_range with separate data pointer
authorRichard Henderson <[email protected]>
Sat, 12 Dec 2020 16:38:21 +0000 (10:38 -0600)
committerRichard Henderson <[email protected]>
Thu, 7 Jan 2021 15:09:41 +0000 (05:09 -1000)
commit1da8de39a39c55560cb4bf0cea94d598fea035cd
tree59d8b4160b3342019ef5fd8c1392af7812de0713
parentdf5d2b1658b988cb2be557e9f3114115935506ef
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 <[email protected]>
Reviewed-by: Alex BennĂ©e <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
include/qemu/cacheflush.h
softmmu/physmem.c
tcg/aarch64/tcg-target.c.inc
tcg/mips/tcg-target.c.inc
tcg/ppc/tcg-target.c.inc
tcg/sparc/tcg-target.c.inc
tcg/tcg.c
util/cacheflush.c
util/cacheinfo.c
This page took 0.029613 seconds and 4 git commands to generate.