Re: [PATCH v7 0/4] riscv: Add support for Zicbo[m,z,p] instructions

2023-03-01 Thread Daniel Henrique Barboza
Hi Palmer, On 3/1/23 18:35, Palmer Dabbelt wrote: On Thu, 23 Feb 2023 15:44:23 PST (-0800), dbarb...@ventanamicro.com wrote: Hi, This new version has changes based on feedbacks of both v5 and v6. Patch 1 was revamped. We're modifying probe_access_flags() to accept a 'size' parameter to allow

Re: [PATCH v7 0/4] riscv: Add support for Zicbo[m,z,p] instructions

2023-03-01 Thread Palmer Dabbelt
On Thu, 23 Feb 2023 15:44:23 PST (-0800), dbarb...@ventanamicro.com wrote: Hi, This new version has changes based on feedbacks of both v5 and v6. Patch 1 was revamped. We're modifying probe_access_flags() to accept a 'size' parameter to allow for RISC-V usage with PMP. Changes in the existing

[PATCH v7 0/4] riscv: Add support for Zicbo[m,z,p] instructions

2023-02-23 Thread Daniel Henrique Barboza
Hi, This new version has changes based on feedbacks of both v5 and v6. Patch 1 was revamped. We're modifying probe_access_flags() to accept a 'size' parameter to allow for RISC-V usage with PMP. Changes in the existing callers are trivial and no behavior change is done (well, at least it's not