Re: [PATCH v8 09/23] target/riscv: Implement AIA local interrupt priorities

2022-01-20 Thread Frank Chang
Anup Patel 於 2022年1月19日 週三 下午11:33寫道: > From: Anup Patel > > The AIA spec defines programmable 8-bit priority for each local interrupt > at M-level, S-level and VS-level so we extend local interrupt processing > to consider AIA interrupt priorities. The AIA CSRs which help software > configure

[PATCH v8 09/23] target/riscv: Implement AIA local interrupt priorities

2022-01-19 Thread Anup Patel
From: Anup Patel The AIA spec defines programmable 8-bit priority for each local interrupt at M-level, S-level and VS-level so we extend local interrupt processing to consider AIA interrupt priorities. The AIA CSRs which help software configure local interrupt priorities will be added by