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:
Gerwin Klein
2024-01-08 15:22:54 +11:00
parent 2dec06fc4f
commit 4a2f8e7a81

View File

@@ -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