On Tue, Oct 14, 2025 at 12:16:41AM +0800, Yao Zihong wrote:
Thanks for the review, I’ll fix those issues in the next revision.
Also, do you think it’s worth renaming cbo.c to something more generic (like zicbo.c), or should I keep the current name for consistency?
The cbo (cache-block operations) name represents all the cbo.* instructions and all the prefetch.* instructions, just as section 2.2 "Cache-Block Operations" of the CMO spec introduces all of them under the same heading.
Thanks, drew