Re: [PATCH v10 2/8] memory: Introduce memory region fetch operation

2025-02-27 Thread Alistair Francis
On Wed, Jan 22, 2025 at 6:39 PM Ethan Chen via wrote: > > Allow memory regions to have different behaviors for read and fetch > operations. > > For example, the RISC-V IOPMP could raise an interrupt when the CPU > tries to fetch from a non-executable region. > > If the fetch operation for a memory

[PATCH v10 2/8] memory: Introduce memory region fetch operation

2025-01-22 Thread Ethan Chen via
Allow memory regions to have different behaviors for read and fetch operations. For example, the RISC-V IOPMP could raise an interrupt when the CPU tries to fetch from a non-executable region. If the fetch operation for a memory region is not implemented, the read operation will still be used for