Re: [PATCH v3 5/7] xen/riscv: implement data and instruction cache operations

2024-12-19 Thread Jan Beulich
On 17.12.2024 17:32, Oleksii Kurochko wrote: > Implement following cache operations: > - clean_and_invalidate_dcache_va_range() > - clean_dcache_va_range() > - invalidate_icache() > > The first two functions may require support for the CMO (Cache Management > Operations) extension and/or hardware-

[PATCH v3 5/7] xen/riscv: implement data and instruction cache operations

2024-12-17 Thread Oleksii Kurochko
Implement following cache operations: - clean_and_invalidate_dcache_va_range() - clean_dcache_va_range() - invalidate_icache() The first two functions may require support for the CMO (Cache Management Operations) extension and/or hardware-specific instructions. Currently, only QEMU is supported, w