libsel4/armv8: Add seL4_ARM_VCPU for aarch64
This commit is contained in:
parent
d6ea386129
commit
6bfc46311c
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ def init_arch_types(wordsize):
|
|||
CapType("seL4_ARM_PageGlobalDirectory", wordsize),
|
||||
CapType("seL4_ARM_ASIDControl", wordsize),
|
||||
CapType("seL4_ARM_ASIDPool", wordsize),
|
||||
CapType("seL4_ARM_VCPU", wordsize),
|
||||
CapType("seL4_ARM_IOSpace", wordsize),
|
||||
CapType("seL4_ARM_IOPageTable", wordsize),
|
||||
StructType("seL4_UserContext", wordsize * 34, wordsize),
|
||||
|
|
|
|||
Loading…
Reference in a new issue