libsel4/armv8: Add seL4_ARM_VCPU for aarch64

This commit is contained in:
Yanyan Shen 2018-03-27 14:05:45 +11:00
parent d6ea386129
commit 6bfc46311c

View file

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