Re: [PATCH v2 2/2] riscv: cache: Add CBO instructions

2024-10-28 Thread Leo Liang
On Fri, Aug 23, 2024 at 09:41:26AM +, Mayuresh Chitale wrote: > Define CBO inval and flush instructions and use those for the > dcache inval and flush operations respectively. > > Signed-off-by: Mayuresh Chitale > --- > arch/riscv/Kconfig | 4 ++ > arch/riscv/lib/cache.c | 96 ++

[PATCH v2 2/2] riscv: cache: Add CBO instructions

2024-08-23 Thread Mayuresh Chitale
Define CBO inval and flush instructions and use those for the dcache inval and flush operations respectively. Signed-off-by: Mayuresh Chitale --- arch/riscv/Kconfig | 4 ++ arch/riscv/lib/cache.c | 96 ++ 2 files changed, 100 insertions(+) diff --git