You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For whichever standard local interrupts are implemented, the corresponding bits in CSRs mip and mie must be writable.
From Smsdia spec,we can see
The Smsdia extension introduces the local supervisor domain external interrupt-pending (LSDEI).This interrupt is treated as a standard local interrupt that is assigned to bit 16 in the mip, mie, sip, and sie registers.
The mip.LSDEIP bit is read-only.
LSDEI is treated as a standard local interrupt, so mip.LSEIP should be writable if we follow AIA spec. But Smsdia spec proposed the opposite rule. Which one is correct?
The text was updated successfully, but these errors were encountered:
From AIA spec,we can see
From Smsdia spec,we can see
LSDEI is treated as a standard local interrupt, so mip.LSEIP should be writable if we follow AIA spec. But Smsdia spec proposed the opposite rule. Which one is correct?
The text was updated successfully, but these errors were encountered: