Re: [PATCH 02/11 v2] target/riscv: Update CSR xintthresh in CLIC mode

2024-09-05 Thread Alistair Francis
On Tue, Aug 20, 2024 at 2:11 AM Ian Brockbank wrote: > > From: Ian Brockbank > > The interrupt-level threshold (xintthresh) CSR holds an 8-bit field > for the threshold level of the associated privilege mode. > > For horizontal interrupts, only the ones with higher interrupt levels > than the thr

[PATCH 02/11 v2] target/riscv: Update CSR xintthresh in CLIC mode

2024-08-19 Thread Ian Brockbank
From: Ian Brockbank The interrupt-level threshold (xintthresh) CSR holds an 8-bit field for the threshold level of the associated privilege mode. For horizontal interrupts, only the ones with higher interrupt levels than the threshold level are allowed to preempt. Signed-off-by: Ian Brockbank