diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/kvm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/executor/kvm.h b/executor/kvm.h index 47348e3d4..f69322bfd 100644 --- a/executor/kvm.h +++ b/executor/kvm.h @@ -76,8 +76,11 @@ #define NEXT_INSN $0xbadc0de #define PREFIX_SIZE 0xba1d -// GICv3 distributor/redistributor addresses. +// GICv3 distributor address. #define ARM64_ADDR_GICD_BASE 0x08000000 +// GICv3 ITS address. +#define ARM64_ADDR_GICI_BASE 0x08080000 +// GICv3 redistributor address. #define ARM64_ADDR_GICR_BASE 0x080a0000 // Write to this page to trigger a page fault and stop KVM_RUN. #define ARM64_ADDR_EXIT 0xdddd0000 |
