[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 18/19] tcg/aarch64: Implement flush_idcache_range manually
|
From: |
Richard Henderson |
|
Subject: |
Re: [PATCH v2 18/19] tcg/aarch64: Implement flush_idcache_range manually |
|
Date: |
Sun, 1 Nov 2020 07:09:16 -0800 |
|
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 10/31/20 6:25 PM, Joelle van Dyne wrote:
> Another thing, for x86 (and maybe other archs), the icache is cache
> coherent but does it apply if we are aliasing the memory address? I
> think in that case, it's like we're doing a DMA right and still need
> to do flushing+invalidating?
No, it is not like dma. The x86 caches are physically tagged, so virtual
aliasing does not matter.
r~
- Re: [PATCH v2 18/19] tcg/aarch64: Implement flush_idcache_range manually,
Richard Henderson <=