Home
last modified time | relevance | path

Searched hist:"664 a7973" (Results 1 – 1 of 1) sorted by relevance

/qemu/util/
H A Dcacheflush.c664a7973 Sat Dec 12 16:46:34 GMT 2020 Richard Henderson <richard.henderson@linaro.org> util: Specialize flush_idcache_range for aarch64

For darwin, the CTR_EL0 register is not accessible, but there
are system routines that we can use.

For other hosts, copy the single pointer implementation from
libgcc and modify it to support the double pointer interface
we require. This halves the number of cache operations required
when split-rwx is enabled.

Reviewed-by: Joelle van Dyne <j@getutm.app>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>