mirror of
https://github.com/seL4/seL4.git
synced 2026-04-04 22:39:54 +00:00
aarch64 structures: constrain irq_w field width
The rest of the code uses 9-bit irq width. Keep in sync here to ease verification. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
@@ -203,7 +203,8 @@ block VCPUFault {
|
||||
}
|
||||
|
||||
block VPPIEvent {
|
||||
field irq_w 64
|
||||
padding 55
|
||||
field irq_w 9
|
||||
padding 32
|
||||
padding 28
|
||||
field seL4_FaultType 4
|
||||
|
||||
Reference in New Issue
Block a user