diff options
| author | Alexander Potapenko <glider@google.com> | 2024-11-18 11:23:01 +0100 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-11-26 11:12:47 +0000 |
| commit | 3bbc60604366c324295d54a7d93dd7d258a0e2aa (patch) | |
| tree | 7f2598945acc42bd3f2b3a901decc9260307fc5a /executor/common_kvm_arm64_syzos.h | |
| parent | 26cf63663eb59ad18dd3d635de7698a91ba24f2a (diff) | |
executor: arm64: allocate memory for ITS tables on the host side
Diffstat (limited to 'executor/common_kvm_arm64_syzos.h')
| -rw-r--r-- | executor/common_kvm_arm64_syzos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/executor/common_kvm_arm64_syzos.h b/executor/common_kvm_arm64_syzos.h index f2a517c81..a2e3404ae 100644 --- a/executor/common_kvm_arm64_syzos.h +++ b/executor/common_kvm_arm64_syzos.h @@ -356,7 +356,6 @@ GUEST_CODE static void gicd_wait_for_rwp() spin_while_readl(ARM64_ADDR_GICD_BASE + GICD_CTLR, GICD_CTLR_RWP); } -#define SZ_64K 0x00010000 GUEST_CODE static uint64 gicr_base_cpu(uint32 cpu) { return ARM64_ADDR_GICR_BASE + cpu * SZ_64K * 2; |
