1 | target-arm queue for softfreeze: this is quite big as I | 1 | I don't have anything else queued up at the moment, so this is just |
---|---|---|---|
2 | was on holiday last week, so this is all just sneaking in | 2 | Richard's SME patches. |
3 | under the wire. I particularly wanted to get Philippe's | ||
4 | patches in before freeze as that sort of code-movement | ||
5 | patchset is painful to have to rebase. | ||
6 | 3 | ||
7 | thanks | ||
8 | -- PMM | 4 | -- PMM |
9 | 5 | ||
10 | The following changes since commit ae9108f8f0746ce64d02afb1a216153a50926132: | 6 | The following changes since commit 63b38f6c85acd312c2cab68554abf33adf4ee2b3: |
11 | 7 | ||
12 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-request' into staging (2019-07-01 15:55:40 +0100) | 8 | Merge tag 'pull-target-arm-20220707' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-07-08 06:17:11 +0530) |
13 | 9 | ||
14 | are available in the Git repository at: | 10 | are available in the Git repository at: |
15 | 11 | ||
16 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190701 | 12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20220711 |
17 | 13 | ||
18 | for you to fetch changes up to 787a7e76c2e93a48c47b324fea592c9910a70483: | 14 | for you to fetch changes up to f9982ceaf26df27d15547a3a7990a95019e9e3a8: |
19 | 15 | ||
20 | target/arm: Declare some M-profile functions publicly (2019-07-01 17:29:01 +0100) | 16 | linux-user/aarch64: Add SME related hwcap entries (2022-07-11 13:43:52 +0100) |
21 | 17 | ||
22 | ---------------------------------------------------------------- | 18 | ---------------------------------------------------------------- |
23 | target-arm queue: | 19 | target-arm: |
24 | * hw/arm/boot: fix direct kernel boot with initrd | 20 | * Implement SME emulation, for both system and linux-user |
25 | * hw/arm/msf2-som: Exit when the cpu is not the expected one | ||
26 | * i.mx7: fix bugs in PCI controller needed to boot recent kernels | ||
27 | * aspeed: add RTC device | ||
28 | * aspeed: fix some timer device bugs | ||
29 | * aspeed: add swift-bmc board | ||
30 | * aspeed: vic: Add support for legacy register interface | ||
31 | * aspeed: add aspeed-xdma device | ||
32 | * Add new sbsa-ref board for aarch64 | ||
33 | * target/arm: code refactoring in preparation for support of | ||
34 | compilation with TCG disabled | ||
35 | 21 | ||
36 | ---------------------------------------------------------------- | 22 | ---------------------------------------------------------------- |
37 | Adriana Kobylak (1): | 23 | Richard Henderson (45): |
38 | aspeed: Add support for the swift-bmc board | 24 | target/arm: Handle SME in aarch64_cpu_dump_state |
25 | target/arm: Add infrastructure for disas_sme | ||
26 | target/arm: Trap non-streaming usage when Streaming SVE is active | ||
27 | target/arm: Mark ADR as non-streaming | ||
28 | target/arm: Mark RDFFR, WRFFR, SETFFR as non-streaming | ||
29 | target/arm: Mark BDEP, BEXT, BGRP, COMPACT, FEXPA, FTSSEL as non-streaming | ||
30 | target/arm: Mark PMULL, FMMLA as non-streaming | ||
31 | target/arm: Mark FTSMUL, FTMAD, FADDA as non-streaming | ||
32 | target/arm: Mark SMMLA, UMMLA, USMMLA as non-streaming | ||
33 | target/arm: Mark string/histo/crypto as non-streaming | ||
34 | target/arm: Mark gather/scatter load/store as non-streaming | ||
35 | target/arm: Mark gather prefetch as non-streaming | ||
36 | target/arm: Mark LDFF1 and LDNF1 as non-streaming | ||
37 | target/arm: Mark LD1RO as non-streaming | ||
38 | target/arm: Add SME enablement checks | ||
39 | target/arm: Handle SME in sve_access_check | ||
40 | target/arm: Implement SME RDSVL, ADDSVL, ADDSPL | ||
41 | target/arm: Implement SME ZERO | ||
42 | target/arm: Implement SME MOVA | ||
43 | target/arm: Implement SME LD1, ST1 | ||
44 | target/arm: Export unpredicated ld/st from translate-sve.c | ||
45 | target/arm: Implement SME LDR, STR | ||
46 | target/arm: Implement SME ADDHA, ADDVA | ||
47 | target/arm: Implement FMOPA, FMOPS (non-widening) | ||
48 | target/arm: Implement BFMOPA, BFMOPS | ||
49 | target/arm: Implement FMOPA, FMOPS (widening) | ||
50 | target/arm: Implement SME integer outer product | ||
51 | target/arm: Implement PSEL | ||
52 | target/arm: Implement REVD | ||
53 | target/arm: Implement SCLAMP, UCLAMP | ||
54 | target/arm: Reset streaming sve state on exception boundaries | ||
55 | target/arm: Enable SME for -cpu max | ||
56 | linux-user/aarch64: Clear tpidr2_el0 if CLONE_SETTLS | ||
57 | linux-user/aarch64: Reset PSTATE.SM on syscalls | ||
58 | linux-user/aarch64: Add SM bit to SVE signal context | ||
59 | linux-user/aarch64: Tidy target_restore_sigframe error return | ||
60 | linux-user/aarch64: Do not allow duplicate or short sve records | ||
61 | linux-user/aarch64: Verify extra record lock succeeded | ||
62 | linux-user/aarch64: Move sve record checks into restore | ||
63 | linux-user/aarch64: Implement SME signal handling | ||
64 | linux-user: Rename sve prctls | ||
65 | linux-user/aarch64: Implement PR_SME_GET_VL, PR_SME_SET_VL | ||
66 | target/arm: Only set ZEN in reset if SVE present | ||
67 | target/arm: Enable SME for user-only | ||
68 | linux-user/aarch64: Add SME related hwcap entries | ||
39 | 69 | ||
40 | Andrew Jeffery (3): | 70 | docs/system/arm/emulation.rst | 4 + |
41 | aspeed/timer: Status register contains reload for stopped timer | 71 | linux-user/aarch64/target_cpu.h | 5 +- |
42 | aspeed/timer: Fix match calculations | 72 | linux-user/aarch64/target_prctl.h | 62 +- |
43 | aspeed: vic: Add support for legacy register interface | 73 | target/arm/cpu.h | 7 + |
44 | 74 | target/arm/helper-sme.h | 126 ++++ | |
45 | Andrew Jones (1): | 75 | target/arm/helper-sve.h | 4 + |
46 | hw/arm/boot: fix direct kernel boot with initrd | 76 | target/arm/helper.h | 18 + |
47 | 77 | target/arm/translate-a64.h | 45 ++ | |
48 | Andrey Smirnov (5): | 78 | target/arm/translate.h | 16 + |
49 | i.mx7d: Add no-op/unimplemented APBH DMA module | 79 | target/arm/sme-fa64.decode | 60 ++ |
50 | i.mx7d: Add no-op/unimplemented PCIE PHY IP block | 80 | target/arm/sme.decode | 88 +++ |
51 | pci: designware: Update MSI mapping unconditionally | 81 | target/arm/sve.decode | 41 +- |
52 | pci: designware: Update MSI mapping when MSI address changes | 82 | linux-user/aarch64/cpu_loop.c | 9 + |
53 | i.mx7d: pci: Update PCI IRQ mapping to match HW | 83 | linux-user/aarch64/signal.c | 243 ++++++-- |
54 | 84 | linux-user/elfload.c | 20 + | |
55 | Christian Svensson (1): | 85 | linux-user/syscall.c | 28 +- |
56 | aspeed/timer: Ensure positive muldiv delta | 86 | target/arm/cpu.c | 35 +- |
57 | 87 | target/arm/cpu64.c | 11 + | |
58 | Cédric Le Goater (7): | 88 | target/arm/helper.c | 56 +- |
59 | aspeed: add a per SoC mapping for the interrupt space | 89 | target/arm/sme_helper.c | 1140 +++++++++++++++++++++++++++++++++++++ |
60 | aspeed: add a per SoC mapping for the memory space | 90 | target/arm/sve_helper.c | 28 + |
61 | aspeed: introduce a configurable number of CPU per machine | 91 | target/arm/translate-a64.c | 103 +++- |
62 | aspeed: add support for multiple NICs | 92 | target/arm/translate-sme.c | 373 ++++++++++++ |
63 | aspeed: remove the "ram" link | 93 | target/arm/translate-sve.c | 393 ++++++++++--- |
64 | aspeed: add a RAM memory region container | 94 | target/arm/translate-vfp.c | 12 + |
65 | aspeed/smc: add a 'sdram_base' property | 95 | target/arm/translate.c | 2 + |
66 | 96 | target/arm/vec_helper.c | 24 + | |
67 | Eddie James (1): | 97 | target/arm/meson.build | 3 + |
68 | hw/misc/aspeed_xdma: New device | 98 | 28 files changed, 2821 insertions(+), 135 deletions(-) |
69 | 99 | create mode 100644 target/arm/sme-fa64.decode | |
70 | Hongbo Zhang (2): | 100 | create mode 100644 target/arm/sme.decode |
71 | hw/arm: Add arm SBSA reference machine, skeleton part | 101 | create mode 100644 target/arm/translate-sme.c |
72 | hw/arm: Add arm SBSA reference machine, devices part | ||
73 | |||
74 | Jan Kiszka (1): | ||
75 | hw/arm/virt: Add support for Cortex-A7 | ||
76 | |||
77 | Joel Stanley (4): | ||
78 | hw: timer: Add ASPEED RTC device | ||
79 | hw/arm/aspeed: Add RTC to SoC | ||
80 | aspeed/timer: Fix behaviour running Linux | ||
81 | aspeed: Link SCU to the watchdog | ||
82 | |||
83 | Philippe Mathieu-Daudé (19): | ||
84 | hw/arm/msf2-som: Exit when the cpu is not the expected one | ||
85 | target/arm: Makefile cleanup (Aarch64) | ||
86 | target/arm: Makefile cleanup (ARM) | ||
87 | target/arm: Makefile cleanup (KVM) | ||
88 | target/arm: Makefile cleanup (softmmu) | ||
89 | target/arm: Add copyright boilerplate | ||
90 | target/arm/helper: Remove unused include | ||
91 | target/arm: Fix multiline comment syntax | ||
92 | target/arm: Fix coding style issues | ||
93 | target/arm: Move CPU state dumping routines to cpu.c | ||
94 | target/arm: Declare get_phys_addr() function publicly | ||
95 | target/arm: Move TLB related routines to tlb_helper.c | ||
96 | target/arm/vfp_helper: Move code around | ||
97 | target/arm/vfp_helper: Extract vfp_set_fpscr_to_host() | ||
98 | target/arm/vfp_helper: Extract vfp_set_fpscr_from_host() | ||
99 | target/arm/vfp_helper: Restrict the SoftFloat use to TCG | ||
100 | target/arm: Restrict PSCI to TCG | ||
101 | target/arm: Declare arm_log_exception() function publicly | ||
102 | target/arm: Declare some M-profile functions publicly | ||
103 | |||
104 | Samuel Ortiz (1): | ||
105 | target/arm: Move the DC ZVA helper into op_helper | ||
106 | |||
107 | hw/arm/Makefile.objs | 1 + | ||
108 | hw/misc/Makefile.objs | 1 + | ||
109 | hw/timer/Makefile.objs | 2 +- | ||
110 | target/arm/Makefile.objs | 24 +- | ||
111 | include/hw/arm/aspeed_soc.h | 53 ++- | ||
112 | include/hw/arm/fsl-imx7.h | 14 +- | ||
113 | include/hw/misc/aspeed_xdma.h | 30 ++ | ||
114 | include/hw/ssi/aspeed_smc.h | 3 + | ||
115 | include/hw/timer/aspeed_rtc.h | 31 ++ | ||
116 | include/hw/watchdog/wdt_aspeed.h | 1 + | ||
117 | target/arm/cpu.h | 2 - | ||
118 | target/arm/internals.h | 69 ++- | ||
119 | target/arm/translate.h | 5 - | ||
120 | hw/arm/aspeed.c | 76 +++- | ||
121 | hw/arm/aspeed_soc.c | 262 +++++++++--- | ||
122 | hw/arm/boot.c | 3 +- | ||
123 | hw/arm/fsl-imx7.c | 11 + | ||
124 | hw/arm/msf2-som.c | 1 + | ||
125 | hw/arm/sbsa-ref.c | 806 ++++++++++++++++++++++++++++++++++++ | ||
126 | hw/arm/virt.c | 1 + | ||
127 | hw/intc/aspeed_vic.c | 105 +++-- | ||
128 | hw/misc/aspeed_xdma.c | 165 ++++++++ | ||
129 | hw/pci-host/designware.c | 18 +- | ||
130 | hw/ssi/aspeed_smc.c | 1 + | ||
131 | hw/timer/aspeed_rtc.c | 180 ++++++++ | ||
132 | hw/timer/aspeed_timer.c | 76 ++-- | ||
133 | hw/watchdog/wdt_aspeed.c | 20 + | ||
134 | target/arm/cpu.c | 232 ++++++++++- | ||
135 | target/arm/helper.c | 498 +++++++++------------- | ||
136 | target/arm/op_helper.c | 262 ++++++------ | ||
137 | target/arm/tlb_helper.c | 200 +++++++++ | ||
138 | target/arm/translate-a64.c | 128 ------ | ||
139 | target/arm/translate.c | 91 +--- | ||
140 | target/arm/vfp_helper.c | 199 +++++---- | ||
141 | MAINTAINERS | 8 + | ||
142 | default-configs/aarch64-softmmu.mak | 1 + | ||
143 | hw/arm/Kconfig | 14 + | ||
144 | hw/misc/trace-events | 3 + | ||
145 | hw/timer/trace-events | 4 + | ||
146 | 39 files changed, 2675 insertions(+), 926 deletions(-) | ||
147 | create mode 100644 include/hw/misc/aspeed_xdma.h | ||
148 | create mode 100644 include/hw/timer/aspeed_rtc.h | ||
149 | create mode 100644 hw/arm/sbsa-ref.c | ||
150 | create mode 100644 hw/misc/aspeed_xdma.c | ||
151 | create mode 100644 hw/timer/aspeed_rtc.c | ||
152 | create mode 100644 target/arm/tlb_helper.c | ||
153 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Andrew Jones <drjones@redhat.com> | ||
2 | 1 | ||
3 | Fix the condition used to check whether the initrd fits | ||
4 | into RAM; in some cases if an initrd was also passed on | ||
5 | the command line we would get an error stating that it | ||
6 | was too big to fit into RAM after the kernel. Despite the | ||
7 | error the loader continued anyway, though, so also add an | ||
8 | exit(1) when the initrd is actually too big. | ||
9 | |||
10 | Fixes: 852dc64d665f ("hw/arm/boot: Diagnose layouts that put initrd or | ||
11 | DTB off the end of RAM") | ||
12 | Signed-off-by: Andrew Jones <drjones@redhat.com> | ||
13 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
14 | Message-id: 20190618125844.4863-1-drjones@redhat.com | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | --- | ||
17 | hw/arm/boot.c | 3 ++- | ||
18 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
19 | |||
20 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c | ||
21 | index XXXXXXX..XXXXXXX 100644 | ||
22 | --- a/hw/arm/boot.c | ||
23 | +++ b/hw/arm/boot.c | ||
24 | @@ -XXX,XX +XXX,XX @@ static void arm_setup_direct_kernel_boot(ARMCPU *cpu, | ||
25 | info->initrd_filename); | ||
26 | exit(1); | ||
27 | } | ||
28 | - if (info->initrd_start + initrd_size > info->ram_size) { | ||
29 | + if (info->initrd_start + initrd_size > ram_end) { | ||
30 | error_report("could not load initrd '%s': " | ||
31 | "too big to fit into RAM after the kernel", | ||
32 | info->initrd_filename); | ||
33 | + exit(1); | ||
34 | } | ||
35 | } else { | ||
36 | initrd_size = 0; | ||
37 | -- | ||
38 | 2.20.1 | ||
39 | |||
40 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Under KVM, the kernel gets the HVC call and handle the PSCI requests. | 3 | Dump SVCR, plus use the correct access check for Streaming Mode. |
4 | 4 | ||
5 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
6 | Message-id: 20190701132516.26392-20-philmd@redhat.com | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20220708151540.18136-2-richard.henderson@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 9 | --- |
10 | target/arm/internals.h | 6 +++++- | 10 | target/arm/cpu.c | 17 ++++++++++++++++- |
11 | 1 file changed, 5 insertions(+), 1 deletion(-) | 11 | 1 file changed, 16 insertions(+), 1 deletion(-) |
12 | 12 | ||
13 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 13 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
14 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/internals.h | 15 | --- a/target/arm/cpu.c |
16 | +++ b/target/arm/internals.h | 16 | +++ b/target/arm/cpu.c |
17 | @@ -XXX,XX +XXX,XX @@ vaddr arm_adjust_watchpoint_address(CPUState *cs, vaddr addr, int len); | 17 | @@ -XXX,XX +XXX,XX @@ static void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags) |
18 | /* Callback function for when a watchpoint or breakpoint triggers. */ | 18 | int i; |
19 | void arm_debug_excp_handler(CPUState *cs); | 19 | int el = arm_current_el(env); |
20 | 20 | const char *ns_status; | |
21 | -#ifdef CONFIG_USER_ONLY | 21 | + bool sve; |
22 | +#if defined(CONFIG_USER_ONLY) || !defined(CONFIG_TCG) | 22 | |
23 | static inline bool arm_is_psci_call(ARMCPU *cpu, int excp_type) | 23 | qemu_fprintf(f, " PC=%016" PRIx64 " ", env->pc); |
24 | { | 24 | for (i = 0; i < 32; i++) { |
25 | return false; | 25 | @@ -XXX,XX +XXX,XX @@ static void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags) |
26 | } | 26 | el, |
27 | +static inline void arm_handle_psci_call(ARMCPU *cpu) | 27 | psr & PSTATE_SP ? 'h' : 't'); |
28 | +{ | 28 | |
29 | + g_assert_not_reached(); | 29 | + if (cpu_isar_feature(aa64_sme, cpu)) { |
30 | +} | 30 | + qemu_fprintf(f, " SVCR=%08" PRIx64 " %c%c", |
31 | #else | 31 | + env->svcr, |
32 | /* Return true if the r0/x0 value indicates that this SMC/HVC is a PSCI call. */ | 32 | + (FIELD_EX64(env->svcr, SVCR, ZA) ? 'Z' : '-'), |
33 | bool arm_is_psci_call(ARMCPU *cpu, int excp_type); | 33 | + (FIELD_EX64(env->svcr, SVCR, SM) ? 'S' : '-')); |
34 | + } | ||
35 | if (cpu_isar_feature(aa64_bti, cpu)) { | ||
36 | qemu_fprintf(f, " BTYPE=%d", (psr & PSTATE_BTYPE) >> 10); | ||
37 | } | ||
38 | @@ -XXX,XX +XXX,XX @@ static void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags) | ||
39 | qemu_fprintf(f, " FPCR=%08x FPSR=%08x\n", | ||
40 | vfp_get_fpcr(env), vfp_get_fpsr(env)); | ||
41 | |||
42 | - if (cpu_isar_feature(aa64_sve, cpu) && sve_exception_el(env, el) == 0) { | ||
43 | + if (cpu_isar_feature(aa64_sme, cpu) && FIELD_EX64(env->svcr, SVCR, SM)) { | ||
44 | + sve = sme_exception_el(env, el) == 0; | ||
45 | + } else if (cpu_isar_feature(aa64_sve, cpu)) { | ||
46 | + sve = sve_exception_el(env, el) == 0; | ||
47 | + } else { | ||
48 | + sve = false; | ||
49 | + } | ||
50 | + | ||
51 | + if (sve) { | ||
52 | int j, zcr_len = sve_vqm1_for_el(env, el); | ||
53 | |||
54 | for (i = 0; i <= FFR_PRED_NUM; i++) { | ||
34 | -- | 55 | -- |
35 | 2.20.1 | 56 | 2.25.1 |
36 | |||
37 | diff view generated by jsdifflib |
1 | From: Eddie James <eajames@linux.ibm.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The XDMA engine embedded in the Aspeed SOCs performs PCI DMA operations | 3 | This includes the build rules for the decoder, and the |
4 | between the SOC (acting as a BMC) and a host processor in a server. | 4 | new file for translation, but excludes any instructions. |
5 | 5 | ||
6 | The XDMA engine exists on the AST2400, AST2500, and AST2600 SOCs, so | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | enable it for all of those. Add trace events on the important register | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | writes in the XDMA engine. | 8 | Message-id: 20220708151540.18136-3-richard.henderson@linaro.org |
9 | |||
10 | Signed-off-by: Eddie James <eajames@linux.ibm.com> | ||
11 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
12 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
13 | Message-id: 20190618165311.27066-21-clg@kaod.org | ||
14 | [clg: - changed title ] | ||
15 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 10 | --- |
18 | hw/misc/Makefile.objs | 1 + | 11 | target/arm/translate-a64.h | 1 + |
19 | include/hw/arm/aspeed_soc.h | 3 + | 12 | target/arm/sme.decode | 20 ++++++++++++++++++++ |
20 | include/hw/misc/aspeed_xdma.h | 30 +++++++ | 13 | target/arm/translate-a64.c | 7 ++++++- |
21 | hw/arm/aspeed_soc.c | 17 ++++ | 14 | target/arm/translate-sme.c | 35 +++++++++++++++++++++++++++++++++++ |
22 | hw/misc/aspeed_xdma.c | 165 ++++++++++++++++++++++++++++++++++ | 15 | target/arm/meson.build | 2 ++ |
23 | hw/misc/trace-events | 3 + | 16 | 5 files changed, 64 insertions(+), 1 deletion(-) |
24 | 6 files changed, 219 insertions(+) | 17 | create mode 100644 target/arm/sme.decode |
25 | create mode 100644 include/hw/misc/aspeed_xdma.h | 18 | create mode 100644 target/arm/translate-sme.c |
26 | create mode 100644 hw/misc/aspeed_xdma.c | ||
27 | 19 | ||
28 | diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs | 20 | diff --git a/target/arm/translate-a64.h b/target/arm/translate-a64.h |
29 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/hw/misc/Makefile.objs | 22 | --- a/target/arm/translate-a64.h |
31 | +++ b/hw/misc/Makefile.objs | 23 | +++ b/target/arm/translate-a64.h |
32 | @@ -XXX,XX +XXX,XX @@ obj-$(CONFIG_ARMSSE_MHU) += armsse-mhu.o | 24 | @@ -XXX,XX +XXX,XX @@ static inline int pred_gvec_reg_size(DisasContext *s) |
33 | 25 | } | |
34 | obj-$(CONFIG_PVPANIC) += pvpanic.o | 26 | |
35 | obj-$(CONFIG_AUX) += auxbus.o | 27 | bool disas_sve(DisasContext *, uint32_t); |
36 | +obj-$(CONFIG_ASPEED_SOC) += aspeed_xdma.o | 28 | +bool disas_sme(DisasContext *, uint32_t); |
37 | obj-$(CONFIG_ASPEED_SOC) += aspeed_scu.o aspeed_sdmc.o | 29 | |
38 | obj-$(CONFIG_MSF2) += msf2-sysreg.o | 30 | void gen_gvec_rax1(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, |
39 | obj-$(CONFIG_NRF51_SOC) += nrf51_rng.o | 31 | uint32_t rm_ofs, uint32_t opr_sz, uint32_t max_sz); |
40 | diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h | 32 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode |
41 | index XXXXXXX..XXXXXXX 100644 | ||
42 | --- a/include/hw/arm/aspeed_soc.h | ||
43 | +++ b/include/hw/arm/aspeed_soc.h | ||
44 | @@ -XXX,XX +XXX,XX @@ | ||
45 | #include "hw/intc/aspeed_vic.h" | ||
46 | #include "hw/misc/aspeed_scu.h" | ||
47 | #include "hw/misc/aspeed_sdmc.h" | ||
48 | +#include "hw/misc/aspeed_xdma.h" | ||
49 | #include "hw/timer/aspeed_timer.h" | ||
50 | #include "hw/timer/aspeed_rtc.h" | ||
51 | #include "hw/i2c/aspeed_i2c.h" | ||
52 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedSoCState { | ||
53 | AspeedTimerCtrlState timerctrl; | ||
54 | AspeedI2CState i2c; | ||
55 | AspeedSCUState scu; | ||
56 | + AspeedXDMAState xdma; | ||
57 | AspeedSMCState fmc; | ||
58 | AspeedSMCState spi[ASPEED_SPIS_NUM]; | ||
59 | AspeedSDMCState sdmc; | ||
60 | @@ -XXX,XX +XXX,XX @@ enum { | ||
61 | ASPEED_ETH1, | ||
62 | ASPEED_ETH2, | ||
63 | ASPEED_SDRAM, | ||
64 | + ASPEED_XDMA, | ||
65 | }; | ||
66 | |||
67 | #endif /* ASPEED_SOC_H */ | ||
68 | diff --git a/include/hw/misc/aspeed_xdma.h b/include/hw/misc/aspeed_xdma.h | ||
69 | new file mode 100644 | 33 | new file mode 100644 |
70 | index XXXXXXX..XXXXXXX | 34 | index XXXXXXX..XXXXXXX |
71 | --- /dev/null | 35 | --- /dev/null |
72 | +++ b/include/hw/misc/aspeed_xdma.h | 36 | +++ b/target/arm/sme.decode |
73 | @@ -XXX,XX +XXX,XX @@ | 37 | @@ -XXX,XX +XXX,XX @@ |
74 | +/* | 38 | +# AArch64 SME instruction descriptions |
75 | + * ASPEED XDMA Controller | 39 | +# |
76 | + * Eddie James <eajames@linux.ibm.com> | 40 | +# Copyright (c) 2022 Linaro, Ltd |
77 | + * | 41 | +# |
78 | + * Copyright (C) 2019 IBM Corp. | 42 | +# This library is free software; you can redistribute it and/or |
79 | + * SPDX-License-Identifer: GPL-2.0-or-later | 43 | +# modify it under the terms of the GNU Lesser General Public |
80 | + */ | 44 | +# License as published by the Free Software Foundation; either |
45 | +# version 2.1 of the License, or (at your option) any later version. | ||
46 | +# | ||
47 | +# This library is distributed in the hope that it will be useful, | ||
48 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
49 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
50 | +# Lesser General Public License for more details. | ||
51 | +# | ||
52 | +# You should have received a copy of the GNU Lesser General Public | ||
53 | +# License along with this library; if not, see <http://www.gnu.org/licenses/>. | ||
81 | + | 54 | + |
82 | +#ifndef ASPEED_XDMA_H | 55 | +# |
83 | +#define ASPEED_XDMA_H | 56 | +# This file is processed by scripts/decodetree.py |
84 | + | 57 | +# |
85 | +#include "hw/sysbus.h" | 58 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c |
86 | + | ||
87 | +#define TYPE_ASPEED_XDMA "aspeed.xdma" | ||
88 | +#define ASPEED_XDMA(obj) OBJECT_CHECK(AspeedXDMAState, (obj), TYPE_ASPEED_XDMA) | ||
89 | + | ||
90 | +#define ASPEED_XDMA_NUM_REGS (ASPEED_XDMA_REG_SIZE / sizeof(uint32_t)) | ||
91 | +#define ASPEED_XDMA_REG_SIZE 0x7C | ||
92 | + | ||
93 | +typedef struct AspeedXDMAState { | ||
94 | + SysBusDevice parent; | ||
95 | + | ||
96 | + MemoryRegion iomem; | ||
97 | + qemu_irq irq; | ||
98 | + | ||
99 | + char bmc_cmdq_readp_set; | ||
100 | + uint32_t regs[ASPEED_XDMA_NUM_REGS]; | ||
101 | +} AspeedXDMAState; | ||
102 | + | ||
103 | +#endif /* ASPEED_XDMA_H */ | ||
104 | diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c | ||
105 | index XXXXXXX..XXXXXXX 100644 | 59 | index XXXXXXX..XXXXXXX 100644 |
106 | --- a/hw/arm/aspeed_soc.c | 60 | --- a/target/arm/translate-a64.c |
107 | +++ b/hw/arm/aspeed_soc.c | 61 | +++ b/target/arm/translate-a64.c |
108 | @@ -XXX,XX +XXX,XX @@ static const hwaddr aspeed_soc_ast2400_memmap[] = { | 62 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
109 | [ASPEED_VIC] = 0x1E6C0000, | ||
110 | [ASPEED_SDMC] = 0x1E6E0000, | ||
111 | [ASPEED_SCU] = 0x1E6E2000, | ||
112 | + [ASPEED_XDMA] = 0x1E6E7000, | ||
113 | [ASPEED_ADC] = 0x1E6E9000, | ||
114 | [ASPEED_SRAM] = 0x1E720000, | ||
115 | [ASPEED_GPIO] = 0x1E780000, | ||
116 | @@ -XXX,XX +XXX,XX @@ static const hwaddr aspeed_soc_ast2500_memmap[] = { | ||
117 | [ASPEED_VIC] = 0x1E6C0000, | ||
118 | [ASPEED_SDMC] = 0x1E6E0000, | ||
119 | [ASPEED_SCU] = 0x1E6E2000, | ||
120 | + [ASPEED_XDMA] = 0x1E6E7000, | ||
121 | [ASPEED_ADC] = 0x1E6E9000, | ||
122 | [ASPEED_SRAM] = 0x1E720000, | ||
123 | [ASPEED_GPIO] = 0x1E780000, | ||
124 | @@ -XXX,XX +XXX,XX @@ static const int aspeed_soc_ast2400_irqmap[] = { | ||
125 | [ASPEED_I2C] = 12, | ||
126 | [ASPEED_ETH1] = 2, | ||
127 | [ASPEED_ETH2] = 3, | ||
128 | + [ASPEED_XDMA] = 6, | ||
129 | }; | ||
130 | |||
131 | #define aspeed_soc_ast2500_irqmap aspeed_soc_ast2400_irqmap | ||
132 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_init(Object *obj) | ||
133 | sysbus_init_child_obj(obj, "ftgmac100[*]", OBJECT(&s->ftgmac100[i]), | ||
134 | sizeof(s->ftgmac100[i]), TYPE_FTGMAC100); | ||
135 | } | 63 | } |
136 | + | 64 | |
137 | + sysbus_init_child_obj(obj, "xdma", OBJECT(&s->xdma), sizeof(s->xdma), | 65 | switch (extract32(insn, 25, 4)) { |
138 | + TYPE_ASPEED_XDMA); | 66 | - case 0x0: case 0x1: case 0x3: /* UNALLOCATED */ |
139 | } | 67 | + case 0x0: |
140 | 68 | + if (!extract32(insn, 31, 1) || !disas_sme(s, insn)) { | |
141 | static void aspeed_soc_realize(DeviceState *dev, Error **errp) | 69 | + unallocated_encoding(s); |
142 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | 70 | + } |
143 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->ftgmac100[i]), 0, | 71 | + break; |
144 | aspeed_soc_get_irq(s, ASPEED_ETH1 + i)); | 72 | + case 0x1: case 0x3: /* UNALLOCATED */ |
145 | } | 73 | unallocated_encoding(s); |
146 | + | 74 | break; |
147 | + /* XDMA */ | 75 | case 0x2: |
148 | + object_property_set_bool(OBJECT(&s->xdma), true, "realized", &err); | 76 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c |
149 | + if (err) { | ||
150 | + error_propagate(errp, err); | ||
151 | + return; | ||
152 | + } | ||
153 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->xdma), 0, | ||
154 | + sc->info->memmap[ASPEED_XDMA]); | ||
155 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->xdma), 0, | ||
156 | + aspeed_soc_get_irq(s, ASPEED_XDMA)); | ||
157 | } | ||
158 | static Property aspeed_soc_properties[] = { | ||
159 | DEFINE_PROP_UINT32("num-cpus", AspeedSoCState, num_cpus, 0), | ||
160 | diff --git a/hw/misc/aspeed_xdma.c b/hw/misc/aspeed_xdma.c | ||
161 | new file mode 100644 | 77 | new file mode 100644 |
162 | index XXXXXXX..XXXXXXX | 78 | index XXXXXXX..XXXXXXX |
163 | --- /dev/null | 79 | --- /dev/null |
164 | +++ b/hw/misc/aspeed_xdma.c | 80 | +++ b/target/arm/translate-sme.c |
165 | @@ -XXX,XX +XXX,XX @@ | 81 | @@ -XXX,XX +XXX,XX @@ |
166 | +/* | 82 | +/* |
167 | + * ASPEED XDMA Controller | 83 | + * AArch64 SME translation |
168 | + * Eddie James <eajames@linux.ibm.com> | ||
169 | + * | 84 | + * |
170 | + * Copyright (C) 2019 IBM Corp | 85 | + * Copyright (c) 2022 Linaro, Ltd |
171 | + * SPDX-License-Identifer: GPL-2.0-or-later | 86 | + * |
87 | + * This library is free software; you can redistribute it and/or | ||
88 | + * modify it under the terms of the GNU Lesser General Public | ||
89 | + * License as published by the Free Software Foundation; either | ||
90 | + * version 2.1 of the License, or (at your option) any later version. | ||
91 | + * | ||
92 | + * This library is distributed in the hope that it will be useful, | ||
93 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
94 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
95 | + * Lesser General Public License for more details. | ||
96 | + * | ||
97 | + * You should have received a copy of the GNU Lesser General Public | ||
98 | + * License along with this library; if not, see <http://www.gnu.org/licenses/>. | ||
172 | + */ | 99 | + */ |
173 | + | 100 | + |
174 | +#include "qemu/osdep.h" | 101 | +#include "qemu/osdep.h" |
175 | +#include "qemu/log.h" | 102 | +#include "cpu.h" |
176 | +#include "qemu/error-report.h" | 103 | +#include "tcg/tcg-op.h" |
177 | +#include "hw/misc/aspeed_xdma.h" | 104 | +#include "tcg/tcg-op-gvec.h" |
178 | +#include "qapi/error.h" | 105 | +#include "tcg/tcg-gvec-desc.h" |
106 | +#include "translate.h" | ||
107 | +#include "exec/helper-gen.h" | ||
108 | +#include "translate-a64.h" | ||
109 | +#include "fpu/softfloat.h" | ||
179 | + | 110 | + |
180 | +#include "trace.h" | ||
181 | + | 111 | + |
182 | +#define XDMA_BMC_CMDQ_ADDR 0x10 | 112 | +/* |
183 | +#define XDMA_BMC_CMDQ_ENDP 0x14 | 113 | + * Include the generated decoder. |
184 | +#define XDMA_BMC_CMDQ_WRP 0x18 | 114 | + */ |
185 | +#define XDMA_BMC_CMDQ_W_MASK 0x0003FFFF | ||
186 | +#define XDMA_BMC_CMDQ_RDP 0x1C | ||
187 | +#define XDMA_BMC_CMDQ_RDP_MAGIC 0xEE882266 | ||
188 | +#define XDMA_IRQ_ENG_CTRL 0x20 | ||
189 | +#define XDMA_IRQ_ENG_CTRL_US_COMP BIT(4) | ||
190 | +#define XDMA_IRQ_ENG_CTRL_DS_COMP BIT(5) | ||
191 | +#define XDMA_IRQ_ENG_CTRL_W_MASK 0xBFEFF07F | ||
192 | +#define XDMA_IRQ_ENG_STAT 0x24 | ||
193 | +#define XDMA_IRQ_ENG_STAT_US_COMP BIT(4) | ||
194 | +#define XDMA_IRQ_ENG_STAT_DS_COMP BIT(5) | ||
195 | +#define XDMA_IRQ_ENG_STAT_RESET 0xF8000000 | ||
196 | +#define XDMA_MEM_SIZE 0x1000 | ||
197 | + | 115 | + |
198 | +#define TO_REG(addr) ((addr) / sizeof(uint32_t)) | 116 | +#include "decode-sme.c.inc" |
199 | + | 117 | diff --git a/target/arm/meson.build b/target/arm/meson.build |
200 | +static uint64_t aspeed_xdma_read(void *opaque, hwaddr addr, unsigned int size) | ||
201 | +{ | ||
202 | + uint32_t val = 0; | ||
203 | + AspeedXDMAState *xdma = opaque; | ||
204 | + | ||
205 | + if (addr < ASPEED_XDMA_REG_SIZE) { | ||
206 | + val = xdma->regs[TO_REG(addr)]; | ||
207 | + } | ||
208 | + | ||
209 | + return (uint64_t)val; | ||
210 | +} | ||
211 | + | ||
212 | +static void aspeed_xdma_write(void *opaque, hwaddr addr, uint64_t val, | ||
213 | + unsigned int size) | ||
214 | +{ | ||
215 | + unsigned int idx; | ||
216 | + uint32_t val32 = (uint32_t)val; | ||
217 | + AspeedXDMAState *xdma = opaque; | ||
218 | + | ||
219 | + if (addr >= ASPEED_XDMA_REG_SIZE) { | ||
220 | + return; | ||
221 | + } | ||
222 | + | ||
223 | + switch (addr) { | ||
224 | + case XDMA_BMC_CMDQ_ENDP: | ||
225 | + xdma->regs[TO_REG(addr)] = val32 & XDMA_BMC_CMDQ_W_MASK; | ||
226 | + break; | ||
227 | + case XDMA_BMC_CMDQ_WRP: | ||
228 | + idx = TO_REG(addr); | ||
229 | + xdma->regs[idx] = val32 & XDMA_BMC_CMDQ_W_MASK; | ||
230 | + xdma->regs[TO_REG(XDMA_BMC_CMDQ_RDP)] = xdma->regs[idx]; | ||
231 | + | ||
232 | + trace_aspeed_xdma_write(addr, val); | ||
233 | + | ||
234 | + if (xdma->bmc_cmdq_readp_set) { | ||
235 | + xdma->bmc_cmdq_readp_set = 0; | ||
236 | + } else { | ||
237 | + xdma->regs[TO_REG(XDMA_IRQ_ENG_STAT)] |= | ||
238 | + XDMA_IRQ_ENG_STAT_US_COMP | XDMA_IRQ_ENG_STAT_DS_COMP; | ||
239 | + | ||
240 | + if (xdma->regs[TO_REG(XDMA_IRQ_ENG_CTRL)] & | ||
241 | + (XDMA_IRQ_ENG_CTRL_US_COMP | XDMA_IRQ_ENG_CTRL_DS_COMP)) | ||
242 | + qemu_irq_raise(xdma->irq); | ||
243 | + } | ||
244 | + break; | ||
245 | + case XDMA_BMC_CMDQ_RDP: | ||
246 | + trace_aspeed_xdma_write(addr, val); | ||
247 | + | ||
248 | + if (val32 == XDMA_BMC_CMDQ_RDP_MAGIC) { | ||
249 | + xdma->bmc_cmdq_readp_set = 1; | ||
250 | + } | ||
251 | + break; | ||
252 | + case XDMA_IRQ_ENG_CTRL: | ||
253 | + xdma->regs[TO_REG(addr)] = val32 & XDMA_IRQ_ENG_CTRL_W_MASK; | ||
254 | + break; | ||
255 | + case XDMA_IRQ_ENG_STAT: | ||
256 | + trace_aspeed_xdma_write(addr, val); | ||
257 | + | ||
258 | + idx = TO_REG(addr); | ||
259 | + if (val32 & (XDMA_IRQ_ENG_STAT_US_COMP | XDMA_IRQ_ENG_STAT_DS_COMP)) { | ||
260 | + xdma->regs[idx] &= | ||
261 | + ~(XDMA_IRQ_ENG_STAT_US_COMP | XDMA_IRQ_ENG_STAT_DS_COMP); | ||
262 | + qemu_irq_lower(xdma->irq); | ||
263 | + } | ||
264 | + break; | ||
265 | + default: | ||
266 | + xdma->regs[TO_REG(addr)] = val32; | ||
267 | + break; | ||
268 | + } | ||
269 | +} | ||
270 | + | ||
271 | +static const MemoryRegionOps aspeed_xdma_ops = { | ||
272 | + .read = aspeed_xdma_read, | ||
273 | + .write = aspeed_xdma_write, | ||
274 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
275 | + .valid.min_access_size = 4, | ||
276 | + .valid.max_access_size = 4, | ||
277 | +}; | ||
278 | + | ||
279 | +static void aspeed_xdma_realize(DeviceState *dev, Error **errp) | ||
280 | +{ | ||
281 | + SysBusDevice *sbd = SYS_BUS_DEVICE(dev); | ||
282 | + AspeedXDMAState *xdma = ASPEED_XDMA(dev); | ||
283 | + | ||
284 | + sysbus_init_irq(sbd, &xdma->irq); | ||
285 | + memory_region_init_io(&xdma->iomem, OBJECT(xdma), &aspeed_xdma_ops, xdma, | ||
286 | + TYPE_ASPEED_XDMA, XDMA_MEM_SIZE); | ||
287 | + sysbus_init_mmio(sbd, &xdma->iomem); | ||
288 | +} | ||
289 | + | ||
290 | +static void aspeed_xdma_reset(DeviceState *dev) | ||
291 | +{ | ||
292 | + AspeedXDMAState *xdma = ASPEED_XDMA(dev); | ||
293 | + | ||
294 | + xdma->bmc_cmdq_readp_set = 0; | ||
295 | + memset(xdma->regs, 0, ASPEED_XDMA_REG_SIZE); | ||
296 | + xdma->regs[TO_REG(XDMA_IRQ_ENG_STAT)] = XDMA_IRQ_ENG_STAT_RESET; | ||
297 | + | ||
298 | + qemu_irq_lower(xdma->irq); | ||
299 | +} | ||
300 | + | ||
301 | +static const VMStateDescription aspeed_xdma_vmstate = { | ||
302 | + .name = TYPE_ASPEED_XDMA, | ||
303 | + .version_id = 1, | ||
304 | + .fields = (VMStateField[]) { | ||
305 | + VMSTATE_UINT32_ARRAY(regs, AspeedXDMAState, ASPEED_XDMA_NUM_REGS), | ||
306 | + VMSTATE_END_OF_LIST(), | ||
307 | + }, | ||
308 | +}; | ||
309 | + | ||
310 | +static void aspeed_xdma_class_init(ObjectClass *classp, void *data) | ||
311 | +{ | ||
312 | + DeviceClass *dc = DEVICE_CLASS(classp); | ||
313 | + | ||
314 | + dc->realize = aspeed_xdma_realize; | ||
315 | + dc->reset = aspeed_xdma_reset; | ||
316 | + dc->vmsd = &aspeed_xdma_vmstate; | ||
317 | +} | ||
318 | + | ||
319 | +static const TypeInfo aspeed_xdma_info = { | ||
320 | + .name = TYPE_ASPEED_XDMA, | ||
321 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
322 | + .instance_size = sizeof(AspeedXDMAState), | ||
323 | + .class_init = aspeed_xdma_class_init, | ||
324 | +}; | ||
325 | + | ||
326 | +static void aspeed_xdma_register_type(void) | ||
327 | +{ | ||
328 | + type_register_static(&aspeed_xdma_info); | ||
329 | +} | ||
330 | +type_init(aspeed_xdma_register_type); | ||
331 | diff --git a/hw/misc/trace-events b/hw/misc/trace-events | ||
332 | index XXXXXXX..XXXXXXX 100644 | 118 | index XXXXXXX..XXXXXXX 100644 |
333 | --- a/hw/misc/trace-events | 119 | --- a/target/arm/meson.build |
334 | +++ b/hw/misc/trace-events | 120 | +++ b/target/arm/meson.build |
335 | @@ -XXX,XX +XXX,XX @@ armsse_cpuid_write(uint64_t offset, uint64_t data, unsigned size) "SSE-200 CPU_I | 121 | @@ -XXX,XX +XXX,XX @@ |
336 | # armsse-mhu.c | 122 | gen = [ |
337 | armsse_mhu_read(uint64_t offset, uint64_t data, unsigned size) "SSE-200 MHU read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" | 123 | decodetree.process('sve.decode', extra_args: '--decode=disas_sve'), |
338 | armsse_mhu_write(uint64_t offset, uint64_t data, unsigned size) "SSE-200 MHU write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" | 124 | + decodetree.process('sme.decode', extra_args: '--decode=disas_sme'), |
339 | + | 125 | decodetree.process('neon-shared.decode', extra_args: '--decode=disas_neon_shared'), |
340 | +# aspeed_xdma.c | 126 | decodetree.process('neon-dp.decode', extra_args: '--decode=disas_neon_dp'), |
341 | +aspeed_xdma_write(uint64_t offset, uint64_t data) "XDMA write: offset 0x%" PRIx64 " data 0x%" PRIx64 | 127 | decodetree.process('neon-ls.decode', extra_args: '--decode=disas_neon_ls'), |
128 | @@ -XXX,XX +XXX,XX @@ arm_ss.add(when: 'TARGET_AARCH64', if_true: files( | ||
129 | 'sme_helper.c', | ||
130 | 'translate-a64.c', | ||
131 | 'translate-sve.c', | ||
132 | + 'translate-sme.c', | ||
133 | )) | ||
134 | |||
135 | arm_softmmu_ss = ss.source_set() | ||
342 | -- | 136 | -- |
343 | 2.20.1 | 137 | 2.25.1 |
344 | |||
345 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Suggested-by: Samuel Ortiz <sameo@linux.intel.com> | 3 | This new behaviour is in the ARM pseudocode function |
4 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 4 | AArch64.CheckFPAdvSIMDEnabled, which applies to AArch32 |
5 | Message-id: 20190701132516.26392-11-philmd@redhat.com | 5 | via AArch32.CheckAdvSIMDOrFPEnabled when the EL to which |
6 | the trap would be delivered is in AArch64 mode. | ||
7 | |||
8 | Given that ARMv9 drops support for AArch32 outside EL0, the trap EL | ||
9 | detection ought to be trivially true, but the pseudocode still contains | ||
10 | a number of conditions, and QEMU has not yet committed to dropping A32 | ||
11 | support for EL[12] when v9 features are present. | ||
12 | |||
13 | Since the computation of SME_TRAP_NONSTREAMING is necessarily different | ||
14 | for the two modes, we might as well preserve bits within TBFLAG_ANY and | ||
15 | allocate separate bits within TBFLAG_A32 and TBFLAG_A64 instead. | ||
16 | |||
17 | Note that DDI0616A.a has typos for bits [22:21] of LD1RO in the table | ||
18 | of instructions illegal in streaming mode. | ||
19 | |||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 20 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
21 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
22 | Message-id: 20220708151540.18136-4-richard.henderson@linaro.org | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | --- | 24 | --- |
9 | target/arm/cpu.h | 2 - | 25 | target/arm/cpu.h | 7 +++ |
10 | target/arm/translate.h | 5 - | 26 | target/arm/translate.h | 4 ++ |
11 | target/arm/cpu.c | 226 +++++++++++++++++++++++++++++++++++++ | 27 | target/arm/sme-fa64.decode | 90 ++++++++++++++++++++++++++++++++++++++ |
12 | target/arm/translate-a64.c | 128 --------------------- | 28 | target/arm/helper.c | 41 +++++++++++++++++ |
13 | target/arm/translate.c | 88 --------------- | 29 | target/arm/translate-a64.c | 40 ++++++++++++++++- |
14 | 5 files changed, 226 insertions(+), 223 deletions(-) | 30 | target/arm/translate-vfp.c | 12 +++++ |
31 | target/arm/translate.c | 2 + | ||
32 | target/arm/meson.build | 1 + | ||
33 | 8 files changed, 195 insertions(+), 2 deletions(-) | ||
34 | create mode 100644 target/arm/sme-fa64.decode | ||
15 | 35 | ||
16 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 36 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h |
17 | index XXXXXXX..XXXXXXX 100644 | 37 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/cpu.h | 38 | --- a/target/arm/cpu.h |
19 | +++ b/target/arm/cpu.h | 39 | +++ b/target/arm/cpu.h |
20 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_do_interrupt(CPUState *cpu); | 40 | @@ -XXX,XX +XXX,XX @@ FIELD(TBFLAG_A32, HSTR_ACTIVE, 9, 1) |
21 | void arm_v7m_cpu_do_interrupt(CPUState *cpu); | 41 | * the same thing as the current security state of the processor! |
22 | bool arm_cpu_exec_interrupt(CPUState *cpu, int int_req); | 42 | */ |
23 | 43 | FIELD(TBFLAG_A32, NS, 10, 1) | |
24 | -void arm_cpu_dump_state(CPUState *cs, FILE *f, int flags); | 44 | +/* |
25 | - | 45 | + * Indicates that SME Streaming mode is active, and SMCR_ELx.FA64 is not. |
26 | hwaddr arm_cpu_get_phys_page_attrs_debug(CPUState *cpu, vaddr addr, | 46 | + * This requires an SME trap from AArch32 mode when using NEON. |
27 | MemTxAttrs *attrs); | 47 | + */ |
28 | 48 | +FIELD(TBFLAG_A32, SME_TRAP_NONSTREAMING, 11, 1) | |
49 | |||
50 | /* | ||
51 | * Bit usage when in AArch32 state, for M-profile only. | ||
52 | @@ -XXX,XX +XXX,XX @@ FIELD(TBFLAG_A64, SMEEXC_EL, 20, 2) | ||
53 | FIELD(TBFLAG_A64, PSTATE_SM, 22, 1) | ||
54 | FIELD(TBFLAG_A64, PSTATE_ZA, 23, 1) | ||
55 | FIELD(TBFLAG_A64, SVL, 24, 4) | ||
56 | +/* Indicates that SME Streaming mode is active, and SMCR_ELx.FA64 is not. */ | ||
57 | +FIELD(TBFLAG_A64, SME_TRAP_NONSTREAMING, 28, 1) | ||
58 | |||
59 | /* | ||
60 | * Helpers for using the above. | ||
29 | diff --git a/target/arm/translate.h b/target/arm/translate.h | 61 | diff --git a/target/arm/translate.h b/target/arm/translate.h |
30 | index XXXXXXX..XXXXXXX 100644 | 62 | index XXXXXXX..XXXXXXX 100644 |
31 | --- a/target/arm/translate.h | 63 | --- a/target/arm/translate.h |
32 | +++ b/target/arm/translate.h | 64 | +++ b/target/arm/translate.h |
33 | @@ -XXX,XX +XXX,XX @@ static inline void disas_set_insn_syndrome(DisasContext *s, uint32_t syn) | 65 | @@ -XXX,XX +XXX,XX @@ typedef struct DisasContext { |
34 | #ifdef TARGET_AARCH64 | 66 | bool pstate_sm; |
35 | void a64_translate_init(void); | 67 | /* True if PSTATE.ZA is set. */ |
36 | void gen_a64_set_pc_im(uint64_t val); | 68 | bool pstate_za; |
37 | -void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags); | 69 | + /* True if non-streaming insns should raise an SME Streaming exception. */ |
38 | extern const TranslatorOps aarch64_translator_ops; | 70 | + bool sme_trap_nonstreaming; |
39 | #else | 71 | + /* True if the current instruction is non-streaming. */ |
40 | static inline void a64_translate_init(void) | 72 | + bool is_nonstreaming; |
41 | @@ -XXX,XX +XXX,XX @@ static inline void a64_translate_init(void) | 73 | /* True if MVE insns are definitely not predicated by VPR or LTPSIZE */ |
42 | static inline void gen_a64_set_pc_im(uint64_t val) | 74 | bool mve_no_pred; |
43 | { | 75 | /* |
76 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode | ||
77 | new file mode 100644 | ||
78 | index XXXXXXX..XXXXXXX | ||
79 | --- /dev/null | ||
80 | +++ b/target/arm/sme-fa64.decode | ||
81 | @@ -XXX,XX +XXX,XX @@ | ||
82 | +# AArch64 SME allowed instruction decoding | ||
83 | +# | ||
84 | +# Copyright (c) 2022 Linaro, Ltd | ||
85 | +# | ||
86 | +# This library is free software; you can redistribute it and/or | ||
87 | +# modify it under the terms of the GNU Lesser General Public | ||
88 | +# License as published by the Free Software Foundation; either | ||
89 | +# version 2.1 of the License, or (at your option) any later version. | ||
90 | +# | ||
91 | +# This library is distributed in the hope that it will be useful, | ||
92 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
93 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
94 | +# Lesser General Public License for more details. | ||
95 | +# | ||
96 | +# You should have received a copy of the GNU Lesser General Public | ||
97 | +# License along with this library; if not, see <http://www.gnu.org/licenses/>. | ||
98 | + | ||
99 | +# | ||
100 | +# This file is processed by scripts/decodetree.py | ||
101 | +# | ||
102 | + | ||
103 | +# These patterns are taken from Appendix E1.1 of DDI0616 A.a, | ||
104 | +# Arm Architecture Reference Manual Supplement, | ||
105 | +# The Scalable Matrix Extension (SME), for Armv9-A | ||
106 | + | ||
107 | +{ | ||
108 | + [ | ||
109 | + OK 0-00 1110 0000 0001 0010 11-- ---- ---- # SMOV W|Xd,Vn.B[0] | ||
110 | + OK 0-00 1110 0000 0010 0010 11-- ---- ---- # SMOV W|Xd,Vn.H[0] | ||
111 | + OK 0100 1110 0000 0100 0010 11-- ---- ---- # SMOV Xd,Vn.S[0] | ||
112 | + OK 0000 1110 0000 0001 0011 11-- ---- ---- # UMOV Wd,Vn.B[0] | ||
113 | + OK 0000 1110 0000 0010 0011 11-- ---- ---- # UMOV Wd,Vn.H[0] | ||
114 | + OK 0000 1110 0000 0100 0011 11-- ---- ---- # UMOV Wd,Vn.S[0] | ||
115 | + OK 0100 1110 0000 1000 0011 11-- ---- ---- # UMOV Xd,Vn.D[0] | ||
116 | + ] | ||
117 | + FAIL 0--0 111- ---- ---- ---- ---- ---- ---- # Advanced SIMD vector operations | ||
118 | +} | ||
119 | + | ||
120 | +{ | ||
121 | + [ | ||
122 | + OK 0101 1110 --1- ---- 11-1 11-- ---- ---- # FMULX/FRECPS/FRSQRTS (scalar) | ||
123 | + OK 0101 1110 -10- ---- 00-1 11-- ---- ---- # FMULX/FRECPS/FRSQRTS (scalar, FP16) | ||
124 | + OK 01-1 1110 1-10 0001 11-1 10-- ---- ---- # FRECPE/FRSQRTE/FRECPX (scalar) | ||
125 | + OK 01-1 1110 1111 1001 11-1 10-- ---- ---- # FRECPE/FRSQRTE/FRECPX (scalar, FP16) | ||
126 | + ] | ||
127 | + FAIL 01-1 111- ---- ---- ---- ---- ---- ---- # Advanced SIMD single-element operations | ||
128 | +} | ||
129 | + | ||
130 | +FAIL 0-00 110- ---- ---- ---- ---- ---- ---- # Advanced SIMD structure load/store | ||
131 | +FAIL 1100 1110 ---- ---- ---- ---- ---- ---- # Advanced SIMD cryptography extensions | ||
132 | +FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS | ||
133 | + | ||
134 | +# These are the "avoidance of doubt" final table of Illegal Advanced SIMD instructions | ||
135 | +# We don't actually need to include these, as the default is OK. | ||
136 | +# -001 111- ---- ---- ---- ---- ---- ---- # Scalar floating-point operations | ||
137 | +# --10 110- ---- ---- ---- ---- ---- ---- # Load/store pair of FP registers | ||
138 | +# --01 1100 ---- ---- ---- ---- ---- ---- # Load FP register (PC-relative literal) | ||
139 | +# --11 1100 --0- ---- ---- ---- ---- ---- # Load/store FP register (unscaled imm) | ||
140 | +# --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) | ||
141 | +# --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) | ||
142 | + | ||
143 | +FAIL 0000 0100 --1- ---- 1010 ---- ---- ---- # ADR | ||
144 | +FAIL 0000 0100 --1- ---- 1011 -0-- ---- ---- # FTSSEL, FEXPA | ||
145 | +FAIL 0000 0101 --10 0001 100- ---- ---- ---- # COMPACT | ||
146 | +FAIL 0010 0101 --01 100- 1111 000- ---0 ---- # RDFFR, RDFFRS | ||
147 | +FAIL 0010 0101 --10 1--- 1001 ---- ---- ---- # WRFFR, SETFFR | ||
148 | +FAIL 0100 0101 --0- ---- 1011 ---- ---- ---- # BDEP, BEXT, BGRP | ||
149 | +FAIL 0100 0101 000- ---- 0110 1--- ---- ---- # PMULLB, PMULLT (128b result) | ||
150 | +FAIL 0110 0100 --1- ---- 1110 01-- ---- ---- # FMMLA, BFMMLA | ||
151 | +FAIL 0110 0101 --0- ---- 0000 11-- ---- ---- # FTSMUL | ||
152 | +FAIL 0110 0101 --01 0--- 100- ---- ---- ---- # FTMAD | ||
153 | +FAIL 0110 0101 --01 1--- 001- ---- ---- ---- # FADDA | ||
154 | +FAIL 0100 0101 --0- ---- 1001 10-- ---- ---- # SMMLA, UMMLA, USMMLA | ||
155 | +FAIL 0100 0101 --1- ---- 1--- ---- ---- ---- # SVE2 string/histo/crypto instructions | ||
156 | +FAIL 1000 010- -00- ---- 10-- ---- ---- ---- # SVE2 32-bit gather NT load (vector+scalar) | ||
157 | +FAIL 1000 010- -00- ---- 111- ---- ---- ---- # SVE 32-bit gather prefetch (vector+imm) | ||
158 | +FAIL 1000 0100 0-1- ---- 0--- ---- ---- ---- # SVE 32-bit gather prefetch (scalar+vector) | ||
159 | +FAIL 1000 010- -01- ---- 1--- ---- ---- ---- # SVE 32-bit gather load (vector+imm) | ||
160 | +FAIL 1000 0100 0-0- ---- 0--- ---- ---- ---- # SVE 32-bit gather load byte (scalar+vector) | ||
161 | +FAIL 1000 0100 1--- ---- 0--- ---- ---- ---- # SVE 32-bit gather load half (scalar+vector) | ||
162 | +FAIL 1000 0101 0--- ---- 0--- ---- ---- ---- # SVE 32-bit gather load word (scalar+vector) | ||
163 | +FAIL 1010 010- ---- ---- 011- ---- ---- ---- # SVE contiguous FF load (scalar+scalar) | ||
164 | +FAIL 1010 010- ---1 ---- 101- ---- ---- ---- # SVE contiguous NF load (scalar+imm) | ||
165 | +FAIL 1010 010- -01- ---- 000- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+scalar) | ||
166 | +FAIL 1010 010- -010 ---- 001- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+imm) | ||
167 | +FAIL 1100 010- ---- ---- ---- ---- ---- ---- # SVE 64-bit gather load/prefetch | ||
168 | +FAIL 1110 010- -00- ---- 001- ---- ---- ---- # SVE2 64-bit scatter NT store (vector+scalar) | ||
169 | +FAIL 1110 010- -10- ---- 001- ---- ---- ---- # SVE2 32-bit scatter NT store (vector+scalar) | ||
170 | +FAIL 1110 010- ---- ---- 1-0- ---- ---- ---- # SVE scatter store (scalar+32-bit vector) | ||
171 | +FAIL 1110 010- ---- ---- 101- ---- ---- ---- # SVE scatter store (misc) | ||
172 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
173 | index XXXXXXX..XXXXXXX 100644 | ||
174 | --- a/target/arm/helper.c | ||
175 | +++ b/target/arm/helper.c | ||
176 | @@ -XXX,XX +XXX,XX @@ int sme_exception_el(CPUARMState *env, int el) | ||
177 | return 0; | ||
44 | } | 178 | } |
45 | - | 179 | |
46 | -static inline void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags) | 180 | +/* This corresponds to the ARM pseudocode function IsFullA64Enabled(). */ |
47 | -{ | 181 | +static bool sme_fa64(CPUARMState *env, int el) |
48 | -} | 182 | +{ |
49 | #endif | 183 | + if (!cpu_isar_feature(aa64_sme_fa64, env_archcpu(env))) { |
50 | 184 | + return false; | |
51 | void arm_test_cc(DisasCompare *cmp, int cc); | 185 | + } |
52 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 186 | + |
53 | index XXXXXXX..XXXXXXX 100644 | 187 | + if (el <= 1 && !el_is_in_host(env, el)) { |
54 | --- a/target/arm/cpu.c | 188 | + if (!FIELD_EX64(env->vfp.smcr_el[1], SMCR, FA64)) { |
55 | +++ b/target/arm/cpu.c | 189 | + return false; |
56 | @@ -XXX,XX +XXX,XX @@ | 190 | + } |
191 | + } | ||
192 | + if (el <= 2 && arm_is_el2_enabled(env)) { | ||
193 | + if (!FIELD_EX64(env->vfp.smcr_el[2], SMCR, FA64)) { | ||
194 | + return false; | ||
195 | + } | ||
196 | + } | ||
197 | + if (arm_feature(env, ARM_FEATURE_EL3)) { | ||
198 | + if (!FIELD_EX64(env->vfp.smcr_el[3], SMCR, FA64)) { | ||
199 | + return false; | ||
200 | + } | ||
201 | + } | ||
202 | + | ||
203 | + return true; | ||
204 | +} | ||
205 | + | ||
206 | /* | ||
207 | * Given that SVE is enabled, return the vector length for EL. | ||
57 | */ | 208 | */ |
58 | 209 | @@ -XXX,XX +XXX,XX @@ static CPUARMTBFlags rebuild_hflags_a32(CPUARMState *env, int fp_el, | |
59 | #include "qemu/osdep.h" | 210 | DP_TBFLAG_ANY(flags, PSTATE__IL, 1); |
60 | +#include "qemu/qemu-print.h" | 211 | } |
61 | #include "qemu-common.h" | 212 | |
62 | #include "target/arm/idau.h" | 213 | + /* |
63 | #include "qemu/module.h" | 214 | + * The SME exception we are testing for is raised via |
64 | @@ -XXX,XX +XXX,XX @@ static void arm_disas_set_info(CPUState *cpu, disassemble_info *info) | 215 | + * AArch64.CheckFPAdvSIMDEnabled(), as called from |
65 | #endif | 216 | + * AArch32.CheckAdvSIMDOrFPEnabled(). |
217 | + */ | ||
218 | + if (el == 0 | ||
219 | + && FIELD_EX64(env->svcr, SVCR, SM) | ||
220 | + && (!arm_is_el2_enabled(env) | ||
221 | + || (arm_el_is_aa64(env, 2) && !(env->cp15.hcr_el2 & HCR_TGE))) | ||
222 | + && arm_el_is_aa64(env, 1) | ||
223 | + && !sme_fa64(env, el)) { | ||
224 | + DP_TBFLAG_A32(flags, SME_TRAP_NONSTREAMING, 1); | ||
225 | + } | ||
226 | + | ||
227 | return rebuild_hflags_common_32(env, fp_el, mmu_idx, flags); | ||
66 | } | 228 | } |
67 | 229 | ||
68 | +#ifdef TARGET_AARCH64 | 230 | @@ -XXX,XX +XXX,XX @@ static CPUARMTBFlags rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, |
69 | + | 231 | } |
70 | +static void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags) | 232 | if (FIELD_EX64(env->svcr, SVCR, SM)) { |
71 | +{ | 233 | DP_TBFLAG_A64(flags, PSTATE_SM, 1); |
72 | + ARMCPU *cpu = ARM_CPU(cs); | 234 | + DP_TBFLAG_A64(flags, SME_TRAP_NONSTREAMING, !sme_fa64(env, el)); |
73 | + CPUARMState *env = &cpu->env; | 235 | } |
74 | + uint32_t psr = pstate_read(env); | 236 | DP_TBFLAG_A64(flags, PSTATE_ZA, FIELD_EX64(env->svcr, SVCR, ZA)); |
75 | + int i; | 237 | } |
76 | + int el = arm_current_el(env); | ||
77 | + const char *ns_status; | ||
78 | + | ||
79 | + qemu_fprintf(f, " PC=%016" PRIx64 " ", env->pc); | ||
80 | + for (i = 0; i < 32; i++) { | ||
81 | + if (i == 31) { | ||
82 | + qemu_fprintf(f, " SP=%016" PRIx64 "\n", env->xregs[i]); | ||
83 | + } else { | ||
84 | + qemu_fprintf(f, "X%02d=%016" PRIx64 "%s", i, env->xregs[i], | ||
85 | + (i + 2) % 3 ? " " : "\n"); | ||
86 | + } | ||
87 | + } | ||
88 | + | ||
89 | + if (arm_feature(env, ARM_FEATURE_EL3) && el != 3) { | ||
90 | + ns_status = env->cp15.scr_el3 & SCR_NS ? "NS " : "S "; | ||
91 | + } else { | ||
92 | + ns_status = ""; | ||
93 | + } | ||
94 | + qemu_fprintf(f, "PSTATE=%08x %c%c%c%c %sEL%d%c", | ||
95 | + psr, | ||
96 | + psr & PSTATE_N ? 'N' : '-', | ||
97 | + psr & PSTATE_Z ? 'Z' : '-', | ||
98 | + psr & PSTATE_C ? 'C' : '-', | ||
99 | + psr & PSTATE_V ? 'V' : '-', | ||
100 | + ns_status, | ||
101 | + el, | ||
102 | + psr & PSTATE_SP ? 'h' : 't'); | ||
103 | + | ||
104 | + if (cpu_isar_feature(aa64_bti, cpu)) { | ||
105 | + qemu_fprintf(f, " BTYPE=%d", (psr & PSTATE_BTYPE) >> 10); | ||
106 | + } | ||
107 | + if (!(flags & CPU_DUMP_FPU)) { | ||
108 | + qemu_fprintf(f, "\n"); | ||
109 | + return; | ||
110 | + } | ||
111 | + if (fp_exception_el(env, el) != 0) { | ||
112 | + qemu_fprintf(f, " FPU disabled\n"); | ||
113 | + return; | ||
114 | + } | ||
115 | + qemu_fprintf(f, " FPCR=%08x FPSR=%08x\n", | ||
116 | + vfp_get_fpcr(env), vfp_get_fpsr(env)); | ||
117 | + | ||
118 | + if (cpu_isar_feature(aa64_sve, cpu) && sve_exception_el(env, el) == 0) { | ||
119 | + int j, zcr_len = sve_zcr_len_for_el(env, el); | ||
120 | + | ||
121 | + for (i = 0; i <= FFR_PRED_NUM; i++) { | ||
122 | + bool eol; | ||
123 | + if (i == FFR_PRED_NUM) { | ||
124 | + qemu_fprintf(f, "FFR="); | ||
125 | + /* It's last, so end the line. */ | ||
126 | + eol = true; | ||
127 | + } else { | ||
128 | + qemu_fprintf(f, "P%02d=", i); | ||
129 | + switch (zcr_len) { | ||
130 | + case 0: | ||
131 | + eol = i % 8 == 7; | ||
132 | + break; | ||
133 | + case 1: | ||
134 | + eol = i % 6 == 5; | ||
135 | + break; | ||
136 | + case 2: | ||
137 | + case 3: | ||
138 | + eol = i % 3 == 2; | ||
139 | + break; | ||
140 | + default: | ||
141 | + /* More than one quadword per predicate. */ | ||
142 | + eol = true; | ||
143 | + break; | ||
144 | + } | ||
145 | + } | ||
146 | + for (j = zcr_len / 4; j >= 0; j--) { | ||
147 | + int digits; | ||
148 | + if (j * 4 + 4 <= zcr_len + 1) { | ||
149 | + digits = 16; | ||
150 | + } else { | ||
151 | + digits = (zcr_len % 4 + 1) * 4; | ||
152 | + } | ||
153 | + qemu_fprintf(f, "%0*" PRIx64 "%s", digits, | ||
154 | + env->vfp.pregs[i].p[j], | ||
155 | + j ? ":" : eol ? "\n" : " "); | ||
156 | + } | ||
157 | + } | ||
158 | + | ||
159 | + for (i = 0; i < 32; i++) { | ||
160 | + if (zcr_len == 0) { | ||
161 | + qemu_fprintf(f, "Z%02d=%016" PRIx64 ":%016" PRIx64 "%s", | ||
162 | + i, env->vfp.zregs[i].d[1], | ||
163 | + env->vfp.zregs[i].d[0], i & 1 ? "\n" : " "); | ||
164 | + } else if (zcr_len == 1) { | ||
165 | + qemu_fprintf(f, "Z%02d=%016" PRIx64 ":%016" PRIx64 | ||
166 | + ":%016" PRIx64 ":%016" PRIx64 "\n", | ||
167 | + i, env->vfp.zregs[i].d[3], env->vfp.zregs[i].d[2], | ||
168 | + env->vfp.zregs[i].d[1], env->vfp.zregs[i].d[0]); | ||
169 | + } else { | ||
170 | + for (j = zcr_len; j >= 0; j--) { | ||
171 | + bool odd = (zcr_len - j) % 2 != 0; | ||
172 | + if (j == zcr_len) { | ||
173 | + qemu_fprintf(f, "Z%02d[%x-%x]=", i, j, j - 1); | ||
174 | + } else if (!odd) { | ||
175 | + if (j > 0) { | ||
176 | + qemu_fprintf(f, " [%x-%x]=", j, j - 1); | ||
177 | + } else { | ||
178 | + qemu_fprintf(f, " [%x]=", j); | ||
179 | + } | ||
180 | + } | ||
181 | + qemu_fprintf(f, "%016" PRIx64 ":%016" PRIx64 "%s", | ||
182 | + env->vfp.zregs[i].d[j * 2 + 1], | ||
183 | + env->vfp.zregs[i].d[j * 2], | ||
184 | + odd || j == 0 ? "\n" : ":"); | ||
185 | + } | ||
186 | + } | ||
187 | + } | ||
188 | + } else { | ||
189 | + for (i = 0; i < 32; i++) { | ||
190 | + uint64_t *q = aa64_vfp_qreg(env, i); | ||
191 | + qemu_fprintf(f, "Q%02d=%016" PRIx64 ":%016" PRIx64 "%s", | ||
192 | + i, q[1], q[0], (i & 1 ? "\n" : " ")); | ||
193 | + } | ||
194 | + } | ||
195 | +} | ||
196 | + | ||
197 | +#else | ||
198 | + | ||
199 | +static inline void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags) | ||
200 | +{ | ||
201 | + g_assert_not_reached(); | ||
202 | +} | ||
203 | + | ||
204 | +#endif | ||
205 | + | ||
206 | +static void arm_cpu_dump_state(CPUState *cs, FILE *f, int flags) | ||
207 | +{ | ||
208 | + ARMCPU *cpu = ARM_CPU(cs); | ||
209 | + CPUARMState *env = &cpu->env; | ||
210 | + int i; | ||
211 | + | ||
212 | + if (is_a64(env)) { | ||
213 | + aarch64_cpu_dump_state(cs, f, flags); | ||
214 | + return; | ||
215 | + } | ||
216 | + | ||
217 | + for (i = 0; i < 16; i++) { | ||
218 | + qemu_fprintf(f, "R%02d=%08x", i, env->regs[i]); | ||
219 | + if ((i % 4) == 3) { | ||
220 | + qemu_fprintf(f, "\n"); | ||
221 | + } else { | ||
222 | + qemu_fprintf(f, " "); | ||
223 | + } | ||
224 | + } | ||
225 | + | ||
226 | + if (arm_feature(env, ARM_FEATURE_M)) { | ||
227 | + uint32_t xpsr = xpsr_read(env); | ||
228 | + const char *mode; | ||
229 | + const char *ns_status = ""; | ||
230 | + | ||
231 | + if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
232 | + ns_status = env->v7m.secure ? "S " : "NS "; | ||
233 | + } | ||
234 | + | ||
235 | + if (xpsr & XPSR_EXCP) { | ||
236 | + mode = "handler"; | ||
237 | + } else { | ||
238 | + if (env->v7m.control[env->v7m.secure] & R_V7M_CONTROL_NPRIV_MASK) { | ||
239 | + mode = "unpriv-thread"; | ||
240 | + } else { | ||
241 | + mode = "priv-thread"; | ||
242 | + } | ||
243 | + } | ||
244 | + | ||
245 | + qemu_fprintf(f, "XPSR=%08x %c%c%c%c %c %s%s\n", | ||
246 | + xpsr, | ||
247 | + xpsr & XPSR_N ? 'N' : '-', | ||
248 | + xpsr & XPSR_Z ? 'Z' : '-', | ||
249 | + xpsr & XPSR_C ? 'C' : '-', | ||
250 | + xpsr & XPSR_V ? 'V' : '-', | ||
251 | + xpsr & XPSR_T ? 'T' : 'A', | ||
252 | + ns_status, | ||
253 | + mode); | ||
254 | + } else { | ||
255 | + uint32_t psr = cpsr_read(env); | ||
256 | + const char *ns_status = ""; | ||
257 | + | ||
258 | + if (arm_feature(env, ARM_FEATURE_EL3) && | ||
259 | + (psr & CPSR_M) != ARM_CPU_MODE_MON) { | ||
260 | + ns_status = env->cp15.scr_el3 & SCR_NS ? "NS " : "S "; | ||
261 | + } | ||
262 | + | ||
263 | + qemu_fprintf(f, "PSR=%08x %c%c%c%c %c %s%s%d\n", | ||
264 | + psr, | ||
265 | + psr & CPSR_N ? 'N' : '-', | ||
266 | + psr & CPSR_Z ? 'Z' : '-', | ||
267 | + psr & CPSR_C ? 'C' : '-', | ||
268 | + psr & CPSR_V ? 'V' : '-', | ||
269 | + psr & CPSR_T ? 'T' : 'A', | ||
270 | + ns_status, | ||
271 | + aarch32_mode_name(psr), (psr & 0x10) ? 32 : 26); | ||
272 | + } | ||
273 | + | ||
274 | + if (flags & CPU_DUMP_FPU) { | ||
275 | + int numvfpregs = 0; | ||
276 | + if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
277 | + numvfpregs += 16; | ||
278 | + } | ||
279 | + if (arm_feature(env, ARM_FEATURE_VFP3)) { | ||
280 | + numvfpregs += 16; | ||
281 | + } | ||
282 | + for (i = 0; i < numvfpregs; i++) { | ||
283 | + uint64_t v = *aa32_vfp_dreg(env, i); | ||
284 | + qemu_fprintf(f, "s%02d=%08x s%02d=%08x d%02d=%016" PRIx64 "\n", | ||
285 | + i * 2, (uint32_t)v, | ||
286 | + i * 2 + 1, (uint32_t)(v >> 32), | ||
287 | + i, v); | ||
288 | + } | ||
289 | + qemu_fprintf(f, "FPSCR: %08x\n", vfp_get_fpscr(env)); | ||
290 | + } | ||
291 | +} | ||
292 | + | ||
293 | uint64_t arm_cpu_mp_affinity(int idx, uint8_t clustersz) | ||
294 | { | ||
295 | uint32_t Aff1 = idx / clustersz; | ||
296 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 238 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c |
297 | index XXXXXXX..XXXXXXX 100644 | 239 | index XXXXXXX..XXXXXXX 100644 |
298 | --- a/target/arm/translate-a64.c | 240 | --- a/target/arm/translate-a64.c |
299 | +++ b/target/arm/translate-a64.c | 241 | +++ b/target/arm/translate-a64.c |
300 | @@ -XXX,XX +XXX,XX @@ | 242 | @@ -XXX,XX +XXX,XX @@ static void do_vec_ld(DisasContext *s, int destidx, int element, |
301 | #include "translate.h" | 243 | * unallocated-encoding checks (otherwise the syndrome information |
302 | #include "internals.h" | 244 | * for the resulting exception will be incorrect). |
303 | #include "qemu/host-utils.h" | 245 | */ |
304 | -#include "qemu/qemu-print.h" | 246 | -static bool fp_access_check(DisasContext *s) |
305 | 247 | +static bool fp_access_check_only(DisasContext *s) | |
306 | #include "hw/semihosting/semihost.h" | 248 | { |
307 | #include "exec/gen-icount.h" | 249 | if (s->fp_excp_el) { |
308 | @@ -XXX,XX +XXX,XX @@ static void set_btype(DisasContext *s, int val) | 250 | assert(!s->fp_access_checked); |
309 | s->btype = -1; | 251 | @@ -XXX,XX +XXX,XX @@ static bool fp_access_check(DisasContext *s) |
252 | return true; | ||
310 | } | 253 | } |
311 | 254 | ||
312 | -void aarch64_cpu_dump_state(CPUState *cs, FILE *f, int flags) | 255 | +static bool fp_access_check(DisasContext *s) |
313 | -{ | 256 | +{ |
314 | - ARMCPU *cpu = ARM_CPU(cs); | 257 | + if (!fp_access_check_only(s)) { |
315 | - CPUARMState *env = &cpu->env; | 258 | + return false; |
316 | - uint32_t psr = pstate_read(env); | 259 | + } |
317 | - int i; | 260 | + if (s->sme_trap_nonstreaming && s->is_nonstreaming) { |
318 | - int el = arm_current_el(env); | 261 | + gen_exception_insn(s, s->pc_curr, EXCP_UDEF, |
319 | - const char *ns_status; | 262 | + syn_smetrap(SME_ET_Streaming, false)); |
320 | - | 263 | + return false; |
321 | - qemu_fprintf(f, " PC=%016" PRIx64 " ", env->pc); | 264 | + } |
322 | - for (i = 0; i < 32; i++) { | 265 | + return true; |
323 | - if (i == 31) { | 266 | +} |
324 | - qemu_fprintf(f, " SP=%016" PRIx64 "\n", env->xregs[i]); | 267 | + |
325 | - } else { | 268 | /* Check that SVE access is enabled. If it is, return true. |
326 | - qemu_fprintf(f, "X%02d=%016" PRIx64 "%s", i, env->xregs[i], | 269 | * If not, emit code to generate an appropriate exception and return false. |
327 | - (i + 2) % 3 ? " " : "\n"); | 270 | */ |
328 | - } | 271 | @@ -XXX,XX +XXX,XX @@ static void handle_sys(DisasContext *s, uint32_t insn, bool isread, |
329 | - } | 272 | default: |
330 | - | 273 | g_assert_not_reached(); |
331 | - if (arm_feature(env, ARM_FEATURE_EL3) && el != 3) { | 274 | } |
332 | - ns_status = env->cp15.scr_el3 & SCR_NS ? "NS " : "S "; | 275 | - if ((ri->type & ARM_CP_FPU) && !fp_access_check(s)) { |
333 | - } else { | 276 | + if ((ri->type & ARM_CP_FPU) && !fp_access_check_only(s)) { |
334 | - ns_status = ""; | 277 | return; |
335 | - } | 278 | } else if ((ri->type & ARM_CP_SVE) && !sve_access_check(s)) { |
336 | - qemu_fprintf(f, "PSTATE=%08x %c%c%c%c %sEL%d%c", | 279 | return; |
337 | - psr, | 280 | @@ -XXX,XX +XXX,XX @@ static void disas_data_proc_simd_fp(DisasContext *s, uint32_t insn) |
338 | - psr & PSTATE_N ? 'N' : '-', | 281 | } |
339 | - psr & PSTATE_Z ? 'Z' : '-', | 282 | } |
340 | - psr & PSTATE_C ? 'C' : '-', | 283 | |
341 | - psr & PSTATE_V ? 'V' : '-', | 284 | +/* |
342 | - ns_status, | 285 | + * Include the generated SME FA64 decoder. |
343 | - el, | 286 | + */ |
344 | - psr & PSTATE_SP ? 'h' : 't'); | 287 | + |
345 | - | 288 | +#include "decode-sme-fa64.c.inc" |
346 | - if (cpu_isar_feature(aa64_bti, cpu)) { | 289 | + |
347 | - qemu_fprintf(f, " BTYPE=%d", (psr & PSTATE_BTYPE) >> 10); | 290 | +static bool trans_OK(DisasContext *s, arg_OK *a) |
348 | - } | 291 | +{ |
349 | - if (!(flags & CPU_DUMP_FPU)) { | 292 | + return true; |
350 | - qemu_fprintf(f, "\n"); | 293 | +} |
351 | - return; | 294 | + |
352 | - } | 295 | +static bool trans_FAIL(DisasContext *s, arg_OK *a) |
353 | - if (fp_exception_el(env, el) != 0) { | 296 | +{ |
354 | - qemu_fprintf(f, " FPU disabled\n"); | 297 | + s->is_nonstreaming = true; |
355 | - return; | 298 | + return true; |
356 | - } | 299 | +} |
357 | - qemu_fprintf(f, " FPCR=%08x FPSR=%08x\n", | 300 | + |
358 | - vfp_get_fpcr(env), vfp_get_fpsr(env)); | 301 | /** |
359 | - | 302 | * is_guarded_page: |
360 | - if (cpu_isar_feature(aa64_sve, cpu) && sve_exception_el(env, el) == 0) { | 303 | * @env: The cpu environment |
361 | - int j, zcr_len = sve_zcr_len_for_el(env, el); | 304 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_init_disas_context(DisasContextBase *dcbase, |
362 | - | 305 | dc->mte_active[1] = EX_TBFLAG_A64(tb_flags, MTE0_ACTIVE); |
363 | - for (i = 0; i <= FFR_PRED_NUM; i++) { | 306 | dc->pstate_sm = EX_TBFLAG_A64(tb_flags, PSTATE_SM); |
364 | - bool eol; | 307 | dc->pstate_za = EX_TBFLAG_A64(tb_flags, PSTATE_ZA); |
365 | - if (i == FFR_PRED_NUM) { | 308 | + dc->sme_trap_nonstreaming = EX_TBFLAG_A64(tb_flags, SME_TRAP_NONSTREAMING); |
366 | - qemu_fprintf(f, "FFR="); | 309 | dc->vec_len = 0; |
367 | - /* It's last, so end the line. */ | 310 | dc->vec_stride = 0; |
368 | - eol = true; | 311 | dc->cp_regs = arm_cpu->cp_regs; |
369 | - } else { | 312 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
370 | - qemu_fprintf(f, "P%02d=", i); | 313 | } |
371 | - switch (zcr_len) { | 314 | } |
372 | - case 0: | 315 | |
373 | - eol = i % 8 == 7; | 316 | + s->is_nonstreaming = false; |
374 | - break; | 317 | + if (s->sme_trap_nonstreaming) { |
375 | - case 1: | 318 | + disas_sme_fa64(s, insn); |
376 | - eol = i % 6 == 5; | 319 | + } |
377 | - break; | 320 | + |
378 | - case 2: | 321 | switch (extract32(insn, 25, 4)) { |
379 | - case 3: | 322 | case 0x0: |
380 | - eol = i % 3 == 2; | 323 | if (!extract32(insn, 31, 1) || !disas_sme(s, insn)) { |
381 | - break; | 324 | diff --git a/target/arm/translate-vfp.c b/target/arm/translate-vfp.c |
382 | - default: | 325 | index XXXXXXX..XXXXXXX 100644 |
383 | - /* More than one quadword per predicate. */ | 326 | --- a/target/arm/translate-vfp.c |
384 | - eol = true; | 327 | +++ b/target/arm/translate-vfp.c |
385 | - break; | 328 | @@ -XXX,XX +XXX,XX @@ static bool vfp_access_check_a(DisasContext *s, bool ignore_vfp_enabled) |
386 | - } | 329 | return false; |
387 | - } | 330 | } |
388 | - for (j = zcr_len / 4; j >= 0; j--) { | 331 | |
389 | - int digits; | 332 | + /* |
390 | - if (j * 4 + 4 <= zcr_len + 1) { | 333 | + * Note that rebuild_hflags_a32 has already accounted for being in EL0 |
391 | - digits = 16; | 334 | + * and the higher EL in A64 mode, etc. Unlike A64 mode, there do not |
392 | - } else { | 335 | + * appear to be any insns which touch VFP which are allowed. |
393 | - digits = (zcr_len % 4 + 1) * 4; | 336 | + */ |
394 | - } | 337 | + if (s->sme_trap_nonstreaming) { |
395 | - qemu_fprintf(f, "%0*" PRIx64 "%s", digits, | 338 | + gen_exception_insn(s, s->pc_curr, EXCP_UDEF, |
396 | - env->vfp.pregs[i].p[j], | 339 | + syn_smetrap(SME_ET_Streaming, |
397 | - j ? ":" : eol ? "\n" : " "); | 340 | + s->base.pc_next - s->pc_curr == 2)); |
398 | - } | 341 | + return false; |
399 | - } | 342 | + } |
400 | - | 343 | + |
401 | - for (i = 0; i < 32; i++) { | 344 | if (!s->vfp_enabled && !ignore_vfp_enabled) { |
402 | - if (zcr_len == 0) { | 345 | assert(!arm_dc_feature(s, ARM_FEATURE_M)); |
403 | - qemu_fprintf(f, "Z%02d=%016" PRIx64 ":%016" PRIx64 "%s", | 346 | unallocated_encoding(s); |
404 | - i, env->vfp.zregs[i].d[1], | ||
405 | - env->vfp.zregs[i].d[0], i & 1 ? "\n" : " "); | ||
406 | - } else if (zcr_len == 1) { | ||
407 | - qemu_fprintf(f, "Z%02d=%016" PRIx64 ":%016" PRIx64 | ||
408 | - ":%016" PRIx64 ":%016" PRIx64 "\n", | ||
409 | - i, env->vfp.zregs[i].d[3], env->vfp.zregs[i].d[2], | ||
410 | - env->vfp.zregs[i].d[1], env->vfp.zregs[i].d[0]); | ||
411 | - } else { | ||
412 | - for (j = zcr_len; j >= 0; j--) { | ||
413 | - bool odd = (zcr_len - j) % 2 != 0; | ||
414 | - if (j == zcr_len) { | ||
415 | - qemu_fprintf(f, "Z%02d[%x-%x]=", i, j, j - 1); | ||
416 | - } else if (!odd) { | ||
417 | - if (j > 0) { | ||
418 | - qemu_fprintf(f, " [%x-%x]=", j, j - 1); | ||
419 | - } else { | ||
420 | - qemu_fprintf(f, " [%x]=", j); | ||
421 | - } | ||
422 | - } | ||
423 | - qemu_fprintf(f, "%016" PRIx64 ":%016" PRIx64 "%s", | ||
424 | - env->vfp.zregs[i].d[j * 2 + 1], | ||
425 | - env->vfp.zregs[i].d[j * 2], | ||
426 | - odd || j == 0 ? "\n" : ":"); | ||
427 | - } | ||
428 | - } | ||
429 | - } | ||
430 | - } else { | ||
431 | - for (i = 0; i < 32; i++) { | ||
432 | - uint64_t *q = aa64_vfp_qreg(env, i); | ||
433 | - qemu_fprintf(f, "Q%02d=%016" PRIx64 ":%016" PRIx64 "%s", | ||
434 | - i, q[1], q[0], (i & 1 ? "\n" : " ")); | ||
435 | - } | ||
436 | - } | ||
437 | -} | ||
438 | - | ||
439 | void gen_a64_set_pc_im(uint64_t val) | ||
440 | { | ||
441 | tcg_gen_movi_i64(cpu_pc, val); | ||
442 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 347 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
443 | index XXXXXXX..XXXXXXX 100644 | 348 | index XXXXXXX..XXXXXXX 100644 |
444 | --- a/target/arm/translate.c | 349 | --- a/target/arm/translate.c |
445 | +++ b/target/arm/translate.c | 350 | +++ b/target/arm/translate.c |
351 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_init_disas_context(DisasContextBase *dcbase, CPUState *cs) | ||
352 | dc->vec_len = EX_TBFLAG_A32(tb_flags, VECLEN); | ||
353 | dc->vec_stride = EX_TBFLAG_A32(tb_flags, VECSTRIDE); | ||
354 | } | ||
355 | + dc->sme_trap_nonstreaming = | ||
356 | + EX_TBFLAG_A32(tb_flags, SME_TRAP_NONSTREAMING); | ||
357 | } | ||
358 | dc->cp_regs = cpu->cp_regs; | ||
359 | dc->features = env->features; | ||
360 | diff --git a/target/arm/meson.build b/target/arm/meson.build | ||
361 | index XXXXXXX..XXXXXXX 100644 | ||
362 | --- a/target/arm/meson.build | ||
363 | +++ b/target/arm/meson.build | ||
446 | @@ -XXX,XX +XXX,XX @@ | 364 | @@ -XXX,XX +XXX,XX @@ |
447 | #include "tcg-op-gvec.h" | 365 | gen = [ |
448 | #include "qemu/log.h" | 366 | decodetree.process('sve.decode', extra_args: '--decode=disas_sve'), |
449 | #include "qemu/bitops.h" | 367 | decodetree.process('sme.decode', extra_args: '--decode=disas_sme'), |
450 | -#include "qemu/qemu-print.h" | 368 | + decodetree.process('sme-fa64.decode', extra_args: '--static-decode=disas_sme_fa64'), |
451 | #include "arm_ldst.h" | 369 | decodetree.process('neon-shared.decode', extra_args: '--decode=disas_neon_shared'), |
452 | #include "hw/semihosting/semihost.h" | 370 | decodetree.process('neon-dp.decode', extra_args: '--decode=disas_neon_dp'), |
453 | 371 | decodetree.process('neon-ls.decode', extra_args: '--decode=disas_neon_ls'), | |
454 | @@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUState *cpu, TranslationBlock *tb, int max_insns) | ||
455 | translator_loop(ops, &dc.base, cpu, tb, max_insns); | ||
456 | } | ||
457 | |||
458 | -void arm_cpu_dump_state(CPUState *cs, FILE *f, int flags) | ||
459 | -{ | ||
460 | - ARMCPU *cpu = ARM_CPU(cs); | ||
461 | - CPUARMState *env = &cpu->env; | ||
462 | - int i; | ||
463 | - | ||
464 | - if (is_a64(env)) { | ||
465 | - aarch64_cpu_dump_state(cs, f, flags); | ||
466 | - return; | ||
467 | - } | ||
468 | - | ||
469 | - for (i = 0; i < 16; i++) { | ||
470 | - qemu_fprintf(f, "R%02d=%08x", i, env->regs[i]); | ||
471 | - if ((i % 4) == 3) { | ||
472 | - qemu_fprintf(f, "\n"); | ||
473 | - } else { | ||
474 | - qemu_fprintf(f, " "); | ||
475 | - } | ||
476 | - } | ||
477 | - | ||
478 | - if (arm_feature(env, ARM_FEATURE_M)) { | ||
479 | - uint32_t xpsr = xpsr_read(env); | ||
480 | - const char *mode; | ||
481 | - const char *ns_status = ""; | ||
482 | - | ||
483 | - if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
484 | - ns_status = env->v7m.secure ? "S " : "NS "; | ||
485 | - } | ||
486 | - | ||
487 | - if (xpsr & XPSR_EXCP) { | ||
488 | - mode = "handler"; | ||
489 | - } else { | ||
490 | - if (env->v7m.control[env->v7m.secure] & R_V7M_CONTROL_NPRIV_MASK) { | ||
491 | - mode = "unpriv-thread"; | ||
492 | - } else { | ||
493 | - mode = "priv-thread"; | ||
494 | - } | ||
495 | - } | ||
496 | - | ||
497 | - qemu_fprintf(f, "XPSR=%08x %c%c%c%c %c %s%s\n", | ||
498 | - xpsr, | ||
499 | - xpsr & XPSR_N ? 'N' : '-', | ||
500 | - xpsr & XPSR_Z ? 'Z' : '-', | ||
501 | - xpsr & XPSR_C ? 'C' : '-', | ||
502 | - xpsr & XPSR_V ? 'V' : '-', | ||
503 | - xpsr & XPSR_T ? 'T' : 'A', | ||
504 | - ns_status, | ||
505 | - mode); | ||
506 | - } else { | ||
507 | - uint32_t psr = cpsr_read(env); | ||
508 | - const char *ns_status = ""; | ||
509 | - | ||
510 | - if (arm_feature(env, ARM_FEATURE_EL3) && | ||
511 | - (psr & CPSR_M) != ARM_CPU_MODE_MON) { | ||
512 | - ns_status = env->cp15.scr_el3 & SCR_NS ? "NS " : "S "; | ||
513 | - } | ||
514 | - | ||
515 | - qemu_fprintf(f, "PSR=%08x %c%c%c%c %c %s%s%d\n", | ||
516 | - psr, | ||
517 | - psr & CPSR_N ? 'N' : '-', | ||
518 | - psr & CPSR_Z ? 'Z' : '-', | ||
519 | - psr & CPSR_C ? 'C' : '-', | ||
520 | - psr & CPSR_V ? 'V' : '-', | ||
521 | - psr & CPSR_T ? 'T' : 'A', | ||
522 | - ns_status, | ||
523 | - aarch32_mode_name(psr), (psr & 0x10) ? 32 : 26); | ||
524 | - } | ||
525 | - | ||
526 | - if (flags & CPU_DUMP_FPU) { | ||
527 | - int numvfpregs = 0; | ||
528 | - if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
529 | - numvfpregs += 16; | ||
530 | - } | ||
531 | - if (arm_feature(env, ARM_FEATURE_VFP3)) { | ||
532 | - numvfpregs += 16; | ||
533 | - } | ||
534 | - for (i = 0; i < numvfpregs; i++) { | ||
535 | - uint64_t v = *aa32_vfp_dreg(env, i); | ||
536 | - qemu_fprintf(f, "s%02d=%08x s%02d=%08x d%02d=%016" PRIx64 "\n", | ||
537 | - i * 2, (uint32_t)v, | ||
538 | - i * 2 + 1, (uint32_t)(v >> 32), | ||
539 | - i, v); | ||
540 | - } | ||
541 | - qemu_fprintf(f, "FPSCR: %08x\n", vfp_get_fpscr(env)); | ||
542 | - } | ||
543 | -} | ||
544 | - | ||
545 | void restore_state_to_opc(CPUARMState *env, TranslationBlock *tb, | ||
546 | target_ulong *data) | ||
547 | { | ||
548 | -- | 372 | -- |
549 | 2.20.1 | 373 | 2.25.1 |
550 | |||
551 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | In the next commit we will split the TLB related routines of | 3 | Mark ADR as a non-streaming instruction, which should trap |
4 | this file, and this function will also be called in the new | 4 | if full a64 support is not enabled in streaming mode. |
5 | file. Declare it in the "internals.h" header. | ||
6 | 5 | ||
7 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 6 | Removing entries from sme-fa64.decode is an easy way to see |
8 | Message-id: 20190701132516.26392-12-philmd@redhat.com | 7 | what remains to be done. |
8 | |||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Message-id: 20220708151540.18136-5-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 13 | --- |
12 | target/arm/internals.h | 16 ++++++++++++++++ | 14 | target/arm/translate.h | 7 +++++++ |
13 | target/arm/helper.c | 21 +++++---------------- | 15 | target/arm/sme-fa64.decode | 1 - |
14 | 2 files changed, 21 insertions(+), 16 deletions(-) | 16 | target/arm/translate-sve.c | 8 ++++---- |
17 | 3 files changed, 11 insertions(+), 5 deletions(-) | ||
15 | 18 | ||
16 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 19 | diff --git a/target/arm/translate.h b/target/arm/translate.h |
17 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/internals.h | 21 | --- a/target/arm/translate.h |
19 | +++ b/target/arm/internals.h | 22 | +++ b/target/arm/translate.h |
20 | @@ -XXX,XX +XXX,XX @@ static inline int exception_target_el(CPUARMState *env) | 23 | @@ -XXX,XX +XXX,XX @@ uint64_t asimd_imm_const(uint32_t imm, int cmode, int op); |
21 | return target_el; | 24 | static bool trans_##NAME(DisasContext *s, arg_##NAME *a) \ |
25 | { return dc_isar_feature(FEAT, s) && FUNC(s, __VA_ARGS__); } | ||
26 | |||
27 | +#define TRANS_FEAT_NONSTREAMING(NAME, FEAT, FUNC, ...) \ | ||
28 | + static bool trans_##NAME(DisasContext *s, arg_##NAME *a) \ | ||
29 | + { \ | ||
30 | + s->is_nonstreaming = true; \ | ||
31 | + return dc_isar_feature(FEAT, s) && FUNC(s, __VA_ARGS__); \ | ||
32 | + } | ||
33 | + | ||
34 | #endif /* TARGET_ARM_TRANSLATE_H */ | ||
35 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode | ||
36 | index XXXXXXX..XXXXXXX 100644 | ||
37 | --- a/target/arm/sme-fa64.decode | ||
38 | +++ b/target/arm/sme-fa64.decode | ||
39 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS | ||
40 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) | ||
41 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) | ||
42 | |||
43 | -FAIL 0000 0100 --1- ---- 1010 ---- ---- ---- # ADR | ||
44 | FAIL 0000 0100 --1- ---- 1011 -0-- ---- ---- # FTSSEL, FEXPA | ||
45 | FAIL 0000 0101 --10 0001 100- ---- ---- ---- # COMPACT | ||
46 | FAIL 0010 0101 --01 100- 1111 000- ---0 ---- # RDFFR, RDFFRS | ||
47 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c | ||
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/target/arm/translate-sve.c | ||
50 | +++ b/target/arm/translate-sve.c | ||
51 | @@ -XXX,XX +XXX,XX @@ static bool do_adr(DisasContext *s, arg_rrri *a, gen_helper_gvec_3 *fn) | ||
52 | return gen_gvec_ool_zzz(s, fn, a->rd, a->rn, a->rm, a->imm); | ||
22 | } | 53 | } |
23 | 54 | ||
24 | +#ifndef CONFIG_USER_ONLY | 55 | -TRANS_FEAT(ADR_p32, aa64_sve, do_adr, a, gen_helper_sve_adr_p32) |
25 | + | 56 | -TRANS_FEAT(ADR_p64, aa64_sve, do_adr, a, gen_helper_sve_adr_p64) |
26 | +/* Cacheability and shareability attributes for a memory access */ | 57 | -TRANS_FEAT(ADR_s32, aa64_sve, do_adr, a, gen_helper_sve_adr_s32) |
27 | +typedef struct ARMCacheAttrs { | 58 | -TRANS_FEAT(ADR_u32, aa64_sve, do_adr, a, gen_helper_sve_adr_u32) |
28 | + unsigned int attrs:8; /* as in the MAIR register encoding */ | 59 | +TRANS_FEAT_NONSTREAMING(ADR_p32, aa64_sve, do_adr, a, gen_helper_sve_adr_p32) |
29 | + unsigned int shareability:2; /* as in the SH field of the VMSAv8-64 PTEs */ | 60 | +TRANS_FEAT_NONSTREAMING(ADR_p64, aa64_sve, do_adr, a, gen_helper_sve_adr_p64) |
30 | +} ARMCacheAttrs; | 61 | +TRANS_FEAT_NONSTREAMING(ADR_s32, aa64_sve, do_adr, a, gen_helper_sve_adr_s32) |
31 | + | 62 | +TRANS_FEAT_NONSTREAMING(ADR_u32, aa64_sve, do_adr, a, gen_helper_sve_adr_u32) |
32 | +bool get_phys_addr(CPUARMState *env, target_ulong address, | 63 | |
33 | + MMUAccessType access_type, ARMMMUIdx mmu_idx, | 64 | /* |
34 | + hwaddr *phys_ptr, MemTxAttrs *attrs, int *prot, | 65 | *** SVE Integer Misc - Unpredicated Group |
35 | + target_ulong *page_size, | ||
36 | + ARMMMUFaultInfo *fi, ARMCacheAttrs *cacheattrs); | ||
37 | + | ||
38 | +#endif /* !CONFIG_USER_ONLY */ | ||
39 | + | ||
40 | #endif | ||
41 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
42 | index XXXXXXX..XXXXXXX 100644 | ||
43 | --- a/target/arm/helper.c | ||
44 | +++ b/target/arm/helper.c | ||
45 | @@ -XXX,XX +XXX,XX @@ | ||
46 | #define ARM_CPU_FREQ 1000000000 /* FIXME: 1 GHz, should be configurable */ | ||
47 | |||
48 | #ifndef CONFIG_USER_ONLY | ||
49 | -/* Cacheability and shareability attributes for a memory access */ | ||
50 | -typedef struct ARMCacheAttrs { | ||
51 | - unsigned int attrs:8; /* as in the MAIR register encoding */ | ||
52 | - unsigned int shareability:2; /* as in the SH field of the VMSAv8-64 PTEs */ | ||
53 | -} ARMCacheAttrs; | ||
54 | - | ||
55 | -static bool get_phys_addr(CPUARMState *env, target_ulong address, | ||
56 | - MMUAccessType access_type, ARMMMUIdx mmu_idx, | ||
57 | - hwaddr *phys_ptr, MemTxAttrs *attrs, int *prot, | ||
58 | - target_ulong *page_size, | ||
59 | - ARMMMUFaultInfo *fi, ARMCacheAttrs *cacheattrs); | ||
60 | |||
61 | static bool get_phys_addr_lpae(CPUARMState *env, target_ulong address, | ||
62 | MMUAccessType access_type, ARMMMUIdx mmu_idx, | ||
63 | @@ -XXX,XX +XXX,XX @@ static ARMCacheAttrs combine_cacheattrs(ARMCacheAttrs s1, ARMCacheAttrs s2) | ||
64 | * @fi: set to fault info if the translation fails | ||
65 | * @cacheattrs: (if non-NULL) set to the cacheability/shareability attributes | ||
66 | */ | ||
67 | -static bool get_phys_addr(CPUARMState *env, target_ulong address, | ||
68 | - MMUAccessType access_type, ARMMMUIdx mmu_idx, | ||
69 | - hwaddr *phys_ptr, MemTxAttrs *attrs, int *prot, | ||
70 | - target_ulong *page_size, | ||
71 | - ARMMMUFaultInfo *fi, ARMCacheAttrs *cacheattrs) | ||
72 | +bool get_phys_addr(CPUARMState *env, target_ulong address, | ||
73 | + MMUAccessType access_type, ARMMMUIdx mmu_idx, | ||
74 | + hwaddr *phys_ptr, MemTxAttrs *attrs, int *prot, | ||
75 | + target_ulong *page_size, | ||
76 | + ARMMMUFaultInfo *fi, ARMCacheAttrs *cacheattrs) | ||
77 | { | ||
78 | if (mmu_idx == ARMMMUIdx_S12NSE0 || mmu_idx == ARMMMUIdx_S12NSE1) { | ||
79 | /* Call ourselves recursively to do the stage 1 and then stage 2 | ||
80 | -- | 66 | -- |
81 | 2.20.1 | 67 | 2.25.1 |
82 | |||
83 | diff view generated by jsdifflib |
1 | From: Andrey Smirnov <andrew.smirnov@gmail.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Datasheet for i.MX7 is incorrect and i.MX7's PCI IRQ mapping matches | 3 | Mark these as a non-streaming instructions, which should trap |
4 | that of i.MX6: | 4 | if full a64 support is not enabled in streaming mode. |
5 | 5 | ||
6 | * INTD/MSI 122 | ||
7 | * INTC 123 | ||
8 | * INTB 124 | ||
9 | * INTA 125 | ||
10 | |||
11 | Fix all of the relevant code to reflect that fact. Needed by latest | ||
12 | Linux kernels. | ||
13 | |||
14 | (Reference: Linux kernel commit 538d6e9d597584e80 from an | ||
15 | NXP employee confirming that the datasheet is incorrect and | ||
16 | with a report of a test against hardware.) | ||
17 | |||
18 | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> | ||
19 | Cc: Peter Maydell <peter.maydell@linaro.org> | ||
20 | Cc: Michael S. Tsirkin <mst@redhat.com> | ||
21 | Cc: qemu-devel@nongnu.org | ||
22 | Cc: qemu-arm@nongnu.org | ||
23 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
24 | [PMM: added ref to kernel commit confirming the datasheet error] | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20220708151540.18136-6-richard.henderson@linaro.org | ||
25 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
26 | --- | 10 | --- |
27 | include/hw/arm/fsl-imx7.h | 8 ++++---- | 11 | target/arm/sme-fa64.decode | 2 -- |
28 | hw/pci-host/designware.c | 6 ++++-- | 12 | target/arm/translate-sve.c | 9 ++++++--- |
29 | 2 files changed, 8 insertions(+), 6 deletions(-) | 13 | 2 files changed, 6 insertions(+), 5 deletions(-) |
30 | 14 | ||
31 | diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h | 15 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
32 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/include/hw/arm/fsl-imx7.h | 17 | --- a/target/arm/sme-fa64.decode |
34 | +++ b/include/hw/arm/fsl-imx7.h | 18 | +++ b/target/arm/sme-fa64.decode |
35 | @@ -XXX,XX +XXX,XX @@ enum FslIMX7IRQs { | 19 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
36 | FSL_IMX7_USB2_IRQ = 42, | 20 | |
37 | FSL_IMX7_USB3_IRQ = 40, | 21 | FAIL 0000 0100 --1- ---- 1011 -0-- ---- ---- # FTSSEL, FEXPA |
38 | 22 | FAIL 0000 0101 --10 0001 100- ---- ---- ---- # COMPACT | |
39 | - FSL_IMX7_PCI_INTA_IRQ = 122, | 23 | -FAIL 0010 0101 --01 100- 1111 000- ---0 ---- # RDFFR, RDFFRS |
40 | - FSL_IMX7_PCI_INTB_IRQ = 123, | 24 | -FAIL 0010 0101 --10 1--- 1001 ---- ---- ---- # WRFFR, SETFFR |
41 | - FSL_IMX7_PCI_INTC_IRQ = 124, | 25 | FAIL 0100 0101 --0- ---- 1011 ---- ---- ---- # BDEP, BEXT, BGRP |
42 | - FSL_IMX7_PCI_INTD_IRQ = 125, | 26 | FAIL 0100 0101 000- ---- 0110 1--- ---- ---- # PMULLB, PMULLT (128b result) |
43 | + FSL_IMX7_PCI_INTA_IRQ = 125, | 27 | FAIL 0110 0100 --1- ---- 1110 01-- ---- ---- # FMMLA, BFMMLA |
44 | + FSL_IMX7_PCI_INTB_IRQ = 124, | 28 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
45 | + FSL_IMX7_PCI_INTC_IRQ = 123, | ||
46 | + FSL_IMX7_PCI_INTD_IRQ = 122, | ||
47 | |||
48 | FSL_IMX7_UART7_IRQ = 126, | ||
49 | |||
50 | diff --git a/hw/pci-host/designware.c b/hw/pci-host/designware.c | ||
51 | index XXXXXXX..XXXXXXX 100644 | 29 | index XXXXXXX..XXXXXXX 100644 |
52 | --- a/hw/pci-host/designware.c | 30 | --- a/target/arm/translate-sve.c |
53 | +++ b/hw/pci-host/designware.c | 31 | +++ b/target/arm/translate-sve.c |
54 | @@ -XXX,XX +XXX,XX @@ | 32 | @@ -XXX,XX +XXX,XX @@ static bool do_predset(DisasContext *s, int esz, int rd, int pat, bool setflag) |
55 | #define DESIGNWARE_PCIE_ATU_DEVFN(x) (((x) >> 16) & 0xff) | 33 | TRANS_FEAT(PTRUE, aa64_sve, do_predset, a->esz, a->rd, a->pat, a->s) |
56 | #define DESIGNWARE_PCIE_ATU_UPPER_TARGET 0x91C | 34 | |
57 | 35 | /* Note pat == 31 is #all, to set all elements. */ | |
58 | +#define DESIGNWARE_PCIE_IRQ_MSI 3 | 36 | -TRANS_FEAT(SETFFR, aa64_sve, do_predset, 0, FFR_PRED_NUM, 31, false) |
37 | +TRANS_FEAT_NONSTREAMING(SETFFR, aa64_sve, | ||
38 | + do_predset, 0, FFR_PRED_NUM, 31, false) | ||
39 | |||
40 | /* Note pat == 32 is #unimp, to set no elements. */ | ||
41 | TRANS_FEAT(PFALSE, aa64_sve, do_predset, 0, a->rd, 32, false) | ||
42 | @@ -XXX,XX +XXX,XX @@ static bool trans_RDFFR_p(DisasContext *s, arg_RDFFR_p *a) | ||
43 | .rd = a->rd, .pg = a->pg, .s = a->s, | ||
44 | .rn = FFR_PRED_NUM, .rm = FFR_PRED_NUM, | ||
45 | }; | ||
59 | + | 46 | + |
60 | static DesignwarePCIEHost * | 47 | + s->is_nonstreaming = true; |
61 | designware_pcie_root_to_host(DesignwarePCIERoot *root) | 48 | return trans_AND_pppp(s, &alt_a); |
62 | { | ||
63 | @@ -XXX,XX +XXX,XX @@ static void designware_pcie_root_msi_write(void *opaque, hwaddr addr, | ||
64 | root->msi.intr[0].status |= BIT(val) & root->msi.intr[0].enable; | ||
65 | |||
66 | if (root->msi.intr[0].status & ~root->msi.intr[0].mask) { | ||
67 | - qemu_set_irq(host->pci.irqs[0], 1); | ||
68 | + qemu_set_irq(host->pci.irqs[DESIGNWARE_PCIE_IRQ_MSI], 1); | ||
69 | } | ||
70 | } | 49 | } |
71 | 50 | ||
72 | @@ -XXX,XX +XXX,XX @@ static void designware_pcie_root_config_write(PCIDevice *d, uint32_t address, | 51 | -TRANS_FEAT(RDFFR, aa64_sve, do_mov_p, a->rd, FFR_PRED_NUM) |
73 | case DESIGNWARE_PCIE_MSI_INTR0_STATUS: | 52 | -TRANS_FEAT(WRFFR, aa64_sve, do_mov_p, FFR_PRED_NUM, a->rn) |
74 | root->msi.intr[0].status ^= val; | 53 | +TRANS_FEAT_NONSTREAMING(RDFFR, aa64_sve, do_mov_p, a->rd, FFR_PRED_NUM) |
75 | if (!root->msi.intr[0].status) { | 54 | +TRANS_FEAT_NONSTREAMING(WRFFR, aa64_sve, do_mov_p, FFR_PRED_NUM, a->rn) |
76 | - qemu_set_irq(host->pci.irqs[0], 0); | 55 | |
77 | + qemu_set_irq(host->pci.irqs[DESIGNWARE_PCIE_IRQ_MSI], 0); | 56 | static bool do_pfirst_pnext(DisasContext *s, arg_rr_esz *a, |
78 | } | 57 | void (*gen_fn)(TCGv_i32, TCGv_ptr, |
79 | break; | ||
80 | |||
81 | -- | 58 | -- |
82 | 2.20.1 | 59 | 2.25.1 |
83 | |||
84 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 3 | Mark these as a non-streaming instructions, which should trap |
4 | Message-id: 20190701132516.26392-7-philmd@redhat.com | 4 | if full a64 support is not enabled in streaming mode. |
5 | |||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20220708151540.18136-7-richard.henderson@linaro.org | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | --- | 10 | --- |
8 | target/arm/helper.c | 2 -- | 11 | target/arm/sme-fa64.decode | 3 --- |
9 | 1 file changed, 2 deletions(-) | 12 | target/arm/translate-sve.c | 22 ++++++++++++---------- |
13 | 2 files changed, 12 insertions(+), 13 deletions(-) | ||
10 | 14 | ||
11 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 15 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
12 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
13 | --- a/target/arm/helper.c | 17 | --- a/target/arm/sme-fa64.decode |
14 | +++ b/target/arm/helper.c | 18 | +++ b/target/arm/sme-fa64.decode |
15 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
16 | #include "exec/gdbstub.h" | 20 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) |
17 | #include "exec/helper-proto.h" | 21 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) |
18 | #include "qemu/host-utils.h" | 22 | |
19 | -#include "sysemu/arch_init.h" | 23 | -FAIL 0000 0100 --1- ---- 1011 -0-- ---- ---- # FTSSEL, FEXPA |
20 | #include "sysemu/sysemu.h" | 24 | -FAIL 0000 0101 --10 0001 100- ---- ---- ---- # COMPACT |
21 | #include "qemu/bitops.h" | 25 | -FAIL 0100 0101 --0- ---- 1011 ---- ---- ---- # BDEP, BEXT, BGRP |
22 | #include "qemu/crc32c.h" | 26 | FAIL 0100 0101 000- ---- 0110 1--- ---- ---- # PMULLB, PMULLT (128b result) |
23 | @@ -XXX,XX +XXX,XX @@ | 27 | FAIL 0110 0100 --1- ---- 1110 01-- ---- ---- # FMMLA, BFMMLA |
24 | #include "hw/semihosting/semihost.h" | 28 | FAIL 0110 0101 --0- ---- 0000 11-- ---- ---- # FTSMUL |
25 | #include "sysemu/cpus.h" | 29 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
26 | #include "sysemu/kvm.h" | 30 | index XXXXXXX..XXXXXXX 100644 |
27 | -#include "fpu/softfloat.h" | 31 | --- a/target/arm/translate-sve.c |
28 | #include "qemu/range.h" | 32 | +++ b/target/arm/translate-sve.c |
29 | #include "qapi/qapi-commands-target.h" | 33 | @@ -XXX,XX +XXX,XX @@ static gen_helper_gvec_2 * const fexpa_fns[4] = { |
30 | #include "qapi/error.h" | 34 | NULL, gen_helper_sve_fexpa_h, |
35 | gen_helper_sve_fexpa_s, gen_helper_sve_fexpa_d, | ||
36 | }; | ||
37 | -TRANS_FEAT(FEXPA, aa64_sve, gen_gvec_ool_zz, | ||
38 | - fexpa_fns[a->esz], a->rd, a->rn, 0) | ||
39 | +TRANS_FEAT_NONSTREAMING(FEXPA, aa64_sve, gen_gvec_ool_zz, | ||
40 | + fexpa_fns[a->esz], a->rd, a->rn, 0) | ||
41 | |||
42 | static gen_helper_gvec_3 * const ftssel_fns[4] = { | ||
43 | NULL, gen_helper_sve_ftssel_h, | ||
44 | gen_helper_sve_ftssel_s, gen_helper_sve_ftssel_d, | ||
45 | }; | ||
46 | -TRANS_FEAT(FTSSEL, aa64_sve, gen_gvec_ool_arg_zzz, ftssel_fns[a->esz], a, 0) | ||
47 | +TRANS_FEAT_NONSTREAMING(FTSSEL, aa64_sve, gen_gvec_ool_arg_zzz, | ||
48 | + ftssel_fns[a->esz], a, 0) | ||
49 | |||
50 | /* | ||
51 | *** SVE Predicate Logical Operations Group | ||
52 | @@ -XXX,XX +XXX,XX @@ TRANS_FEAT(TRN2_q, aa64_sve_f64mm, gen_gvec_ool_arg_zzz, | ||
53 | static gen_helper_gvec_3 * const compact_fns[4] = { | ||
54 | NULL, NULL, gen_helper_sve_compact_s, gen_helper_sve_compact_d | ||
55 | }; | ||
56 | -TRANS_FEAT(COMPACT, aa64_sve, gen_gvec_ool_arg_zpz, compact_fns[a->esz], a, 0) | ||
57 | +TRANS_FEAT_NONSTREAMING(COMPACT, aa64_sve, gen_gvec_ool_arg_zpz, | ||
58 | + compact_fns[a->esz], a, 0) | ||
59 | |||
60 | /* Call the helper that computes the ARM LastActiveElement pseudocode | ||
61 | * function, scaled by the element size. This includes the not found | ||
62 | @@ -XXX,XX +XXX,XX @@ static gen_helper_gvec_3 * const bext_fns[4] = { | ||
63 | gen_helper_sve2_bext_b, gen_helper_sve2_bext_h, | ||
64 | gen_helper_sve2_bext_s, gen_helper_sve2_bext_d, | ||
65 | }; | ||
66 | -TRANS_FEAT(BEXT, aa64_sve2_bitperm, gen_gvec_ool_arg_zzz, | ||
67 | - bext_fns[a->esz], a, 0) | ||
68 | +TRANS_FEAT_NONSTREAMING(BEXT, aa64_sve2_bitperm, gen_gvec_ool_arg_zzz, | ||
69 | + bext_fns[a->esz], a, 0) | ||
70 | |||
71 | static gen_helper_gvec_3 * const bdep_fns[4] = { | ||
72 | gen_helper_sve2_bdep_b, gen_helper_sve2_bdep_h, | ||
73 | gen_helper_sve2_bdep_s, gen_helper_sve2_bdep_d, | ||
74 | }; | ||
75 | -TRANS_FEAT(BDEP, aa64_sve2_bitperm, gen_gvec_ool_arg_zzz, | ||
76 | - bdep_fns[a->esz], a, 0) | ||
77 | +TRANS_FEAT_NONSTREAMING(BDEP, aa64_sve2_bitperm, gen_gvec_ool_arg_zzz, | ||
78 | + bdep_fns[a->esz], a, 0) | ||
79 | |||
80 | static gen_helper_gvec_3 * const bgrp_fns[4] = { | ||
81 | gen_helper_sve2_bgrp_b, gen_helper_sve2_bgrp_h, | ||
82 | gen_helper_sve2_bgrp_s, gen_helper_sve2_bgrp_d, | ||
83 | }; | ||
84 | -TRANS_FEAT(BGRP, aa64_sve2_bitperm, gen_gvec_ool_arg_zzz, | ||
85 | - bgrp_fns[a->esz], a, 0) | ||
86 | +TRANS_FEAT_NONSTREAMING(BGRP, aa64_sve2_bitperm, gen_gvec_ool_arg_zzz, | ||
87 | + bgrp_fns[a->esz], a, 0) | ||
88 | |||
89 | static gen_helper_gvec_3 * const cadd_fns[4] = { | ||
90 | gen_helper_sve2_cadd_b, gen_helper_sve2_cadd_h, | ||
31 | -- | 91 | -- |
32 | 2.20.1 | 92 | 2.25.1 |
33 | |||
34 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Reviewed-by: Robert Bradford <robert.bradford@intel.com> | 3 | Mark these as a non-streaming instructions, which should trap |
4 | Reviewed-by: Samuel Ortiz <sameo@linux.intel.com> | 4 | if full a64 support is not enabled in streaming mode. |
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 5 | |
6 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Message-id: 20190701132516.26392-6-philmd@redhat.com | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20220708151540.18136-8-richard.henderson@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 10 | --- |
10 | target/arm/helper.c | 7 +++++++ | 11 | target/arm/sme-fa64.decode | 2 -- |
11 | 1 file changed, 7 insertions(+) | 12 | target/arm/translate-sve.c | 24 +++++++++++++++--------- |
13 | 2 files changed, 15 insertions(+), 11 deletions(-) | ||
12 | 14 | ||
13 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 15 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
14 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/helper.c | 17 | --- a/target/arm/sme-fa64.decode |
16 | +++ b/target/arm/helper.c | 18 | +++ b/target/arm/sme-fa64.decode |
17 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
18 | +/* | 20 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) |
19 | + * ARM generic helpers. | 21 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) |
20 | + * | 22 | |
21 | + * This code is licensed under the GNU GPL v2 or later. | 23 | -FAIL 0100 0101 000- ---- 0110 1--- ---- ---- # PMULLB, PMULLT (128b result) |
22 | + * | 24 | -FAIL 0110 0100 --1- ---- 1110 01-- ---- ---- # FMMLA, BFMMLA |
23 | + * SPDX-License-Identifier: GPL-2.0-or-later | 25 | FAIL 0110 0101 --0- ---- 0000 11-- ---- ---- # FTSMUL |
24 | + */ | 26 | FAIL 0110 0101 --01 0--- 100- ---- ---- ---- # FTMAD |
25 | #include "qemu/osdep.h" | 27 | FAIL 0110 0101 --01 1--- 001- ---- ---- ---- # FADDA |
26 | #include "qemu/units.h" | 28 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
27 | #include "target/arm/idau.h" | 29 | index XXXXXXX..XXXXXXX 100644 |
30 | --- a/target/arm/translate-sve.c | ||
31 | +++ b/target/arm/translate-sve.c | ||
32 | @@ -XXX,XX +XXX,XX @@ static bool do_trans_pmull(DisasContext *s, arg_rrr_esz *a, bool sel) | ||
33 | gen_helper_gvec_pmull_q, gen_helper_sve2_pmull_h, | ||
34 | NULL, gen_helper_sve2_pmull_d, | ||
35 | }; | ||
36 | - if (a->esz == 0 | ||
37 | - ? !dc_isar_feature(aa64_sve2_pmull128, s) | ||
38 | - : !dc_isar_feature(aa64_sve, s)) { | ||
39 | + | ||
40 | + if (a->esz == 0) { | ||
41 | + if (!dc_isar_feature(aa64_sve2_pmull128, s)) { | ||
42 | + return false; | ||
43 | + } | ||
44 | + s->is_nonstreaming = true; | ||
45 | + } else if (!dc_isar_feature(aa64_sve, s)) { | ||
46 | return false; | ||
47 | } | ||
48 | return gen_gvec_ool_arg_zzz(s, fns[a->esz], a, sel); | ||
49 | @@ -XXX,XX +XXX,XX @@ DO_ZPZZ_FP(FMINP, aa64_sve2, sve2_fminp_zpzz) | ||
50 | * SVE Integer Multiply-Add (unpredicated) | ||
51 | */ | ||
52 | |||
53 | -TRANS_FEAT(FMMLA_s, aa64_sve_f32mm, gen_gvec_fpst_zzzz, gen_helper_fmmla_s, | ||
54 | - a->rd, a->rn, a->rm, a->ra, 0, FPST_FPCR) | ||
55 | -TRANS_FEAT(FMMLA_d, aa64_sve_f64mm, gen_gvec_fpst_zzzz, gen_helper_fmmla_d, | ||
56 | - a->rd, a->rn, a->rm, a->ra, 0, FPST_FPCR) | ||
57 | +TRANS_FEAT_NONSTREAMING(FMMLA_s, aa64_sve_f32mm, gen_gvec_fpst_zzzz, | ||
58 | + gen_helper_fmmla_s, a->rd, a->rn, a->rm, a->ra, | ||
59 | + 0, FPST_FPCR) | ||
60 | +TRANS_FEAT_NONSTREAMING(FMMLA_d, aa64_sve_f64mm, gen_gvec_fpst_zzzz, | ||
61 | + gen_helper_fmmla_d, a->rd, a->rn, a->rm, a->ra, | ||
62 | + 0, FPST_FPCR) | ||
63 | |||
64 | static gen_helper_gvec_4 * const sqdmlal_zzzw_fns[] = { | ||
65 | NULL, gen_helper_sve2_sqdmlal_zzzw_h, | ||
66 | @@ -XXX,XX +XXX,XX @@ TRANS_FEAT(BFDOT_zzzz, aa64_sve_bf16, gen_gvec_ool_arg_zzzz, | ||
67 | TRANS_FEAT(BFDOT_zzxz, aa64_sve_bf16, gen_gvec_ool_arg_zzxz, | ||
68 | gen_helper_gvec_bfdot_idx, a) | ||
69 | |||
70 | -TRANS_FEAT(BFMMLA, aa64_sve_bf16, gen_gvec_ool_arg_zzzz, | ||
71 | - gen_helper_gvec_bfmmla, a, 0) | ||
72 | +TRANS_FEAT_NONSTREAMING(BFMMLA, aa64_sve_bf16, gen_gvec_ool_arg_zzzz, | ||
73 | + gen_helper_gvec_bfmmla, a, 0) | ||
74 | |||
75 | static bool do_BFMLAL_zzzw(DisasContext *s, arg_rrrr_esz *a, bool sel) | ||
76 | { | ||
28 | -- | 77 | -- |
29 | 2.20.1 | 78 | 2.25.1 |
30 | |||
31 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Group KVM rules together. | 3 | Mark these as a non-streaming instructions, which should trap |
4 | if full a64 support is not enabled in streaming mode. | ||
4 | 5 | ||
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20190701132516.26392-4-philmd@redhat.com | 8 | Message-id: 20220708151540.18136-9-richard.henderson@linaro.org |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 10 | --- |
10 | target/arm/Makefile.objs | 9 +++++---- | 11 | target/arm/sme-fa64.decode | 3 --- |
11 | 1 file changed, 5 insertions(+), 4 deletions(-) | 12 | target/arm/translate-sve.c | 15 +++++++++++---- |
13 | 2 files changed, 11 insertions(+), 7 deletions(-) | ||
12 | 14 | ||
13 | diff --git a/target/arm/Makefile.objs b/target/arm/Makefile.objs | 15 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
14 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/Makefile.objs | 17 | --- a/target/arm/sme-fa64.decode |
16 | +++ b/target/arm/Makefile.objs | 18 | +++ b/target/arm/sme-fa64.decode |
17 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
18 | obj-y += arm-semi.o | 20 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) |
19 | obj-$(CONFIG_SOFTMMU) += machine.o psci.o arch_dump.o monitor.o | 21 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) |
20 | -obj-$(CONFIG_KVM) += kvm.o | 22 | |
21 | -obj-$(call land,$(CONFIG_KVM),$(call lnot,$(TARGET_AARCH64))) += kvm32.o | 23 | -FAIL 0110 0101 --0- ---- 0000 11-- ---- ---- # FTSMUL |
22 | -obj-$(call land,$(CONFIG_KVM),$(TARGET_AARCH64)) += kvm64.o | 24 | -FAIL 0110 0101 --01 0--- 100- ---- ---- ---- # FTMAD |
23 | -obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o | 25 | -FAIL 0110 0101 --01 1--- 001- ---- ---- ---- # FADDA |
24 | obj-y += helper.o vfp_helper.o | 26 | FAIL 0100 0101 --0- ---- 1001 10-- ---- ---- # SMMLA, UMMLA, USMMLA |
25 | obj-y += cpu.o gdbstub.o | 27 | FAIL 0100 0101 --1- ---- 1--- ---- ---- ---- # SVE2 string/histo/crypto instructions |
26 | obj-$(TARGET_AARCH64) += cpu64.o gdbstub64.o | 28 | FAIL 1000 010- -00- ---- 10-- ---- ---- ---- # SVE2 32-bit gather NT load (vector+scalar) |
27 | obj-$(CONFIG_SOFTMMU) += arm-powerctl.o | 29 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
28 | 30 | index XXXXXXX..XXXXXXX 100644 | |
29 | +obj-$(CONFIG_KVM) += kvm.o | 31 | --- a/target/arm/translate-sve.c |
30 | +obj-$(call land,$(CONFIG_KVM),$(call lnot,$(TARGET_AARCH64))) += kvm32.o | 32 | +++ b/target/arm/translate-sve.c |
31 | +obj-$(call land,$(CONFIG_KVM),$(TARGET_AARCH64)) += kvm64.o | 33 | @@ -XXX,XX +XXX,XX @@ static gen_helper_gvec_3_ptr * const ftmad_fns[4] = { |
32 | +obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o | 34 | NULL, gen_helper_sve_ftmad_h, |
35 | gen_helper_sve_ftmad_s, gen_helper_sve_ftmad_d, | ||
36 | }; | ||
37 | -TRANS_FEAT(FTMAD, aa64_sve, gen_gvec_fpst_zzz, | ||
38 | - ftmad_fns[a->esz], a->rd, a->rn, a->rm, a->imm, | ||
39 | - a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR) | ||
40 | +TRANS_FEAT_NONSTREAMING(FTMAD, aa64_sve, gen_gvec_fpst_zzz, | ||
41 | + ftmad_fns[a->esz], a->rd, a->rn, a->rm, a->imm, | ||
42 | + a->esz == MO_16 ? FPST_FPCR_F16 : FPST_FPCR) | ||
43 | |||
44 | /* | ||
45 | *** SVE Floating Point Accumulating Reduction Group | ||
46 | @@ -XXX,XX +XXX,XX @@ static bool trans_FADDA(DisasContext *s, arg_rprr_esz *a) | ||
47 | if (a->esz == 0 || !dc_isar_feature(aa64_sve, s)) { | ||
48 | return false; | ||
49 | } | ||
50 | + s->is_nonstreaming = true; | ||
51 | if (!sve_access_check(s)) { | ||
52 | return true; | ||
53 | } | ||
54 | @@ -XXX,XX +XXX,XX @@ static bool trans_FADDA(DisasContext *s, arg_rprr_esz *a) | ||
55 | DO_FP3(FADD_zzz, fadd) | ||
56 | DO_FP3(FSUB_zzz, fsub) | ||
57 | DO_FP3(FMUL_zzz, fmul) | ||
58 | -DO_FP3(FTSMUL, ftsmul) | ||
59 | DO_FP3(FRECPS, recps) | ||
60 | DO_FP3(FRSQRTS, rsqrts) | ||
61 | |||
62 | #undef DO_FP3 | ||
63 | |||
64 | +static gen_helper_gvec_3_ptr * const ftsmul_fns[4] = { | ||
65 | + NULL, gen_helper_gvec_ftsmul_h, | ||
66 | + gen_helper_gvec_ftsmul_s, gen_helper_gvec_ftsmul_d | ||
67 | +}; | ||
68 | +TRANS_FEAT_NONSTREAMING(FTSMUL, aa64_sve, gen_gvec_fpst_arg_zzz, | ||
69 | + ftsmul_fns[a->esz], a, 0) | ||
33 | + | 70 | + |
34 | DECODETREE = $(SRC_PATH)/scripts/decodetree.py | 71 | /* |
35 | 72 | *** SVE Floating Point Arithmetic - Predicated Group | |
36 | target/arm/decode-sve.inc.c: $(SRC_PATH)/target/arm/sve.decode $(DECODETREE) | 73 | */ |
37 | -- | 74 | -- |
38 | 2.20.1 | 75 | 2.25.1 |
39 | |||
40 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Group ARM objects together, TCG related ones at the bottom. | 3 | Mark these as a non-streaming instructions, which should trap |
4 | This will help when restricting TCG-only objects. | 4 | if full a64 support is not enabled in streaming mode. |
5 | 5 | ||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20190701132516.26392-3-philmd@redhat.com | 8 | Message-id: 20220708151540.18136-10-richard.henderson@linaro.org |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 10 | --- |
11 | target/arm/Makefile.objs | 10 ++++++---- | 11 | target/arm/sme-fa64.decode | 1 - |
12 | 1 file changed, 6 insertions(+), 4 deletions(-) | 12 | target/arm/translate-sve.c | 12 ++++++------ |
13 | 2 files changed, 6 insertions(+), 7 deletions(-) | ||
13 | 14 | ||
14 | diff --git a/target/arm/Makefile.objs b/target/arm/Makefile.objs | 15 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
15 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/Makefile.objs | 17 | --- a/target/arm/sme-fa64.decode |
17 | +++ b/target/arm/Makefile.objs | 18 | +++ b/target/arm/sme-fa64.decode |
18 | @@ -XXX,XX +XXX,XX @@ obj-$(CONFIG_KVM) += kvm.o | 19 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
19 | obj-$(call land,$(CONFIG_KVM),$(call lnot,$(TARGET_AARCH64))) += kvm32.o | 20 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) |
20 | obj-$(call land,$(CONFIG_KVM),$(TARGET_AARCH64)) += kvm64.o | 21 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) |
21 | obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o | 22 | |
22 | -obj-y += translate.o op_helper.o helper.o cpu.o | 23 | -FAIL 0100 0101 --0- ---- 1001 10-- ---- ---- # SMMLA, UMMLA, USMMLA |
23 | -obj-y += neon_helper.o iwmmxt_helper.o vec_helper.o vfp_helper.o | 24 | FAIL 0100 0101 --1- ---- 1--- ---- ---- ---- # SVE2 string/histo/crypto instructions |
24 | -obj-y += gdbstub.o | 25 | FAIL 1000 010- -00- ---- 10-- ---- ---- ---- # SVE2 32-bit gather NT load (vector+scalar) |
25 | +obj-y += helper.o vfp_helper.o | 26 | FAIL 1000 010- -00- ---- 111- ---- ---- ---- # SVE 32-bit gather prefetch (vector+imm) |
26 | +obj-y += cpu.o gdbstub.o | 27 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
27 | obj-$(TARGET_AARCH64) += cpu64.o gdbstub64.o | 28 | index XXXXXXX..XXXXXXX 100644 |
28 | -obj-y += crypto_helper.o | 29 | --- a/target/arm/translate-sve.c |
29 | obj-$(CONFIG_SOFTMMU) += arm-powerctl.o | 30 | +++ b/target/arm/translate-sve.c |
30 | 31 | @@ -XXX,XX +XXX,XX @@ TRANS_FEAT(FMLALT_zzxw, aa64_sve2, do_FMLAL_zzxw, a, false, true) | |
31 | DECODETREE = $(SRC_PATH)/scripts/decodetree.py | 32 | TRANS_FEAT(FMLSLB_zzxw, aa64_sve2, do_FMLAL_zzxw, a, true, false) |
32 | @@ -XXX,XX +XXX,XX @@ target/arm/translate-sve.o: target/arm/decode-sve.inc.c | 33 | TRANS_FEAT(FMLSLT_zzxw, aa64_sve2, do_FMLAL_zzxw, a, true, true) |
33 | target/arm/translate.o: target/arm/decode-vfp.inc.c | 34 | |
34 | target/arm/translate.o: target/arm/decode-vfp-uncond.inc.c | 35 | -TRANS_FEAT(SMMLA, aa64_sve_i8mm, gen_gvec_ool_arg_zzzz, |
35 | 36 | - gen_helper_gvec_smmla_b, a, 0) | |
36 | +obj-y += translate.o op_helper.o | 37 | -TRANS_FEAT(USMMLA, aa64_sve_i8mm, gen_gvec_ool_arg_zzzz, |
37 | +obj-y += crypto_helper.o | 38 | - gen_helper_gvec_usmmla_b, a, 0) |
38 | +obj-y += iwmmxt_helper.o vec_helper.o neon_helper.o | 39 | -TRANS_FEAT(UMMLA, aa64_sve_i8mm, gen_gvec_ool_arg_zzzz, |
39 | + | 40 | - gen_helper_gvec_ummla_b, a, 0) |
40 | obj-$(TARGET_AARCH64) += translate-a64.o helper-a64.o | 41 | +TRANS_FEAT_NONSTREAMING(SMMLA, aa64_sve_i8mm, gen_gvec_ool_arg_zzzz, |
41 | obj-$(TARGET_AARCH64) += translate-sve.o sve_helper.o | 42 | + gen_helper_gvec_smmla_b, a, 0) |
42 | obj-$(TARGET_AARCH64) += pauth_helper.o | 43 | +TRANS_FEAT_NONSTREAMING(USMMLA, aa64_sve_i8mm, gen_gvec_ool_arg_zzzz, |
44 | + gen_helper_gvec_usmmla_b, a, 0) | ||
45 | +TRANS_FEAT_NONSTREAMING(UMMLA, aa64_sve_i8mm, gen_gvec_ool_arg_zzzz, | ||
46 | + gen_helper_gvec_ummla_b, a, 0) | ||
47 | |||
48 | TRANS_FEAT(BFDOT_zzzz, aa64_sve_bf16, gen_gvec_ool_arg_zzzz, | ||
49 | gen_helper_gvec_bfdot, a, 0) | ||
43 | -- | 50 | -- |
44 | 2.20.1 | 51 | 2.25.1 |
45 | |||
46 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Group Aarch64 rules together, TCG related ones at the bottom. | 3 | Mark these as non-streaming instructions, which should trap |
4 | This will help when restricting TCG-only objects. | 4 | if full a64 support is not enabled in streaming mode. |
5 | 5 | ||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20190701132516.26392-2-philmd@redhat.com | 8 | Message-id: 20220708151540.18136-11-richard.henderson@linaro.org |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 10 | --- |
11 | target/arm/Makefile.objs | 5 +++-- | 11 | target/arm/sme-fa64.decode | 1 - |
12 | 1 file changed, 3 insertions(+), 2 deletions(-) | 12 | target/arm/translate-sve.c | 35 ++++++++++++++++++----------------- |
13 | 2 files changed, 18 insertions(+), 18 deletions(-) | ||
13 | 14 | ||
14 | diff --git a/target/arm/Makefile.objs b/target/arm/Makefile.objs | 15 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
15 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/Makefile.objs | 17 | --- a/target/arm/sme-fa64.decode |
17 | +++ b/target/arm/Makefile.objs | 18 | +++ b/target/arm/sme-fa64.decode |
18 | @@ -XXX,XX +XXX,XX @@ obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o | 19 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
19 | obj-y += translate.o op_helper.o helper.o cpu.o | 20 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) |
20 | obj-y += neon_helper.o iwmmxt_helper.o vec_helper.o vfp_helper.o | 21 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) |
21 | obj-y += gdbstub.o | 22 | |
22 | -obj-$(TARGET_AARCH64) += cpu64.o translate-a64.o helper-a64.o gdbstub64.o | 23 | -FAIL 0100 0101 --1- ---- 1--- ---- ---- ---- # SVE2 string/histo/crypto instructions |
23 | -obj-$(TARGET_AARCH64) += pauth_helper.o | 24 | FAIL 1000 010- -00- ---- 10-- ---- ---- ---- # SVE2 32-bit gather NT load (vector+scalar) |
24 | +obj-$(TARGET_AARCH64) += cpu64.o gdbstub64.o | 25 | FAIL 1000 010- -00- ---- 111- ---- ---- ---- # SVE 32-bit gather prefetch (vector+imm) |
25 | obj-y += crypto_helper.o | 26 | FAIL 1000 0100 0-1- ---- 0--- ---- ---- ---- # SVE 32-bit gather prefetch (scalar+vector) |
26 | obj-$(CONFIG_SOFTMMU) += arm-powerctl.o | 27 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
27 | 28 | index XXXXXXX..XXXXXXX 100644 | |
28 | @@ -XXX,XX +XXX,XX @@ target/arm/translate-sve.o: target/arm/decode-sve.inc.c | 29 | --- a/target/arm/translate-sve.c |
29 | target/arm/translate.o: target/arm/decode-vfp.inc.c | 30 | +++ b/target/arm/translate-sve.c |
30 | target/arm/translate.o: target/arm/decode-vfp-uncond.inc.c | 31 | @@ -XXX,XX +XXX,XX @@ DO_SVE2_ZZZ_NARROW(RSUBHNT, rsubhnt) |
31 | 32 | static gen_helper_gvec_flags_4 * const match_fns[4] = { | |
32 | +obj-$(TARGET_AARCH64) += translate-a64.o helper-a64.o | 33 | gen_helper_sve2_match_ppzz_b, gen_helper_sve2_match_ppzz_h, NULL, NULL |
33 | obj-$(TARGET_AARCH64) += translate-sve.o sve_helper.o | 34 | }; |
34 | +obj-$(TARGET_AARCH64) += pauth_helper.o | 35 | -TRANS_FEAT(MATCH, aa64_sve2, do_ppzz_flags, a, match_fns[a->esz]) |
36 | +TRANS_FEAT_NONSTREAMING(MATCH, aa64_sve2, do_ppzz_flags, a, match_fns[a->esz]) | ||
37 | |||
38 | static gen_helper_gvec_flags_4 * const nmatch_fns[4] = { | ||
39 | gen_helper_sve2_nmatch_ppzz_b, gen_helper_sve2_nmatch_ppzz_h, NULL, NULL | ||
40 | }; | ||
41 | -TRANS_FEAT(NMATCH, aa64_sve2, do_ppzz_flags, a, nmatch_fns[a->esz]) | ||
42 | +TRANS_FEAT_NONSTREAMING(NMATCH, aa64_sve2, do_ppzz_flags, a, nmatch_fns[a->esz]) | ||
43 | |||
44 | static gen_helper_gvec_4 * const histcnt_fns[4] = { | ||
45 | NULL, NULL, gen_helper_sve2_histcnt_s, gen_helper_sve2_histcnt_d | ||
46 | }; | ||
47 | -TRANS_FEAT(HISTCNT, aa64_sve2, gen_gvec_ool_arg_zpzz, | ||
48 | - histcnt_fns[a->esz], a, 0) | ||
49 | +TRANS_FEAT_NONSTREAMING(HISTCNT, aa64_sve2, gen_gvec_ool_arg_zpzz, | ||
50 | + histcnt_fns[a->esz], a, 0) | ||
51 | |||
52 | -TRANS_FEAT(HISTSEG, aa64_sve2, gen_gvec_ool_arg_zzz, | ||
53 | - a->esz == 0 ? gen_helper_sve2_histseg : NULL, a, 0) | ||
54 | +TRANS_FEAT_NONSTREAMING(HISTSEG, aa64_sve2, gen_gvec_ool_arg_zzz, | ||
55 | + a->esz == 0 ? gen_helper_sve2_histseg : NULL, a, 0) | ||
56 | |||
57 | DO_ZPZZ_FP(FADDP, aa64_sve2, sve2_faddp_zpzz) | ||
58 | DO_ZPZZ_FP(FMAXNMP, aa64_sve2, sve2_fmaxnmp_zpzz) | ||
59 | @@ -XXX,XX +XXX,XX @@ TRANS_FEAT(SQRDCMLAH_zzzz, aa64_sve2, gen_gvec_ool_zzzz, | ||
60 | TRANS_FEAT(USDOT_zzzz, aa64_sve_i8mm, gen_gvec_ool_arg_zzzz, | ||
61 | a->esz == 2 ? gen_helper_gvec_usdot_b : NULL, a, 0) | ||
62 | |||
63 | -TRANS_FEAT(AESMC, aa64_sve2_aes, gen_gvec_ool_zz, | ||
64 | - gen_helper_crypto_aesmc, a->rd, a->rd, a->decrypt) | ||
65 | +TRANS_FEAT_NONSTREAMING(AESMC, aa64_sve2_aes, gen_gvec_ool_zz, | ||
66 | + gen_helper_crypto_aesmc, a->rd, a->rd, a->decrypt) | ||
67 | |||
68 | -TRANS_FEAT(AESE, aa64_sve2_aes, gen_gvec_ool_arg_zzz, | ||
69 | - gen_helper_crypto_aese, a, false) | ||
70 | -TRANS_FEAT(AESD, aa64_sve2_aes, gen_gvec_ool_arg_zzz, | ||
71 | - gen_helper_crypto_aese, a, true) | ||
72 | +TRANS_FEAT_NONSTREAMING(AESE, aa64_sve2_aes, gen_gvec_ool_arg_zzz, | ||
73 | + gen_helper_crypto_aese, a, false) | ||
74 | +TRANS_FEAT_NONSTREAMING(AESD, aa64_sve2_aes, gen_gvec_ool_arg_zzz, | ||
75 | + gen_helper_crypto_aese, a, true) | ||
76 | |||
77 | -TRANS_FEAT(SM4E, aa64_sve2_sm4, gen_gvec_ool_arg_zzz, | ||
78 | - gen_helper_crypto_sm4e, a, 0) | ||
79 | -TRANS_FEAT(SM4EKEY, aa64_sve2_sm4, gen_gvec_ool_arg_zzz, | ||
80 | - gen_helper_crypto_sm4ekey, a, 0) | ||
81 | +TRANS_FEAT_NONSTREAMING(SM4E, aa64_sve2_sm4, gen_gvec_ool_arg_zzz, | ||
82 | + gen_helper_crypto_sm4e, a, 0) | ||
83 | +TRANS_FEAT_NONSTREAMING(SM4EKEY, aa64_sve2_sm4, gen_gvec_ool_arg_zzz, | ||
84 | + gen_helper_crypto_sm4ekey, a, 0) | ||
85 | |||
86 | -TRANS_FEAT(RAX1, aa64_sve2_sha3, gen_gvec_fn_arg_zzz, gen_gvec_rax1, a) | ||
87 | +TRANS_FEAT_NONSTREAMING(RAX1, aa64_sve2_sha3, gen_gvec_fn_arg_zzz, | ||
88 | + gen_gvec_rax1, a) | ||
89 | |||
90 | TRANS_FEAT(FCVTNT_sh, aa64_sve2, gen_gvec_fpst_arg_zpz, | ||
91 | gen_helper_sve2_fcvtnt_sh, a, 0, FPST_FPCR) | ||
35 | -- | 92 | -- |
36 | 2.20.1 | 93 | 2.25.1 |
37 | |||
38 | diff view generated by jsdifflib |
1 | From: Andrew Jeffery <andrew@aj.id.au> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The legacy interface only supported up to 32 IRQs, which became | 3 | Mark these as a non-streaming instructions, which should trap |
4 | restrictive around the AST2400 generation. QEMU support for the SoCs | 4 | if full a64 support is not enabled in streaming mode. |
5 | started with the AST2400 along with an effort to reimplement and | ||
6 | upstream drivers for Linux, so up until this point the consumers of the | ||
7 | QEMU ASPEED support only required the 64 IRQ register interface. | ||
8 | 5 | ||
9 | In an effort to support older BMC firmware, add support for the 32 IRQ | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | interface. | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
11 | 8 | Message-id: 20220708151540.18136-12-richard.henderson@linaro.org | |
12 | Signed-off-by: Andrew Jeffery <andrew@aj.id.au> | ||
13 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
14 | Reviewed-by: Joel Stanley <joel@jms.id.au> | ||
15 | Message-id: 20190618165311.27066-22-clg@kaod.org | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 10 | --- |
18 | hw/intc/aspeed_vic.c | 105 ++++++++++++++++++++++++++----------------- | 11 | target/arm/sme-fa64.decode | 9 --------- |
19 | 1 file changed, 63 insertions(+), 42 deletions(-) | 12 | target/arm/translate-sve.c | 6 ++++++ |
13 | 2 files changed, 6 insertions(+), 9 deletions(-) | ||
20 | 14 | ||
21 | diff --git a/hw/intc/aspeed_vic.c b/hw/intc/aspeed_vic.c | 15 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
22 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/hw/intc/aspeed_vic.c | 17 | --- a/target/arm/sme-fa64.decode |
24 | +++ b/hw/intc/aspeed_vic.c | 18 | +++ b/target/arm/sme-fa64.decode |
25 | @@ -XXX,XX +XXX,XX @@ static void aspeed_vic_set_irq(void *opaque, int irq, int level) | 19 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
26 | 20 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) | |
27 | static uint64_t aspeed_vic_read(void *opaque, hwaddr offset, unsigned size) | 21 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) |
28 | { | 22 | |
29 | - uint64_t val; | 23 | -FAIL 1000 010- -00- ---- 10-- ---- ---- ---- # SVE2 32-bit gather NT load (vector+scalar) |
30 | - const bool high = !!(offset & 0x4); | 24 | FAIL 1000 010- -00- ---- 111- ---- ---- ---- # SVE 32-bit gather prefetch (vector+imm) |
31 | - hwaddr n_offset = (offset & ~0x4); | 25 | FAIL 1000 0100 0-1- ---- 0--- ---- ---- ---- # SVE 32-bit gather prefetch (scalar+vector) |
32 | AspeedVICState *s = (AspeedVICState *)opaque; | 26 | -FAIL 1000 010- -01- ---- 1--- ---- ---- ---- # SVE 32-bit gather load (vector+imm) |
33 | + hwaddr n_offset; | 27 | -FAIL 1000 0100 0-0- ---- 0--- ---- ---- ---- # SVE 32-bit gather load byte (scalar+vector) |
34 | + uint64_t val; | 28 | -FAIL 1000 0100 1--- ---- 0--- ---- ---- ---- # SVE 32-bit gather load half (scalar+vector) |
35 | + bool high; | 29 | -FAIL 1000 0101 0--- ---- 0--- ---- ---- ---- # SVE 32-bit gather load word (scalar+vector) |
36 | 30 | FAIL 1010 010- ---- ---- 011- ---- ---- ---- # SVE contiguous FF load (scalar+scalar) | |
37 | if (offset < AVIC_NEW_BASE_OFFSET) { | 31 | FAIL 1010 010- ---1 ---- 101- ---- ---- ---- # SVE contiguous NF load (scalar+imm) |
38 | - qemu_log_mask(LOG_UNIMP, "%s: Ignoring read from legacy registers " | 32 | FAIL 1010 010- -01- ---- 000- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+scalar) |
39 | - "at 0x%" HWADDR_PRIx "[%u]\n", __func__, offset, size); | 33 | FAIL 1010 010- -010 ---- 001- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+imm) |
40 | - return 0; | 34 | FAIL 1100 010- ---- ---- ---- ---- ---- ---- # SVE 64-bit gather load/prefetch |
41 | + high = false; | 35 | -FAIL 1110 010- -00- ---- 001- ---- ---- ---- # SVE2 64-bit scatter NT store (vector+scalar) |
42 | + n_offset = offset; | 36 | -FAIL 1110 010- -10- ---- 001- ---- ---- ---- # SVE2 32-bit scatter NT store (vector+scalar) |
43 | + } else { | 37 | -FAIL 1110 010- ---- ---- 1-0- ---- ---- ---- # SVE scatter store (scalar+32-bit vector) |
44 | + high = !!(offset & 0x4); | 38 | -FAIL 1110 010- ---- ---- 101- ---- ---- ---- # SVE scatter store (misc) |
45 | + n_offset = (offset & ~0x4); | 39 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
40 | index XXXXXXX..XXXXXXX 100644 | ||
41 | --- a/target/arm/translate-sve.c | ||
42 | +++ b/target/arm/translate-sve.c | ||
43 | @@ -XXX,XX +XXX,XX @@ static bool trans_LD1_zprz(DisasContext *s, arg_LD1_zprz *a) | ||
44 | if (!dc_isar_feature(aa64_sve, s)) { | ||
45 | return false; | ||
46 | } | 46 | } |
47 | 47 | + s->is_nonstreaming = true; | |
48 | - n_offset -= AVIC_NEW_BASE_OFFSET; | 48 | if (!sve_access_check(s)) { |
49 | - | 49 | return true; |
50 | switch (n_offset) { | ||
51 | - case 0x0: /* IRQ Status */ | ||
52 | + case 0x80: /* IRQ Status */ | ||
53 | + case 0x00: | ||
54 | val = s->raw & ~s->select & s->enable; | ||
55 | break; | ||
56 | - case 0x08: /* FIQ Status */ | ||
57 | + case 0x88: /* FIQ Status */ | ||
58 | + case 0x04: | ||
59 | val = s->raw & s->select & s->enable; | ||
60 | break; | ||
61 | - case 0x10: /* Raw Interrupt Status */ | ||
62 | + case 0x90: /* Raw Interrupt Status */ | ||
63 | + case 0x08: | ||
64 | val = s->raw; | ||
65 | break; | ||
66 | - case 0x18: /* Interrupt Selection */ | ||
67 | + case 0x98: /* Interrupt Selection */ | ||
68 | + case 0x0c: | ||
69 | val = s->select; | ||
70 | break; | ||
71 | - case 0x20: /* Interrupt Enable */ | ||
72 | + case 0xa0: /* Interrupt Enable */ | ||
73 | + case 0x10: | ||
74 | val = s->enable; | ||
75 | break; | ||
76 | - case 0x30: /* Software Interrupt */ | ||
77 | + case 0xb0: /* Software Interrupt */ | ||
78 | + case 0x18: | ||
79 | val = s->trigger; | ||
80 | break; | ||
81 | - case 0x40: /* Interrupt Sensitivity */ | ||
82 | + case 0xc0: /* Interrupt Sensitivity */ | ||
83 | + case 0x24: | ||
84 | val = s->sense; | ||
85 | break; | ||
86 | - case 0x48: /* Interrupt Both Edge Trigger Control */ | ||
87 | + case 0xc8: /* Interrupt Both Edge Trigger Control */ | ||
88 | + case 0x28: | ||
89 | val = s->dual_edge; | ||
90 | break; | ||
91 | - case 0x50: /* Interrupt Event */ | ||
92 | + case 0xd0: /* Interrupt Event */ | ||
93 | + case 0x2c: | ||
94 | val = s->event; | ||
95 | break; | ||
96 | - case 0x60: /* Edge Triggered Interrupt Status */ | ||
97 | + case 0xe0: /* Edge Triggered Interrupt Status */ | ||
98 | val = s->raw & ~s->sense; | ||
99 | break; | ||
100 | /* Illegal */ | ||
101 | - case 0x28: /* Interrupt Enable Clear */ | ||
102 | - case 0x38: /* Software Interrupt Clear */ | ||
103 | - case 0x58: /* Edge Triggered Interrupt Clear */ | ||
104 | + case 0xa8: /* Interrupt Enable Clear */ | ||
105 | + case 0xb8: /* Software Interrupt Clear */ | ||
106 | + case 0xd8: /* Edge Triggered Interrupt Clear */ | ||
107 | qemu_log_mask(LOG_GUEST_ERROR, | ||
108 | "%s: Read of write-only register with offset 0x%" | ||
109 | HWADDR_PRIx "\n", __func__, offset); | ||
110 | @@ -XXX,XX +XXX,XX @@ static uint64_t aspeed_vic_read(void *opaque, hwaddr offset, unsigned size) | ||
111 | } | 50 | } |
112 | if (high) { | 51 | @@ -XXX,XX +XXX,XX @@ static bool trans_LD1_zpiz(DisasContext *s, arg_LD1_zpiz *a) |
113 | val = extract64(val, 32, 19); | 52 | if (!dc_isar_feature(aa64_sve, s)) { |
114 | + } else { | 53 | return false; |
115 | + val = extract64(val, 0, 32); | ||
116 | } | 54 | } |
117 | trace_aspeed_vic_read(offset, size, val); | 55 | + s->is_nonstreaming = true; |
118 | return val; | 56 | if (!sve_access_check(s)) { |
119 | @@ -XXX,XX +XXX,XX @@ static uint64_t aspeed_vic_read(void *opaque, hwaddr offset, unsigned size) | 57 | return true; |
120 | static void aspeed_vic_write(void *opaque, hwaddr offset, uint64_t data, | ||
121 | unsigned size) | ||
122 | { | ||
123 | - const bool high = !!(offset & 0x4); | ||
124 | - hwaddr n_offset = (offset & ~0x4); | ||
125 | AspeedVICState *s = (AspeedVICState *)opaque; | ||
126 | + hwaddr n_offset; | ||
127 | + bool high; | ||
128 | |||
129 | if (offset < AVIC_NEW_BASE_OFFSET) { | ||
130 | - qemu_log_mask(LOG_UNIMP, | ||
131 | - "%s: Ignoring write to legacy registers at 0x%" | ||
132 | - HWADDR_PRIx "[%u] <- 0x%" PRIx64 "\n", __func__, offset, | ||
133 | - size, data); | ||
134 | - return; | ||
135 | + high = false; | ||
136 | + n_offset = offset; | ||
137 | + } else { | ||
138 | + high = !!(offset & 0x4); | ||
139 | + n_offset = (offset & ~0x4); | ||
140 | } | 58 | } |
141 | 59 | @@ -XXX,XX +XXX,XX @@ static bool trans_LDNT1_zprz(DisasContext *s, arg_LD1_zprz *a) | |
142 | - n_offset -= AVIC_NEW_BASE_OFFSET; | 60 | if (!dc_isar_feature(aa64_sve2, s)) { |
143 | trace_aspeed_vic_write(offset, size, data); | 61 | return false; |
144 | |||
145 | /* Given we have members using separate enable/clear registers, deposit64() | ||
146 | @@ -XXX,XX +XXX,XX @@ static void aspeed_vic_write(void *opaque, hwaddr offset, uint64_t data, | ||
147 | } | 62 | } |
148 | 63 | + s->is_nonstreaming = true; | |
149 | switch (n_offset) { | 64 | if (!sve_access_check(s)) { |
150 | - case 0x18: /* Interrupt Selection */ | 65 | return true; |
151 | + case 0x98: /* Interrupt Selection */ | 66 | } |
152 | + case 0x0c: | 67 | @@ -XXX,XX +XXX,XX @@ static bool trans_ST1_zprz(DisasContext *s, arg_ST1_zprz *a) |
153 | /* Register has deposit64() semantics - overwrite requested 32 bits */ | 68 | if (!dc_isar_feature(aa64_sve, s)) { |
154 | if (high) { | 69 | return false; |
155 | s->select &= AVIC_L_MASK; | 70 | } |
156 | @@ -XXX,XX +XXX,XX @@ static void aspeed_vic_write(void *opaque, hwaddr offset, uint64_t data, | 71 | + s->is_nonstreaming = true; |
157 | } | 72 | if (!sve_access_check(s)) { |
158 | s->select |= data; | 73 | return true; |
159 | break; | 74 | } |
160 | - case 0x20: /* Interrupt Enable */ | 75 | @@ -XXX,XX +XXX,XX @@ static bool trans_ST1_zpiz(DisasContext *s, arg_ST1_zpiz *a) |
161 | + case 0xa0: /* Interrupt Enable */ | 76 | if (!dc_isar_feature(aa64_sve, s)) { |
162 | + case 0x10: | 77 | return false; |
163 | s->enable |= data; | 78 | } |
164 | break; | 79 | + s->is_nonstreaming = true; |
165 | - case 0x28: /* Interrupt Enable Clear */ | 80 | if (!sve_access_check(s)) { |
166 | + case 0xa8: /* Interrupt Enable Clear */ | 81 | return true; |
167 | + case 0x14: | 82 | } |
168 | s->enable &= ~data; | 83 | @@ -XXX,XX +XXX,XX @@ static bool trans_STNT1_zprz(DisasContext *s, arg_ST1_zprz *a) |
169 | break; | 84 | if (!dc_isar_feature(aa64_sve2, s)) { |
170 | - case 0x30: /* Software Interrupt */ | 85 | return false; |
171 | + case 0xb0: /* Software Interrupt */ | 86 | } |
172 | + case 0x18: | 87 | + s->is_nonstreaming = true; |
173 | qemu_log_mask(LOG_UNIMP, "%s: Software interrupts unavailable. " | 88 | if (!sve_access_check(s)) { |
174 | "IRQs requested: 0x%016" PRIx64 "\n", __func__, data); | 89 | return true; |
175 | break; | 90 | } |
176 | - case 0x38: /* Software Interrupt Clear */ | ||
177 | + case 0xb8: /* Software Interrupt Clear */ | ||
178 | + case 0x1c: | ||
179 | qemu_log_mask(LOG_UNIMP, "%s: Software interrupts unavailable. " | ||
180 | "IRQs to be cleared: 0x%016" PRIx64 "\n", __func__, data); | ||
181 | break; | ||
182 | - case 0x50: /* Interrupt Event */ | ||
183 | + case 0xd0: /* Interrupt Event */ | ||
184 | /* Register has deposit64() semantics - overwrite the top four valid | ||
185 | * IRQ bits, as only the top four IRQs (GPIOs) can change their event | ||
186 | * type */ | ||
187 | @@ -XXX,XX +XXX,XX @@ static void aspeed_vic_write(void *opaque, hwaddr offset, uint64_t data, | ||
188 | "Ignoring invalid write to interrupt event register"); | ||
189 | } | ||
190 | break; | ||
191 | - case 0x58: /* Edge Triggered Interrupt Clear */ | ||
192 | + case 0xd8: /* Edge Triggered Interrupt Clear */ | ||
193 | + case 0x38: | ||
194 | s->raw &= ~(data & ~s->sense); | ||
195 | break; | ||
196 | - case 0x00: /* IRQ Status */ | ||
197 | - case 0x08: /* FIQ Status */ | ||
198 | - case 0x10: /* Raw Interrupt Status */ | ||
199 | - case 0x40: /* Interrupt Sensitivity */ | ||
200 | - case 0x48: /* Interrupt Both Edge Trigger Control */ | ||
201 | - case 0x60: /* Edge Triggered Interrupt Status */ | ||
202 | + case 0x80: /* IRQ Status */ | ||
203 | + case 0x00: | ||
204 | + case 0x88: /* FIQ Status */ | ||
205 | + case 0x04: | ||
206 | + case 0x90: /* Raw Interrupt Status */ | ||
207 | + case 0x08: | ||
208 | + case 0xc0: /* Interrupt Sensitivity */ | ||
209 | + case 0x24: | ||
210 | + case 0xc8: /* Interrupt Both Edge Trigger Control */ | ||
211 | + case 0x28: | ||
212 | + case 0xe0: /* Edge Triggered Interrupt Status */ | ||
213 | qemu_log_mask(LOG_GUEST_ERROR, | ||
214 | "%s: Write of read-only register with offset 0x%" | ||
215 | HWADDR_PRIx "\n", __func__, offset); | ||
216 | -- | 91 | -- |
217 | 2.20.1 | 92 | 2.25.1 |
218 | |||
219 | diff view generated by jsdifflib |
1 | From: Adriana Kobylak <anoo@us.ibm.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The Swift board is an OpenPOWER system hosting POWER processors. | 3 | Mark these as a non-streaming instructions, which should trap if full |
4 | Add support for their BMC including the I2C devices as found on HW. | 4 | a64 support is not enabled in streaming mode. In this case, introduce |
5 | PRF_ns (prefetch non-streaming) to handle the checks. | ||
5 | 6 | ||
6 | Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Cédric Le Goater <clg@kaod.org> | 8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Reviewed-by: Joel Stanley <joel@jms.id.au> | 9 | Message-id: 20220708151540.18136-13-richard.henderson@linaro.org |
9 | Message-id: 20190618165311.27066-20-clg@kaod.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 11 | --- |
12 | hw/arm/aspeed.c | 50 +++++++++++++++++++++++++++++++++++++++++++++++++ | 12 | target/arm/sme-fa64.decode | 3 --- |
13 | 1 file changed, 50 insertions(+) | 13 | target/arm/sve.decode | 10 +++++----- |
14 | target/arm/translate-sve.c | 11 +++++++++++ | ||
15 | 3 files changed, 16 insertions(+), 8 deletions(-) | ||
14 | 16 | ||
15 | diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c | 17 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
16 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/arm/aspeed.c | 19 | --- a/target/arm/sme-fa64.decode |
18 | +++ b/hw/arm/aspeed.c | 20 | +++ b/target/arm/sme-fa64.decode |
19 | @@ -XXX,XX +XXX,XX @@ struct AspeedBoardState { | 21 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
20 | SCU_AST2500_HW_STRAP_ACPI_ENABLE | \ | 22 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) |
21 | SCU_HW_STRAP_SPI_MODE(SCU_HW_STRAP_SPI_MASTER)) | 23 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) |
22 | 24 | ||
23 | +/* Swift hardware value: 0xF11AD206 */ | 25 | -FAIL 1000 010- -00- ---- 111- ---- ---- ---- # SVE 32-bit gather prefetch (vector+imm) |
24 | +#define SWIFT_BMC_HW_STRAP1 ( \ | 26 | -FAIL 1000 0100 0-1- ---- 0--- ---- ---- ---- # SVE 32-bit gather prefetch (scalar+vector) |
25 | + AST2500_HW_STRAP1_DEFAULTS | \ | 27 | FAIL 1010 010- ---- ---- 011- ---- ---- ---- # SVE contiguous FF load (scalar+scalar) |
26 | + SCU_AST2500_HW_STRAP_SPI_AUTOFETCH_ENABLE | \ | 28 | FAIL 1010 010- ---1 ---- 101- ---- ---- ---- # SVE contiguous NF load (scalar+imm) |
27 | + SCU_AST2500_HW_STRAP_GPIO_STRAP_ENABLE | \ | 29 | FAIL 1010 010- -01- ---- 000- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+scalar) |
28 | + SCU_AST2500_HW_STRAP_UART_DEBUG | \ | 30 | FAIL 1010 010- -010 ---- 001- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+imm) |
29 | + SCU_AST2500_HW_STRAP_DDR4_ENABLE | \ | 31 | -FAIL 1100 010- ---- ---- ---- ---- ---- ---- # SVE 64-bit gather load/prefetch |
30 | + SCU_H_PLL_BYPASS_EN | \ | 32 | diff --git a/target/arm/sve.decode b/target/arm/sve.decode |
31 | + SCU_AST2500_HW_STRAP_ACPI_ENABLE | \ | 33 | index XXXXXXX..XXXXXXX 100644 |
32 | + SCU_HW_STRAP_SPI_MODE(SCU_HW_STRAP_SPI_MASTER)) | 34 | --- a/target/arm/sve.decode |
33 | + | 35 | +++ b/target/arm/sve.decode |
34 | /* Witherspoon hardware value: 0xF10AD216 (but use romulus definition) */ | 36 | @@ -XXX,XX +XXX,XX @@ LD1RO_zpri 1010010 .. 01 0.... 001 ... ..... ..... \ |
35 | #define WITHERSPOON_BMC_HW_STRAP1 ROMULUS_BMC_HW_STRAP1 | 37 | @rpri_load_msz nreg=0 |
36 | 38 | ||
37 | @@ -XXX,XX +XXX,XX @@ static void romulus_bmc_i2c_init(AspeedBoardState *bmc) | 39 | # SVE 32-bit gather prefetch (scalar plus 32-bit scaled offsets) |
38 | i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 11), "ds1338", 0x32); | 40 | -PRF 1000010 00 -1 ----- 0-- --- ----- 0 ---- |
41 | +PRF_ns 1000010 00 -1 ----- 0-- --- ----- 0 ---- | ||
42 | |||
43 | # SVE 32-bit gather prefetch (vector plus immediate) | ||
44 | -PRF 1000010 -- 00 ----- 111 --- ----- 0 ---- | ||
45 | +PRF_ns 1000010 -- 00 ----- 111 --- ----- 0 ---- | ||
46 | |||
47 | # SVE contiguous prefetch (scalar plus immediate) | ||
48 | PRF 1000010 11 1- ----- 0-- --- ----- 0 ---- | ||
49 | @@ -XXX,XX +XXX,XX @@ LD1_zpiz 1100010 .. 01 ..... 1.. ... ..... ..... \ | ||
50 | @rpri_g_load esz=3 | ||
51 | |||
52 | # SVE 64-bit gather prefetch (scalar plus 64-bit scaled offsets) | ||
53 | -PRF 1100010 00 11 ----- 1-- --- ----- 0 ---- | ||
54 | +PRF_ns 1100010 00 11 ----- 1-- --- ----- 0 ---- | ||
55 | |||
56 | # SVE 64-bit gather prefetch (scalar plus unpacked 32-bit scaled offsets) | ||
57 | -PRF 1100010 00 -1 ----- 0-- --- ----- 0 ---- | ||
58 | +PRF_ns 1100010 00 -1 ----- 0-- --- ----- 0 ---- | ||
59 | |||
60 | # SVE 64-bit gather prefetch (vector plus immediate) | ||
61 | -PRF 1100010 -- 00 ----- 111 --- ----- 0 ---- | ||
62 | +PRF_ns 1100010 -- 00 ----- 111 --- ----- 0 ---- | ||
63 | |||
64 | ### SVE Memory Store Group | ||
65 | |||
66 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c | ||
67 | index XXXXXXX..XXXXXXX 100644 | ||
68 | --- a/target/arm/translate-sve.c | ||
69 | +++ b/target/arm/translate-sve.c | ||
70 | @@ -XXX,XX +XXX,XX @@ static bool trans_PRF_rr(DisasContext *s, arg_PRF_rr *a) | ||
71 | return true; | ||
39 | } | 72 | } |
40 | 73 | ||
41 | +static void swift_bmc_i2c_init(AspeedBoardState *bmc) | 74 | +static bool trans_PRF_ns(DisasContext *s, arg_PRF_ns *a) |
42 | +{ | 75 | +{ |
43 | + AspeedSoCState *soc = &bmc->soc; | 76 | + if (!dc_isar_feature(aa64_sve, s)) { |
44 | + | 77 | + return false; |
45 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 3), "pca9552", 0x60); | 78 | + } |
46 | + | 79 | + /* Prefetch is a nop within QEMU. */ |
47 | + /* The swift board expects a TMP275 but a TMP105 is compatible */ | 80 | + s->is_nonstreaming = true; |
48 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 7), "tmp105", 0x48); | 81 | + (void)sve_access_check(s); |
49 | + /* The swift board expects a pca9551 but a pca9552 is compatible */ | 82 | + return true; |
50 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 7), "pca9552", 0x60); | ||
51 | + | ||
52 | + /* The swift board expects an Epson RX8900 RTC but a ds1338 is compatible */ | ||
53 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 8), "ds1338", 0x32); | ||
54 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 8), "pca9552", 0x60); | ||
55 | + | ||
56 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 9), "tmp423", 0x4c); | ||
57 | + /* The swift board expects a pca9539 but a pca9552 is compatible */ | ||
58 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 9), "pca9552", 0x74); | ||
59 | + | ||
60 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 10), "tmp423", 0x4c); | ||
61 | + /* The swift board expects a pca9539 but a pca9552 is compatible */ | ||
62 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 10), "pca9552", | ||
63 | + 0x74); | ||
64 | + | ||
65 | + /* The swift board expects a TMP275 but a TMP105 is compatible */ | ||
66 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 12), "tmp105", 0x48); | ||
67 | + i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 12), "tmp105", 0x4a); | ||
68 | +} | 83 | +} |
69 | + | 84 | + |
70 | static void witherspoon_bmc_i2c_init(AspeedBoardState *bmc) | 85 | /* |
71 | { | 86 | * Move Prefix |
72 | AspeedSoCState *soc = &bmc->soc; | 87 | * |
73 | @@ -XXX,XX +XXX,XX @@ static const AspeedBoardConfig aspeed_boards[] = { | ||
74 | .num_cs = 2, | ||
75 | .i2c_init = romulus_bmc_i2c_init, | ||
76 | .ram = 512 * MiB, | ||
77 | + }, { | ||
78 | + .name = MACHINE_TYPE_NAME("swift-bmc"), | ||
79 | + .desc = "OpenPOWER Swift BMC (ARM1176)", | ||
80 | + .soc_name = "ast2500-a1", | ||
81 | + .hw_strap1 = SWIFT_BMC_HW_STRAP1, | ||
82 | + .fmc_model = "mx66l1g45g", | ||
83 | + .spi_model = "mx66l1g45g", | ||
84 | + .num_cs = 2, | ||
85 | + .i2c_init = swift_bmc_i2c_init, | ||
86 | + .ram = 512 * MiB, | ||
87 | }, { | ||
88 | .name = MACHINE_TYPE_NAME("witherspoon-bmc"), | ||
89 | .desc = "OpenPOWER Witherspoon BMC (ARM1176)", | ||
90 | -- | 88 | -- |
91 | 2.20.1 | 89 | 2.25.1 |
92 | |||
93 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The RAM memory region is defined after the SoC is realized when the | 3 | Mark these as a non-streaming instructions, which should trap |
4 | SDMC controller has checked that the defined RAM size for the machine | 4 | if full a64 support is not enabled in streaming mode. |
5 | is correct. This is problematic for controller models requiring a link | ||
6 | on the RAM region, for DMA support in the SMC controller for instance. | ||
7 | 5 | ||
8 | Introduce a container memory region for the RAM that we can link into | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | the controllers early, before the SoC is realized. It will be | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
10 | populated with the RAM region after the checks have be done. | 8 | Message-id: 20220708151540.18136-14-richard.henderson@linaro.org |
11 | |||
12 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
13 | Reviewed-by: Joel Stanley <joel@jms.id.au> | ||
14 | Message-id: 20190618165311.27066-14-clg@kaod.org | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 10 | --- |
17 | hw/arm/aspeed.c | 13 +++++++++---- | 11 | target/arm/sme-fa64.decode | 2 -- |
18 | 1 file changed, 9 insertions(+), 4 deletions(-) | 12 | target/arm/translate-sve.c | 2 ++ |
13 | 2 files changed, 2 insertions(+), 2 deletions(-) | ||
19 | 14 | ||
20 | diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c | 15 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
21 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
22 | --- a/hw/arm/aspeed.c | 17 | --- a/target/arm/sme-fa64.decode |
23 | +++ b/hw/arm/aspeed.c | 18 | +++ b/target/arm/sme-fa64.decode |
24 | @@ -XXX,XX +XXX,XX @@ static struct arm_boot_info aspeed_board_binfo = { | 19 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
25 | 20 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) | |
26 | struct AspeedBoardState { | 21 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) |
27 | AspeedSoCState soc; | 22 | |
28 | + MemoryRegion ram_container; | 23 | -FAIL 1010 010- ---- ---- 011- ---- ---- ---- # SVE contiguous FF load (scalar+scalar) |
29 | MemoryRegion ram; | 24 | -FAIL 1010 010- ---1 ---- 101- ---- ---- ---- # SVE contiguous NF load (scalar+imm) |
30 | MemoryRegion max_ram; | 25 | FAIL 1010 010- -01- ---- 000- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+scalar) |
31 | }; | 26 | FAIL 1010 010- -010 ---- 001- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+imm) |
32 | @@ -XXX,XX +XXX,XX @@ static void aspeed_board_init(MachineState *machine, | 27 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
33 | ram_addr_t max_ram_size; | 28 | index XXXXXXX..XXXXXXX 100644 |
34 | 29 | --- a/target/arm/translate-sve.c | |
35 | bmc = g_new0(AspeedBoardState, 1); | 30 | +++ b/target/arm/translate-sve.c |
36 | + | 31 | @@ -XXX,XX +XXX,XX @@ static bool trans_LDFF1_zprr(DisasContext *s, arg_rprr_load *a) |
37 | + memory_region_init(&bmc->ram_container, NULL, "aspeed-ram-container", | 32 | if (!dc_isar_feature(aa64_sve, s)) { |
38 | + UINT32_MAX); | 33 | return false; |
39 | + | 34 | } |
40 | object_initialize_child(OBJECT(machine), "soc", &bmc->soc, | 35 | + s->is_nonstreaming = true; |
41 | (sizeof(bmc->soc)), cfg->soc_name, &error_abort, | 36 | if (sve_access_check(s)) { |
42 | NULL); | 37 | TCGv_i64 addr = new_tmp_a64(s); |
43 | @@ -XXX,XX +XXX,XX @@ static void aspeed_board_init(MachineState *machine, | 38 | tcg_gen_shli_i64(addr, cpu_reg(s, a->rm), dtype_msz(a->dtype)); |
44 | &error_abort); | 39 | @@ -XXX,XX +XXX,XX @@ static bool trans_LDNF1_zpri(DisasContext *s, arg_rpri_load *a) |
45 | 40 | if (!dc_isar_feature(aa64_sve, s)) { | |
46 | memory_region_allocate_system_memory(&bmc->ram, NULL, "ram", ram_size); | 41 | return false; |
47 | + memory_region_add_subregion(&bmc->ram_container, 0, &bmc->ram); | 42 | } |
48 | memory_region_add_subregion(get_system_memory(), | 43 | + s->is_nonstreaming = true; |
49 | - sc->info->memmap[ASPEED_SDRAM], &bmc->ram); | 44 | if (sve_access_check(s)) { |
50 | + sc->info->memmap[ASPEED_SDRAM], | 45 | int vsz = vec_full_reg_size(s); |
51 | + &bmc->ram_container); | 46 | int elements = vsz >> dtype_esz[a->dtype]; |
52 | |||
53 | max_ram_size = object_property_get_uint(OBJECT(&bmc->soc), "max-ram-size", | ||
54 | &error_abort); | ||
55 | memory_region_init_io(&bmc->max_ram, NULL, &max_ram_ops, NULL, | ||
56 | "max_ram", max_ram_size - ram_size); | ||
57 | - memory_region_add_subregion(get_system_memory(), | ||
58 | - sc->info->memmap[ASPEED_SDRAM] + ram_size, | ||
59 | - &bmc->max_ram); | ||
60 | + memory_region_add_subregion(&bmc->ram_container, ram_size, &bmc->max_ram); | ||
61 | |||
62 | aspeed_board_init_flashes(&bmc->soc.fmc, cfg->fmc_model, &error_abort); | ||
63 | aspeed_board_init_flashes(&bmc->soc.spi[0], cfg->spi_model, &error_abort); | ||
64 | -- | 47 | -- |
65 | 2.20.1 | 48 | 2.25.1 |
66 | |||
67 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | It has never been used as far as I can tell from the git history. | 3 | Mark these as a non-streaming instructions, which should trap |
4 | if full a64 support is not enabled in streaming mode. | ||
4 | 5 | ||
5 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Joel Stanley <joel@jms.id.au> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20190618165311.27066-13-clg@kaod.org | 8 | Message-id: 20220708151540.18136-15-richard.henderson@linaro.org |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 10 | --- |
10 | hw/arm/aspeed.c | 2 -- | 11 | target/arm/sme-fa64.decode | 3 --- |
11 | 1 file changed, 2 deletions(-) | 12 | target/arm/translate-sve.c | 2 ++ |
13 | 2 files changed, 2 insertions(+), 3 deletions(-) | ||
12 | 14 | ||
13 | diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c | 15 | diff --git a/target/arm/sme-fa64.decode b/target/arm/sme-fa64.decode |
14 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/arm/aspeed.c | 17 | --- a/target/arm/sme-fa64.decode |
16 | +++ b/hw/arm/aspeed.c | 18 | +++ b/target/arm/sme-fa64.decode |
17 | @@ -XXX,XX +XXX,XX @@ static void aspeed_board_init(MachineState *machine, | 19 | @@ -XXX,XX +XXX,XX @@ FAIL 0001 1110 0111 1110 0000 00-- ---- ---- # FJCVTZS |
18 | memory_region_allocate_system_memory(&bmc->ram, NULL, "ram", ram_size); | 20 | # --11 1100 --0- ---- ---- ---- ---- ---- # Load/store FP register (unscaled imm) |
19 | memory_region_add_subregion(get_system_memory(), | 21 | # --11 1100 --1- ---- ---- ---- ---- --10 # Load/store FP register (register offset) |
20 | sc->info->memmap[ASPEED_SDRAM], &bmc->ram); | 22 | # --11 1101 ---- ---- ---- ---- ---- ---- # Load/store FP register (scaled imm) |
21 | - object_property_add_const_link(OBJECT(&bmc->soc), "ram", OBJECT(&bmc->ram), | 23 | - |
22 | - &error_abort); | 24 | -FAIL 1010 010- -01- ---- 000- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+scalar) |
23 | 25 | -FAIL 1010 010- -010 ---- 001- ---- ---- ---- # SVE load & replicate 32 bytes (scalar+imm) | |
24 | max_ram_size = object_property_get_uint(OBJECT(&bmc->soc), "max-ram-size", | 26 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
25 | &error_abort); | 27 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/target/arm/translate-sve.c | ||
29 | +++ b/target/arm/translate-sve.c | ||
30 | @@ -XXX,XX +XXX,XX @@ static bool trans_LD1RO_zprr(DisasContext *s, arg_rprr_load *a) | ||
31 | if (a->rm == 31) { | ||
32 | return false; | ||
33 | } | ||
34 | + s->is_nonstreaming = true; | ||
35 | if (sve_access_check(s)) { | ||
36 | TCGv_i64 addr = new_tmp_a64(s); | ||
37 | tcg_gen_shli_i64(addr, cpu_reg(s, a->rm), dtype_msz(a->dtype)); | ||
38 | @@ -XXX,XX +XXX,XX @@ static bool trans_LD1RO_zpri(DisasContext *s, arg_rpri_load *a) | ||
39 | if (!dc_isar_feature(aa64_sve_f64mm, s)) { | ||
40 | return false; | ||
41 | } | ||
42 | + s->is_nonstreaming = true; | ||
43 | if (sve_access_check(s)) { | ||
44 | TCGv_i64 addr = new_tmp_a64(s); | ||
45 | tcg_gen_addi_i64(addr, cpu_reg_sp(s, a->rn), a->imm * 32); | ||
26 | -- | 46 | -- |
27 | 2.20.1 | 47 | 2.25.1 |
28 | |||
29 | diff view generated by jsdifflib |
1 | From: Hongbo Zhang <hongbo.zhang@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | For AArch64, the existing "virt" machine is primarily meant to | 3 | These functions will be used to verify that the cpu |
4 | run on KVM and execute virtualization workloads, but we need an | 4 | is in the correct state for a given instruction. |
5 | environment as faithful as possible to physical hardware, for supporting | ||
6 | firmware and OS development for physical Aarch64 machines. | ||
7 | 5 | ||
8 | This patch introduces new machine type 'sbsa-ref' with main features: | ||
9 | - Based on 'virt' machine type. | ||
10 | - A new memory map. | ||
11 | - CPU type cortex-a57. | ||
12 | - EL2 and EL3 are enabled. | ||
13 | - GIC version 3. | ||
14 | - System bus AHCI controller. | ||
15 | - System bus EHCI controller. | ||
16 | - CDROM and hard disc on AHCI bus. | ||
17 | - E1000E ethernet card on PCIE bus. | ||
18 | - VGA display adaptor on PCIE bus. | ||
19 | - No virtio devices. | ||
20 | - No fw_cfg device. | ||
21 | - No ACPI table supplied. | ||
22 | - Only minimal device tree nodes. | ||
23 | |||
24 | Arm Trusted Firmware and UEFI porting to this are done accordingly, | ||
25 | and the firmware should supply ACPI tables to the guest OS. The | ||
26 | minimal device tree nodes supplied by QEMU for this platform are only | ||
27 | to pass the dynamic info reflecting command line input to firmware, | ||
28 | not for loading the guest OS. | ||
29 | |||
30 | To make the review easier, this task is split into two patches, the | ||
31 | fundamental skeleton part and the peripheral devices part; this patch is | ||
32 | the first part. | ||
33 | |||
34 | Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org> | ||
35 | Message-id: 1561890034-15921-2-git-send-email-hongbo.zhang@linaro.org | ||
36 | [PMM: commit message tweaks; moved some bits between patch 1 and 2 | ||
37 | to ensure patch 1 builds cleanly; removed unneeded lines from | ||
38 | Kconfig stanza; only provide board for qemu-system-aarch64, not | ||
39 | qemu-system-arm; added MAINTAINERS entry] | ||
40 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20220708151540.18136-16-richard.henderson@linaro.org | ||
41 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
42 | --- | 10 | --- |
43 | hw/arm/Makefile.objs | 1 + | 11 | target/arm/translate-a64.h | 21 +++++++++++++++++++++ |
44 | hw/arm/sbsa-ref.c | 271 ++++++++++++++++++++++++++++ | 12 | target/arm/translate-a64.c | 34 ++++++++++++++++++++++++++++++++++ |
45 | MAINTAINERS | 8 + | 13 | 2 files changed, 55 insertions(+) |
46 | default-configs/aarch64-softmmu.mak | 1 + | ||
47 | hw/arm/Kconfig | 14 ++ | ||
48 | 5 files changed, 295 insertions(+) | ||
49 | create mode 100644 hw/arm/sbsa-ref.c | ||
50 | 14 | ||
51 | diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs | 15 | diff --git a/target/arm/translate-a64.h b/target/arm/translate-a64.h |
52 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
53 | --- a/hw/arm/Makefile.objs | 17 | --- a/target/arm/translate-a64.h |
54 | +++ b/hw/arm/Makefile.objs | 18 | +++ b/target/arm/translate-a64.h |
55 | @@ -XXX,XX +XXX,XX @@ obj-$(CONFIG_SPITZ) += spitz.o | 19 | @@ -XXX,XX +XXX,XX @@ void write_fp_dreg(DisasContext *s, int reg, TCGv_i64 v); |
56 | obj-$(CONFIG_TOSA) += tosa.o | 20 | bool logic_imm_decode_wmask(uint64_t *result, unsigned int immn, |
57 | obj-$(CONFIG_Z2) += z2.o | 21 | unsigned int imms, unsigned int immr); |
58 | obj-$(CONFIG_REALVIEW) += realview.o | 22 | bool sve_access_check(DisasContext *s); |
59 | +obj-$(CONFIG_SBSA_REF) += sbsa-ref.o | 23 | +bool sme_enabled_check(DisasContext *s); |
60 | obj-$(CONFIG_STELLARIS) += stellaris.o | 24 | +bool sme_enabled_check_with_svcr(DisasContext *s, unsigned); |
61 | obj-$(CONFIG_COLLIE) += collie.o | ||
62 | obj-$(CONFIG_VERSATILE) += versatilepb.o | ||
63 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c | ||
64 | new file mode 100644 | ||
65 | index XXXXXXX..XXXXXXX | ||
66 | --- /dev/null | ||
67 | +++ b/hw/arm/sbsa-ref.c | ||
68 | @@ -XXX,XX +XXX,XX @@ | ||
69 | +/* | ||
70 | + * ARM SBSA Reference Platform emulation | ||
71 | + * | ||
72 | + * Copyright (c) 2018 Linaro Limited | ||
73 | + * Written by Hongbo Zhang <hongbo.zhang@linaro.org> | ||
74 | + * | ||
75 | + * This program is free software; you can redistribute it and/or modify it | ||
76 | + * under the terms and conditions of the GNU General Public License, | ||
77 | + * version 2 or later, as published by the Free Software Foundation. | ||
78 | + * | ||
79 | + * This program is distributed in the hope it will be useful, but WITHOUT | ||
80 | + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
81 | + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
82 | + * more details. | ||
83 | + * | ||
84 | + * You should have received a copy of the GNU General Public License along with | ||
85 | + * this program. If not, see <http://www.gnu.org/licenses/>. | ||
86 | + */ | ||
87 | + | 25 | + |
88 | +#include "qemu/osdep.h" | 26 | +/* This function corresponds to CheckStreamingSVEEnabled. */ |
89 | +#include "qapi/error.h" | 27 | +static inline bool sme_sm_enabled_check(DisasContext *s) |
90 | +#include "qemu/error-report.h" | ||
91 | +#include "qemu/units.h" | ||
92 | +#include "sysemu/numa.h" | ||
93 | +#include "sysemu/sysemu.h" | ||
94 | +#include "exec/address-spaces.h" | ||
95 | +#include "exec/hwaddr.h" | ||
96 | +#include "kvm_arm.h" | ||
97 | +#include "hw/arm/boot.h" | ||
98 | +#include "hw/boards.h" | ||
99 | +#include "hw/intc/arm_gicv3_common.h" | ||
100 | + | ||
101 | +#define RAMLIMIT_GB 8192 | ||
102 | +#define RAMLIMIT_BYTES (RAMLIMIT_GB * GiB) | ||
103 | + | ||
104 | +enum { | ||
105 | + SBSA_FLASH, | ||
106 | + SBSA_MEM, | ||
107 | + SBSA_CPUPERIPHS, | ||
108 | + SBSA_GIC_DIST, | ||
109 | + SBSA_GIC_REDIST, | ||
110 | + SBSA_SMMU, | ||
111 | + SBSA_UART, | ||
112 | + SBSA_RTC, | ||
113 | + SBSA_PCIE, | ||
114 | + SBSA_PCIE_MMIO, | ||
115 | + SBSA_PCIE_MMIO_HIGH, | ||
116 | + SBSA_PCIE_PIO, | ||
117 | + SBSA_PCIE_ECAM, | ||
118 | + SBSA_GPIO, | ||
119 | + SBSA_SECURE_UART, | ||
120 | + SBSA_SECURE_UART_MM, | ||
121 | + SBSA_SECURE_MEM, | ||
122 | + SBSA_AHCI, | ||
123 | + SBSA_EHCI, | ||
124 | +}; | ||
125 | + | ||
126 | +typedef struct MemMapEntry { | ||
127 | + hwaddr base; | ||
128 | + hwaddr size; | ||
129 | +} MemMapEntry; | ||
130 | + | ||
131 | +typedef struct { | ||
132 | + MachineState parent; | ||
133 | + struct arm_boot_info bootinfo; | ||
134 | + int smp_cpus; | ||
135 | + void *fdt; | ||
136 | + int fdt_size; | ||
137 | + int psci_conduit; | ||
138 | +} SBSAMachineState; | ||
139 | + | ||
140 | +#define TYPE_SBSA_MACHINE MACHINE_TYPE_NAME("sbsa-ref") | ||
141 | +#define SBSA_MACHINE(obj) \ | ||
142 | + OBJECT_CHECK(SBSAMachineState, (obj), TYPE_SBSA_MACHINE) | ||
143 | + | ||
144 | +static const MemMapEntry sbsa_ref_memmap[] = { | ||
145 | + /* 512M boot ROM */ | ||
146 | + [SBSA_FLASH] = { 0, 0x20000000 }, | ||
147 | + /* 512M secure memory */ | ||
148 | + [SBSA_SECURE_MEM] = { 0x20000000, 0x20000000 }, | ||
149 | + /* Space reserved for CPU peripheral devices */ | ||
150 | + [SBSA_CPUPERIPHS] = { 0x40000000, 0x00040000 }, | ||
151 | + [SBSA_GIC_DIST] = { 0x40060000, 0x00010000 }, | ||
152 | + [SBSA_GIC_REDIST] = { 0x40080000, 0x04000000 }, | ||
153 | + [SBSA_UART] = { 0x60000000, 0x00001000 }, | ||
154 | + [SBSA_RTC] = { 0x60010000, 0x00001000 }, | ||
155 | + [SBSA_GPIO] = { 0x60020000, 0x00001000 }, | ||
156 | + [SBSA_SECURE_UART] = { 0x60030000, 0x00001000 }, | ||
157 | + [SBSA_SECURE_UART_MM] = { 0x60040000, 0x00001000 }, | ||
158 | + [SBSA_SMMU] = { 0x60050000, 0x00020000 }, | ||
159 | + /* Space here reserved for more SMMUs */ | ||
160 | + [SBSA_AHCI] = { 0x60100000, 0x00010000 }, | ||
161 | + [SBSA_EHCI] = { 0x60110000, 0x00010000 }, | ||
162 | + /* Space here reserved for other devices */ | ||
163 | + [SBSA_PCIE_PIO] = { 0x7fff0000, 0x00010000 }, | ||
164 | + /* 32-bit address PCIE MMIO space */ | ||
165 | + [SBSA_PCIE_MMIO] = { 0x80000000, 0x70000000 }, | ||
166 | + /* 256M PCIE ECAM space */ | ||
167 | + [SBSA_PCIE_ECAM] = { 0xf0000000, 0x10000000 }, | ||
168 | + /* ~1TB PCIE MMIO space (4GB to 1024GB boundary) */ | ||
169 | + [SBSA_PCIE_MMIO_HIGH] = { 0x100000000ULL, 0xFF00000000ULL }, | ||
170 | + [SBSA_MEM] = { 0x10000000000ULL, RAMLIMIT_BYTES }, | ||
171 | +}; | ||
172 | + | ||
173 | +static void sbsa_ref_init(MachineState *machine) | ||
174 | +{ | 28 | +{ |
175 | + SBSAMachineState *sms = SBSA_MACHINE(machine); | 29 | + return sme_enabled_check_with_svcr(s, R_SVCR_SM_MASK); |
176 | + MachineClass *mc = MACHINE_GET_CLASS(machine); | ||
177 | + MemoryRegion *sysmem = get_system_memory(); | ||
178 | + MemoryRegion *secure_sysmem = NULL; | ||
179 | + MemoryRegion *ram = g_new(MemoryRegion, 1); | ||
180 | + const CPUArchIdList *possible_cpus; | ||
181 | + int n, sbsa_max_cpus; | ||
182 | + | ||
183 | + if (strcmp(machine->cpu_type, ARM_CPU_TYPE_NAME("cortex-a57"))) { | ||
184 | + error_report("sbsa-ref: CPU type other than the built-in " | ||
185 | + "cortex-a57 not supported"); | ||
186 | + exit(1); | ||
187 | + } | ||
188 | + | ||
189 | + if (kvm_enabled()) { | ||
190 | + error_report("sbsa-ref: KVM is not supported for this machine"); | ||
191 | + exit(1); | ||
192 | + } | ||
193 | + | ||
194 | + /* | ||
195 | + * This machine has EL3 enabled, external firmware should supply PSCI | ||
196 | + * implementation, so the QEMU's internal PSCI is disabled. | ||
197 | + */ | ||
198 | + sms->psci_conduit = QEMU_PSCI_CONDUIT_DISABLED; | ||
199 | + | ||
200 | + sbsa_max_cpus = sbsa_ref_memmap[SBSA_GIC_REDIST].size / GICV3_REDIST_SIZE; | ||
201 | + | ||
202 | + if (max_cpus > sbsa_max_cpus) { | ||
203 | + error_report("Number of SMP CPUs requested (%d) exceeds max CPUs " | ||
204 | + "supported by machine 'sbsa-ref' (%d)", | ||
205 | + max_cpus, sbsa_max_cpus); | ||
206 | + exit(1); | ||
207 | + } | ||
208 | + | ||
209 | + sms->smp_cpus = smp_cpus; | ||
210 | + | ||
211 | + if (machine->ram_size > sbsa_ref_memmap[SBSA_MEM].size) { | ||
212 | + error_report("sbsa-ref: cannot model more than %dGB RAM", RAMLIMIT_GB); | ||
213 | + exit(1); | ||
214 | + } | ||
215 | + | ||
216 | + possible_cpus = mc->possible_cpu_arch_ids(machine); | ||
217 | + for (n = 0; n < possible_cpus->len; n++) { | ||
218 | + Object *cpuobj; | ||
219 | + CPUState *cs; | ||
220 | + | ||
221 | + if (n >= smp_cpus) { | ||
222 | + break; | ||
223 | + } | ||
224 | + | ||
225 | + cpuobj = object_new(possible_cpus->cpus[n].type); | ||
226 | + object_property_set_int(cpuobj, possible_cpus->cpus[n].arch_id, | ||
227 | + "mp-affinity", NULL); | ||
228 | + | ||
229 | + cs = CPU(cpuobj); | ||
230 | + cs->cpu_index = n; | ||
231 | + | ||
232 | + numa_cpu_pre_plug(&possible_cpus->cpus[cs->cpu_index], DEVICE(cpuobj), | ||
233 | + &error_fatal); | ||
234 | + | ||
235 | + if (object_property_find(cpuobj, "reset-cbar", NULL)) { | ||
236 | + object_property_set_int(cpuobj, | ||
237 | + sbsa_ref_memmap[SBSA_CPUPERIPHS].base, | ||
238 | + "reset-cbar", &error_abort); | ||
239 | + } | ||
240 | + | ||
241 | + object_property_set_link(cpuobj, OBJECT(sysmem), "memory", | ||
242 | + &error_abort); | ||
243 | + | ||
244 | + object_property_set_link(cpuobj, OBJECT(secure_sysmem), | ||
245 | + "secure-memory", &error_abort); | ||
246 | + | ||
247 | + object_property_set_bool(cpuobj, true, "realized", &error_fatal); | ||
248 | + object_unref(cpuobj); | ||
249 | + } | ||
250 | + | ||
251 | + memory_region_allocate_system_memory(ram, NULL, "sbsa-ref.ram", | ||
252 | + machine->ram_size); | ||
253 | + memory_region_add_subregion(sysmem, sbsa_ref_memmap[SBSA_MEM].base, ram); | ||
254 | + | ||
255 | + sms->bootinfo.ram_size = machine->ram_size; | ||
256 | + sms->bootinfo.kernel_filename = machine->kernel_filename; | ||
257 | + sms->bootinfo.nb_cpus = smp_cpus; | ||
258 | + sms->bootinfo.board_id = -1; | ||
259 | + sms->bootinfo.loader_start = sbsa_ref_memmap[SBSA_MEM].base; | ||
260 | + arm_load_kernel(ARM_CPU(first_cpu), &sms->bootinfo); | ||
261 | +} | 30 | +} |
262 | + | 31 | + |
263 | +static uint64_t sbsa_ref_cpu_mp_affinity(SBSAMachineState *sms, int idx) | 32 | +/* This function corresponds to CheckSMEAndZAEnabled. */ |
33 | +static inline bool sme_za_enabled_check(DisasContext *s) | ||
264 | +{ | 34 | +{ |
265 | + uint8_t clustersz = ARM_DEFAULT_CPUS_PER_CLUSTER; | 35 | + return sme_enabled_check_with_svcr(s, R_SVCR_ZA_MASK); |
266 | + return arm_cpu_mp_affinity(idx, clustersz); | ||
267 | +} | 36 | +} |
268 | + | 37 | + |
269 | +static const CPUArchIdList *sbsa_ref_possible_cpu_arch_ids(MachineState *ms) | 38 | +/* Note that this function corresponds to CheckStreamingSVEAndZAEnabled. */ |
39 | +static inline bool sme_smza_enabled_check(DisasContext *s) | ||
270 | +{ | 40 | +{ |
271 | + SBSAMachineState *sms = SBSA_MACHINE(ms); | 41 | + return sme_enabled_check_with_svcr(s, R_SVCR_SM_MASK | R_SVCR_ZA_MASK); |
272 | + int n; | ||
273 | + | ||
274 | + if (ms->possible_cpus) { | ||
275 | + assert(ms->possible_cpus->len == max_cpus); | ||
276 | + return ms->possible_cpus; | ||
277 | + } | ||
278 | + | ||
279 | + ms->possible_cpus = g_malloc0(sizeof(CPUArchIdList) + | ||
280 | + sizeof(CPUArchId) * max_cpus); | ||
281 | + ms->possible_cpus->len = max_cpus; | ||
282 | + for (n = 0; n < ms->possible_cpus->len; n++) { | ||
283 | + ms->possible_cpus->cpus[n].type = ms->cpu_type; | ||
284 | + ms->possible_cpus->cpus[n].arch_id = | ||
285 | + sbsa_ref_cpu_mp_affinity(sms, n); | ||
286 | + ms->possible_cpus->cpus[n].props.has_thread_id = true; | ||
287 | + ms->possible_cpus->cpus[n].props.thread_id = n; | ||
288 | + } | ||
289 | + return ms->possible_cpus; | ||
290 | +} | 42 | +} |
291 | + | 43 | + |
292 | +static CpuInstanceProperties | 44 | TCGv_i64 clean_data_tbi(DisasContext *s, TCGv_i64 addr); |
293 | +sbsa_ref_cpu_index_to_props(MachineState *ms, unsigned cpu_index) | 45 | TCGv_i64 gen_mte_check1(DisasContext *s, TCGv_i64 addr, bool is_write, |
46 | bool tag_checked, int log2_size); | ||
47 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/target/arm/translate-a64.c | ||
50 | +++ b/target/arm/translate-a64.c | ||
51 | @@ -XXX,XX +XXX,XX @@ static bool sme_access_check(DisasContext *s) | ||
52 | return true; | ||
53 | } | ||
54 | |||
55 | +/* This function corresponds to CheckSMEEnabled. */ | ||
56 | +bool sme_enabled_check(DisasContext *s) | ||
294 | +{ | 57 | +{ |
295 | + MachineClass *mc = MACHINE_GET_CLASS(ms); | 58 | + /* |
296 | + const CPUArchIdList *possible_cpus = mc->possible_cpu_arch_ids(ms); | 59 | + * Note that unlike sve_excp_el, we have not constrained sme_excp_el |
297 | + | 60 | + * to be zero when fp_excp_el has priority. This is because we need |
298 | + assert(cpu_index < possible_cpus->len); | 61 | + * sme_excp_el by itself for cpregs access checks. |
299 | + return possible_cpus->cpus[cpu_index].props; | 62 | + */ |
63 | + if (!s->fp_excp_el || s->sme_excp_el < s->fp_excp_el) { | ||
64 | + s->fp_access_checked = true; | ||
65 | + return sme_access_check(s); | ||
66 | + } | ||
67 | + return fp_access_check_only(s); | ||
300 | +} | 68 | +} |
301 | + | 69 | + |
302 | +static int64_t | 70 | +/* Common subroutine for CheckSMEAnd*Enabled. */ |
303 | +sbsa_ref_get_default_cpu_node_id(const MachineState *ms, int idx) | 71 | +bool sme_enabled_check_with_svcr(DisasContext *s, unsigned req) |
304 | +{ | 72 | +{ |
305 | + return idx % nb_numa_nodes; | 73 | + if (!sme_enabled_check(s)) { |
74 | + return false; | ||
75 | + } | ||
76 | + if (FIELD_EX64(req, SVCR, SM) && !s->pstate_sm) { | ||
77 | + gen_exception_insn(s, s->pc_curr, EXCP_UDEF, | ||
78 | + syn_smetrap(SME_ET_NotStreaming, false)); | ||
79 | + return false; | ||
80 | + } | ||
81 | + if (FIELD_EX64(req, SVCR, ZA) && !s->pstate_za) { | ||
82 | + gen_exception_insn(s, s->pc_curr, EXCP_UDEF, | ||
83 | + syn_smetrap(SME_ET_InactiveZA, false)); | ||
84 | + return false; | ||
85 | + } | ||
86 | + return true; | ||
306 | +} | 87 | +} |
307 | + | 88 | + |
308 | +static void sbsa_ref_class_init(ObjectClass *oc, void *data) | 89 | /* |
309 | +{ | 90 | * This utility function is for doing register extension with an |
310 | + MachineClass *mc = MACHINE_CLASS(oc); | 91 | * optional shift. You will likely want to pass a temporary for the |
311 | + | ||
312 | + mc->init = sbsa_ref_init; | ||
313 | + mc->desc = "QEMU 'SBSA Reference' ARM Virtual Machine"; | ||
314 | + mc->default_cpu_type = ARM_CPU_TYPE_NAME("cortex-a57"); | ||
315 | + mc->max_cpus = 512; | ||
316 | + mc->pci_allow_0_address = true; | ||
317 | + mc->minimum_page_bits = 12; | ||
318 | + mc->block_default_type = IF_IDE; | ||
319 | + mc->no_cdrom = 1; | ||
320 | + mc->default_ram_size = 1 * GiB; | ||
321 | + mc->default_cpus = 4; | ||
322 | + mc->possible_cpu_arch_ids = sbsa_ref_possible_cpu_arch_ids; | ||
323 | + mc->cpu_index_to_instance_props = sbsa_ref_cpu_index_to_props; | ||
324 | + mc->get_default_cpu_node_id = sbsa_ref_get_default_cpu_node_id; | ||
325 | +} | ||
326 | + | ||
327 | +static const TypeInfo sbsa_ref_info = { | ||
328 | + .name = TYPE_SBSA_MACHINE, | ||
329 | + .parent = TYPE_MACHINE, | ||
330 | + .class_init = sbsa_ref_class_init, | ||
331 | + .instance_size = sizeof(SBSAMachineState), | ||
332 | +}; | ||
333 | + | ||
334 | +static void sbsa_ref_machine_init(void) | ||
335 | +{ | ||
336 | + type_register_static(&sbsa_ref_info); | ||
337 | +} | ||
338 | + | ||
339 | +type_init(sbsa_ref_machine_init); | ||
340 | diff --git a/MAINTAINERS b/MAINTAINERS | ||
341 | index XXXXXXX..XXXXXXX 100644 | ||
342 | --- a/MAINTAINERS | ||
343 | +++ b/MAINTAINERS | ||
344 | @@ -XXX,XX +XXX,XX @@ F: include/hw/arm/fsl-imx6.h | ||
345 | F: include/hw/misc/imx6_*.h | ||
346 | F: include/hw/ssi/imx_spi.h | ||
347 | |||
348 | +SBSA-REF | ||
349 | +M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org> | ||
350 | +M: Peter Maydell <peter.maydell@linaro.org> | ||
351 | +R: Leif Lindholm <leif.lindholm@linaro.org> | ||
352 | +L: qemu-arm@nongnu.org | ||
353 | +S: Maintained | ||
354 | +F: hw/arm/sbsa-ref.c | ||
355 | + | ||
356 | Sharp SL-5500 (Collie) PDA | ||
357 | M: Peter Maydell <peter.maydell@linaro.org> | ||
358 | L: qemu-arm@nongnu.org | ||
359 | diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak | ||
360 | index XXXXXXX..XXXXXXX 100644 | ||
361 | --- a/default-configs/aarch64-softmmu.mak | ||
362 | +++ b/default-configs/aarch64-softmmu.mak | ||
363 | @@ -XXX,XX +XXX,XX @@ include arm-softmmu.mak | ||
364 | |||
365 | CONFIG_XLNX_ZYNQMP_ARM=y | ||
366 | CONFIG_XLNX_VERSAL=y | ||
367 | +CONFIG_SBSA_REF=y | ||
368 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | ||
369 | index XXXXXXX..XXXXXXX 100644 | ||
370 | --- a/hw/arm/Kconfig | ||
371 | +++ b/hw/arm/Kconfig | ||
372 | @@ -XXX,XX +XXX,XX @@ config REALVIEW | ||
373 | select DS1338 # I2C RTC+NVRAM | ||
374 | select USB_OHCI | ||
375 | |||
376 | +config SBSA_REF | ||
377 | + bool | ||
378 | + imply PCI_DEVICES | ||
379 | + select AHCI | ||
380 | + select ARM_SMMUV3 | ||
381 | + select GPIO_KEY | ||
382 | + select PCI_EXPRESS | ||
383 | + select PCI_EXPRESS_GENERIC_BRIDGE | ||
384 | + select PFLASH_CFI01 | ||
385 | + select PL011 # UART | ||
386 | + select PL031 # RTC | ||
387 | + select PL061 # GPIO | ||
388 | + select USB_EHCI_SYSBUS | ||
389 | + | ||
390 | config SABRELITE | ||
391 | bool | ||
392 | select FSL_IMX6 | ||
393 | -- | 92 | -- |
394 | 2.20.1 | 93 | 2.25.1 |
395 | |||
396 | diff view generated by jsdifflib |
1 | From: Andrew Jeffery <andrew@aj.id.au> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | If the match value exceeds reload then we don't want to include it in | 3 | The pseudocode for CheckSVEEnabled gains a check for Streaming |
4 | calculations for the next event. | 4 | SVE mode, and for SME present but SVE absent. |
5 | 5 | ||
6 | Signed-off-by: Andrew Jeffery <andrew@aj.id.au> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20190618165311.27066-10-clg@kaod.org | 8 | Message-id: 20220708151540.18136-17-richard.henderson@linaro.org |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 10 | --- |
11 | hw/timer/aspeed_timer.c | 13 ++++++++++--- | 11 | target/arm/translate-a64.c | 22 ++++++++++++++++------ |
12 | 1 file changed, 10 insertions(+), 3 deletions(-) | 12 | 1 file changed, 16 insertions(+), 6 deletions(-) |
13 | 13 | ||
14 | diff --git a/hw/timer/aspeed_timer.c b/hw/timer/aspeed_timer.c | 14 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c |
15 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/timer/aspeed_timer.c | 16 | --- a/target/arm/translate-a64.c |
17 | +++ b/hw/timer/aspeed_timer.c | 17 | +++ b/target/arm/translate-a64.c |
18 | @@ -XXX,XX +XXX,XX @@ static inline uint64_t calculate_time(struct AspeedTimer *t, uint32_t ticks) | 18 | @@ -XXX,XX +XXX,XX @@ static bool fp_access_check(DisasContext *s) |
19 | return t->start + delta_ns; | 19 | return true; |
20 | } | 20 | } |
21 | 21 | ||
22 | +static inline uint32_t calculate_match(struct AspeedTimer *t, int i) | 22 | -/* Check that SVE access is enabled. If it is, return true. |
23 | +{ | 23 | +/* |
24 | + return t->match[i] < t->reload ? t->match[i] : 0; | 24 | + * Check that SVE access is enabled. If it is, return true. |
25 | +} | 25 | * If not, emit code to generate an appropriate exception and return false. |
26 | + * This function corresponds to CheckSVEEnabled(). | ||
27 | */ | ||
28 | bool sve_access_check(DisasContext *s) | ||
29 | { | ||
30 | - if (s->sve_excp_el) { | ||
31 | - assert(!s->sve_access_checked); | ||
32 | - s->sve_access_checked = true; | ||
33 | - | ||
34 | + if (s->pstate_sm || !dc_isar_feature(aa64_sve, s)) { | ||
35 | + assert(dc_isar_feature(aa64_sme, s)); | ||
36 | + if (!sme_sm_enabled_check(s)) { | ||
37 | + goto fail_exit; | ||
38 | + } | ||
39 | + } else if (s->sve_excp_el) { | ||
40 | gen_exception_insn_el(s, s->pc_curr, EXCP_UDEF, | ||
41 | syn_sve_access_trap(), s->sve_excp_el); | ||
42 | - return false; | ||
43 | + goto fail_exit; | ||
44 | } | ||
45 | s->sve_access_checked = true; | ||
46 | return fp_access_check(s); | ||
26 | + | 47 | + |
27 | static uint64_t calculate_next(struct AspeedTimer *t) | 48 | + fail_exit: |
28 | { | 49 | + /* Assert that we only raise one exception per instruction. */ |
29 | uint64_t now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | 50 | + assert(!s->sve_access_checked); |
30 | @@ -XXX,XX +XXX,XX @@ static uint64_t calculate_next(struct AspeedTimer *t) | 51 | + s->sve_access_checked = true; |
31 | * the timer counts down to zero. | 52 | + return false; |
32 | */ | ||
33 | |||
34 | - next = calculate_time(t, MAX(t->match[0], t->match[1])); | ||
35 | + next = calculate_time(t, MAX(calculate_match(t, 0), calculate_match(t, 1))); | ||
36 | if (now < next) { | ||
37 | return next; | ||
38 | } | ||
39 | |||
40 | - next = calculate_time(t, MIN(t->match[0], t->match[1])); | ||
41 | + next = calculate_time(t, MIN(calculate_match(t, 0), calculate_match(t, 1))); | ||
42 | if (now < next) { | ||
43 | return next; | ||
44 | } | ||
45 | @@ -XXX,XX +XXX,XX @@ static uint64_t calculate_next(struct AspeedTimer *t) | ||
46 | qemu_set_irq(t->irq, t->level); | ||
47 | } | ||
48 | |||
49 | + next = MAX(MAX(calculate_match(t, 0), calculate_match(t, 1)), 0); | ||
50 | t->start = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | ||
51 | - return calculate_time(t, MAX(MAX(t->match[0], t->match[1]), 0)); | ||
52 | + | ||
53 | + return calculate_time(t, next); | ||
54 | } | 53 | } |
55 | 54 | ||
56 | static void aspeed_timer_mod(AspeedTimer *t) | 55 | /* |
57 | -- | 56 | -- |
58 | 2.20.1 | 57 | 2.25.1 |
59 | |||
60 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | In few commits we will split the M-profile functions from this | 3 | These SME instructions are nominally within the SVE decode space, |
4 | file, and this function will also be called in the new file. | 4 | so we add them to sve.decode and translate-sve.c. |
5 | Declare it in the "internals.h" header. | ||
6 | Since it is in the middle of a block of M profile functions, | ||
7 | move it previous to this block to ease the later refactor. | ||
8 | 5 | ||
9 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
10 | Message-id: 20190701132516.26392-21-philmd@redhat.com | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20220708151540.18136-18-richard.henderson@linaro.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 10 | --- |
14 | target/arm/internals.h | 2 ++ | 11 | target/arm/translate-a64.h | 12 ++++++++++++ |
15 | target/arm/helper.c | 76 +++++++++++++++++++++--------------------- | 12 | target/arm/sve.decode | 5 ++++- |
16 | 2 files changed, 40 insertions(+), 38 deletions(-) | 13 | target/arm/translate-sve.c | 38 ++++++++++++++++++++++++++++++++++++++ |
14 | 3 files changed, 54 insertions(+), 1 deletion(-) | ||
17 | 15 | ||
18 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 16 | diff --git a/target/arm/translate-a64.h b/target/arm/translate-a64.h |
19 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/target/arm/internals.h | 18 | --- a/target/arm/translate-a64.h |
21 | +++ b/target/arm/internals.h | 19 | +++ b/target/arm/translate-a64.h |
22 | @@ -XXX,XX +XXX,XX @@ bool get_phys_addr(CPUARMState *env, target_ulong address, | 20 | @@ -XXX,XX +XXX,XX @@ static inline int vec_full_reg_size(DisasContext *s) |
23 | target_ulong *page_size, | 21 | return s->vl; |
24 | ARMMMUFaultInfo *fi, ARMCacheAttrs *cacheattrs); | ||
25 | |||
26 | +void arm_log_exception(int idx); | ||
27 | + | ||
28 | #endif /* !CONFIG_USER_ONLY */ | ||
29 | |||
30 | #endif | ||
31 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
32 | index XXXXXXX..XXXXXXX 100644 | ||
33 | --- a/target/arm/helper.c | ||
34 | +++ b/target/arm/helper.c | ||
35 | @@ -XXX,XX +XXX,XX @@ uint32_t arm_phys_excp_target_el(CPUState *cs, uint32_t excp_idx, | ||
36 | return target_el; | ||
37 | } | 22 | } |
38 | 23 | ||
39 | +void arm_log_exception(int idx) | 24 | +/* Return the byte size of the vector register, SVL / 8. */ |
25 | +static inline int streaming_vec_reg_size(DisasContext *s) | ||
40 | +{ | 26 | +{ |
41 | + if (qemu_loglevel_mask(CPU_LOG_INT)) { | 27 | + return s->svl; |
42 | + const char *exc = NULL; | ||
43 | + static const char * const excnames[] = { | ||
44 | + [EXCP_UDEF] = "Undefined Instruction", | ||
45 | + [EXCP_SWI] = "SVC", | ||
46 | + [EXCP_PREFETCH_ABORT] = "Prefetch Abort", | ||
47 | + [EXCP_DATA_ABORT] = "Data Abort", | ||
48 | + [EXCP_IRQ] = "IRQ", | ||
49 | + [EXCP_FIQ] = "FIQ", | ||
50 | + [EXCP_BKPT] = "Breakpoint", | ||
51 | + [EXCP_EXCEPTION_EXIT] = "QEMU v7M exception exit", | ||
52 | + [EXCP_KERNEL_TRAP] = "QEMU intercept of kernel commpage", | ||
53 | + [EXCP_HVC] = "Hypervisor Call", | ||
54 | + [EXCP_HYP_TRAP] = "Hypervisor Trap", | ||
55 | + [EXCP_SMC] = "Secure Monitor Call", | ||
56 | + [EXCP_VIRQ] = "Virtual IRQ", | ||
57 | + [EXCP_VFIQ] = "Virtual FIQ", | ||
58 | + [EXCP_SEMIHOST] = "Semihosting call", | ||
59 | + [EXCP_NOCP] = "v7M NOCP UsageFault", | ||
60 | + [EXCP_INVSTATE] = "v7M INVSTATE UsageFault", | ||
61 | + [EXCP_STKOF] = "v8M STKOF UsageFault", | ||
62 | + [EXCP_LAZYFP] = "v7M exception during lazy FP stacking", | ||
63 | + [EXCP_LSERR] = "v8M LSERR UsageFault", | ||
64 | + [EXCP_UNALIGNED] = "v7M UNALIGNED UsageFault", | ||
65 | + }; | ||
66 | + | ||
67 | + if (idx >= 0 && idx < ARRAY_SIZE(excnames)) { | ||
68 | + exc = excnames[idx]; | ||
69 | + } | ||
70 | + if (!exc) { | ||
71 | + exc = "unknown"; | ||
72 | + } | ||
73 | + qemu_log_mask(CPU_LOG_INT, "Taking exception %d [%s]\n", idx, exc); | ||
74 | + } | ||
75 | +} | 28 | +} |
76 | + | 29 | + |
77 | /* | 30 | /* |
78 | * Return true if the v7M CPACR permits access to the FPU for the specified | 31 | * Return the offset info CPUARMState of the predicate vector register Pn. |
79 | * security state and privilege level. | 32 | * Note for this purpose, FFR is P16. |
80 | @@ -XXX,XX +XXX,XX @@ static bool do_v7m_function_return(ARMCPU *cpu) | 33 | @@ -XXX,XX +XXX,XX @@ static inline int pred_full_reg_size(DisasContext *s) |
34 | return s->vl >> 3; | ||
35 | } | ||
36 | |||
37 | +/* Return the byte size of the predicate register, SVL / 64. */ | ||
38 | +static inline int streaming_pred_reg_size(DisasContext *s) | ||
39 | +{ | ||
40 | + return s->svl >> 3; | ||
41 | +} | ||
42 | + | ||
43 | /* | ||
44 | * Round up the size of a register to a size allowed by | ||
45 | * the tcg vector infrastructure. Any operation which uses this | ||
46 | diff --git a/target/arm/sve.decode b/target/arm/sve.decode | ||
47 | index XXXXXXX..XXXXXXX 100644 | ||
48 | --- a/target/arm/sve.decode | ||
49 | +++ b/target/arm/sve.decode | ||
50 | @@ -XXX,XX +XXX,XX @@ INDEX_ri 00000100 esz:2 1 imm:s5 010001 rn:5 rd:5 | ||
51 | # SVE index generation (register start, register increment) | ||
52 | INDEX_rr 00000100 .. 1 ..... 010011 ..... ..... @rd_rn_rm | ||
53 | |||
54 | -### SVE Stack Allocation Group | ||
55 | +### SVE / Streaming SVE Stack Allocation Group | ||
56 | |||
57 | # SVE stack frame adjustment | ||
58 | ADDVL 00000100 001 ..... 01010 ...... ..... @rd_rn_i6 | ||
59 | +ADDSVL 00000100 001 ..... 01011 ...... ..... @rd_rn_i6 | ||
60 | ADDPL 00000100 011 ..... 01010 ...... ..... @rd_rn_i6 | ||
61 | +ADDSPL 00000100 011 ..... 01011 ...... ..... @rd_rn_i6 | ||
62 | |||
63 | # SVE stack frame size | ||
64 | RDVL 00000100 101 11111 01010 imm:s6 rd:5 | ||
65 | +RDSVL 00000100 101 11111 01011 imm:s6 rd:5 | ||
66 | |||
67 | ### SVE Bitwise Shift - Unpredicated Group | ||
68 | |||
69 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c | ||
70 | index XXXXXXX..XXXXXXX 100644 | ||
71 | --- a/target/arm/translate-sve.c | ||
72 | +++ b/target/arm/translate-sve.c | ||
73 | @@ -XXX,XX +XXX,XX @@ static bool trans_ADDVL(DisasContext *s, arg_ADDVL *a) | ||
81 | return true; | 74 | return true; |
82 | } | 75 | } |
83 | 76 | ||
84 | -static void arm_log_exception(int idx) | 77 | +static bool trans_ADDSVL(DisasContext *s, arg_ADDSVL *a) |
85 | -{ | 78 | +{ |
86 | - if (qemu_loglevel_mask(CPU_LOG_INT)) { | 79 | + if (!dc_isar_feature(aa64_sme, s)) { |
87 | - const char *exc = NULL; | 80 | + return false; |
88 | - static const char * const excnames[] = { | 81 | + } |
89 | - [EXCP_UDEF] = "Undefined Instruction", | 82 | + if (sme_enabled_check(s)) { |
90 | - [EXCP_SWI] = "SVC", | 83 | + TCGv_i64 rd = cpu_reg_sp(s, a->rd); |
91 | - [EXCP_PREFETCH_ABORT] = "Prefetch Abort", | 84 | + TCGv_i64 rn = cpu_reg_sp(s, a->rn); |
92 | - [EXCP_DATA_ABORT] = "Data Abort", | 85 | + tcg_gen_addi_i64(rd, rn, a->imm * streaming_vec_reg_size(s)); |
93 | - [EXCP_IRQ] = "IRQ", | 86 | + } |
94 | - [EXCP_FIQ] = "FIQ", | 87 | + return true; |
95 | - [EXCP_BKPT] = "Breakpoint", | 88 | +} |
96 | - [EXCP_EXCEPTION_EXIT] = "QEMU v7M exception exit", | 89 | + |
97 | - [EXCP_KERNEL_TRAP] = "QEMU intercept of kernel commpage", | 90 | static bool trans_ADDPL(DisasContext *s, arg_ADDPL *a) |
98 | - [EXCP_HVC] = "Hypervisor Call", | ||
99 | - [EXCP_HYP_TRAP] = "Hypervisor Trap", | ||
100 | - [EXCP_SMC] = "Secure Monitor Call", | ||
101 | - [EXCP_VIRQ] = "Virtual IRQ", | ||
102 | - [EXCP_VFIQ] = "Virtual FIQ", | ||
103 | - [EXCP_SEMIHOST] = "Semihosting call", | ||
104 | - [EXCP_NOCP] = "v7M NOCP UsageFault", | ||
105 | - [EXCP_INVSTATE] = "v7M INVSTATE UsageFault", | ||
106 | - [EXCP_STKOF] = "v8M STKOF UsageFault", | ||
107 | - [EXCP_LAZYFP] = "v7M exception during lazy FP stacking", | ||
108 | - [EXCP_LSERR] = "v8M LSERR UsageFault", | ||
109 | - [EXCP_UNALIGNED] = "v7M UNALIGNED UsageFault", | ||
110 | - }; | ||
111 | - | ||
112 | - if (idx >= 0 && idx < ARRAY_SIZE(excnames)) { | ||
113 | - exc = excnames[idx]; | ||
114 | - } | ||
115 | - if (!exc) { | ||
116 | - exc = "unknown"; | ||
117 | - } | ||
118 | - qemu_log_mask(CPU_LOG_INT, "Taking exception %d [%s]\n", idx, exc); | ||
119 | - } | ||
120 | -} | ||
121 | - | ||
122 | static bool v7m_read_half_insn(ARMCPU *cpu, ARMMMUIdx mmu_idx, | ||
123 | uint32_t addr, uint16_t *insn) | ||
124 | { | 91 | { |
92 | if (!dc_isar_feature(aa64_sve, s)) { | ||
93 | @@ -XXX,XX +XXX,XX @@ static bool trans_ADDPL(DisasContext *s, arg_ADDPL *a) | ||
94 | return true; | ||
95 | } | ||
96 | |||
97 | +static bool trans_ADDSPL(DisasContext *s, arg_ADDSPL *a) | ||
98 | +{ | ||
99 | + if (!dc_isar_feature(aa64_sme, s)) { | ||
100 | + return false; | ||
101 | + } | ||
102 | + if (sme_enabled_check(s)) { | ||
103 | + TCGv_i64 rd = cpu_reg_sp(s, a->rd); | ||
104 | + TCGv_i64 rn = cpu_reg_sp(s, a->rn); | ||
105 | + tcg_gen_addi_i64(rd, rn, a->imm * streaming_pred_reg_size(s)); | ||
106 | + } | ||
107 | + return true; | ||
108 | +} | ||
109 | + | ||
110 | static bool trans_RDVL(DisasContext *s, arg_RDVL *a) | ||
111 | { | ||
112 | if (!dc_isar_feature(aa64_sve, s)) { | ||
113 | @@ -XXX,XX +XXX,XX @@ static bool trans_RDVL(DisasContext *s, arg_RDVL *a) | ||
114 | return true; | ||
115 | } | ||
116 | |||
117 | +static bool trans_RDSVL(DisasContext *s, arg_RDSVL *a) | ||
118 | +{ | ||
119 | + if (!dc_isar_feature(aa64_sme, s)) { | ||
120 | + return false; | ||
121 | + } | ||
122 | + if (sme_enabled_check(s)) { | ||
123 | + TCGv_i64 reg = cpu_reg(s, a->rd); | ||
124 | + tcg_gen_movi_i64(reg, a->imm * streaming_vec_reg_size(s)); | ||
125 | + } | ||
126 | + return true; | ||
127 | +} | ||
128 | + | ||
129 | /* | ||
130 | *** SVE Compute Vector Address Group | ||
131 | */ | ||
125 | -- | 132 | -- |
126 | 2.20.1 | 133 | 2.25.1 |
127 | |||
128 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The vfp_set_fpscr() helper contains code specific to the host | ||
4 | floating point implementation (here the SoftFloat library). | ||
5 | Extract this code to vfp_set_fpscr_from_host(). | ||
6 | |||
7 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
8 | Message-id: 20190701132516.26392-17-philmd@redhat.com | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20220708151540.18136-19-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 7 | --- |
12 | target/arm/vfp_helper.c | 19 +++++++++++++------ | 8 | target/arm/helper-sme.h | 2 ++ |
13 | 1 file changed, 13 insertions(+), 6 deletions(-) | 9 | target/arm/sme.decode | 4 ++++ |
10 | target/arm/sme_helper.c | 25 +++++++++++++++++++++++++ | ||
11 | target/arm/translate-sme.c | 13 +++++++++++++ | ||
12 | 4 files changed, 44 insertions(+) | ||
14 | 13 | ||
15 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | 14 | diff --git a/target/arm/helper-sme.h b/target/arm/helper-sme.h |
16 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/vfp_helper.c | 16 | --- a/target/arm/helper-sme.h |
18 | +++ b/target/arm/vfp_helper.c | 17 | +++ b/target/arm/helper-sme.h |
19 | @@ -XXX,XX +XXX,XX @@ static inline int vfp_exceptbits_to_host(int target_bits) | 18 | @@ -XXX,XX +XXX,XX @@ |
20 | return host_bits; | 19 | |
20 | DEF_HELPER_FLAGS_2(set_pstate_sm, TCG_CALL_NO_RWG, void, env, i32) | ||
21 | DEF_HELPER_FLAGS_2(set_pstate_za, TCG_CALL_NO_RWG, void, env, i32) | ||
22 | + | ||
23 | +DEF_HELPER_FLAGS_3(sme_zero, TCG_CALL_NO_RWG, void, env, i32, i32) | ||
24 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/target/arm/sme.decode | ||
27 | +++ b/target/arm/sme.decode | ||
28 | @@ -XXX,XX +XXX,XX @@ | ||
29 | # | ||
30 | # This file is processed by scripts/decodetree.py | ||
31 | # | ||
32 | + | ||
33 | +### SME Misc | ||
34 | + | ||
35 | +ZERO 11000000 00 001 00000000000 imm:8 | ||
36 | diff --git a/target/arm/sme_helper.c b/target/arm/sme_helper.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/target/arm/sme_helper.c | ||
39 | +++ b/target/arm/sme_helper.c | ||
40 | @@ -XXX,XX +XXX,XX @@ void helper_set_pstate_za(CPUARMState *env, uint32_t i) | ||
41 | memset(env->zarray, 0, sizeof(env->zarray)); | ||
42 | } | ||
21 | } | 43 | } |
22 | 44 | + | |
23 | +static uint32_t vfp_get_fpscr_from_host(CPUARMState *env) | 45 | +void helper_sme_zero(CPUARMState *env, uint32_t imm, uint32_t svl) |
24 | +{ | 46 | +{ |
25 | + uint32_t i; | 47 | + uint32_t i; |
26 | + | 48 | + |
27 | + i = get_float_exception_flags(&env->vfp.fp_status); | 49 | + /* |
28 | + i |= get_float_exception_flags(&env->vfp.standard_fp_status); | 50 | + * Special case clearing the entire ZA space. |
29 | + /* FZ16 does not generate an input denormal exception. */ | 51 | + * This falls into the CONSTRAINED UNPREDICTABLE zeroing of any |
30 | + i |= (get_float_exception_flags(&env->vfp.fp_status_f16) | 52 | + * parts of the ZA storage outside of SVL. |
31 | + & ~float_flag_input_denormal); | 53 | + */ |
32 | + return vfp_exceptbits_from_host(i); | 54 | + if (imm == 0xff) { |
55 | + memset(env->zarray, 0, sizeof(env->zarray)); | ||
56 | + return; | ||
57 | + } | ||
58 | + | ||
59 | + /* | ||
60 | + * Recall that ZAnH.D[m] is spread across ZA[n+8*m], | ||
61 | + * so each row is discontiguous within ZA[]. | ||
62 | + */ | ||
63 | + for (i = 0; i < svl; i++) { | ||
64 | + if (imm & (1 << (i % 8))) { | ||
65 | + memset(&env->zarray[i], 0, svl); | ||
66 | + } | ||
67 | + } | ||
33 | +} | 68 | +} |
69 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c | ||
70 | index XXXXXXX..XXXXXXX 100644 | ||
71 | --- a/target/arm/translate-sme.c | ||
72 | +++ b/target/arm/translate-sme.c | ||
73 | @@ -XXX,XX +XXX,XX @@ | ||
74 | */ | ||
75 | |||
76 | #include "decode-sme.c.inc" | ||
34 | + | 77 | + |
35 | static void vfp_set_fpscr_to_host(CPUARMState *env, uint32_t val) | 78 | + |
36 | { | 79 | +static bool trans_ZERO(DisasContext *s, arg_ZERO *a) |
37 | int i; | 80 | +{ |
38 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(vfp_get_fpscr)(CPUARMState *env) | 81 | + if (!dc_isar_feature(aa64_sme, s)) { |
39 | | (env->vfp.vec_len << 16) | 82 | + return false; |
40 | | (env->vfp.vec_stride << 20); | 83 | + } |
41 | 84 | + if (sme_za_enabled_check(s)) { | |
42 | - i = get_float_exception_flags(&env->vfp.fp_status); | 85 | + gen_helper_sme_zero(cpu_env, tcg_constant_i32(a->imm), |
43 | - i |= get_float_exception_flags(&env->vfp.standard_fp_status); | 86 | + tcg_constant_i32(streaming_vec_reg_size(s))); |
44 | - /* FZ16 does not generate an input denormal exception. */ | 87 | + } |
45 | - i |= (get_float_exception_flags(&env->vfp.fp_status_f16) | 88 | + return true; |
46 | - & ~float_flag_input_denormal); | 89 | +} |
47 | - fpscr |= vfp_exceptbits_from_host(i); | ||
48 | + fpscr |= vfp_get_fpscr_from_host(env); | ||
49 | |||
50 | i = env->vfp.qc[0] | env->vfp.qc[1] | env->vfp.qc[2] | env->vfp.qc[3]; | ||
51 | fpscr |= i ? FPCR_QC : 0; | ||
52 | -- | 90 | -- |
53 | 2.20.1 | 91 | 2.25.1 |
54 | |||
55 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | These routines are TCG specific. | 3 | We can reuse the SVE functions for implementing moves to/from |
4 | The arm_deliver_fault() function is only used within the new | 4 | horizontal tile slices, but we need new ones for moves to/from |
5 | helper. Make it static. | 5 | vertical tile slices. |
6 | 6 | ||
7 | Suggested-by: Alex Bennée <alex.bennee@linaro.org> | ||
8 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
9 | Message-id: 20190701132516.26392-13-philmd@redhat.com | ||
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20220708151540.18136-20-richard.henderson@linaro.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 11 | --- |
13 | target/arm/Makefile.objs | 1 + | 12 | target/arm/helper-sme.h | 12 +++ |
14 | target/arm/internals.h | 3 - | 13 | target/arm/helper-sve.h | 2 + |
15 | target/arm/cpu.c | 6 +- | 14 | target/arm/translate-a64.h | 8 ++ |
16 | target/arm/helper.c | 53 ----------- | 15 | target/arm/translate.h | 5 ++ |
17 | target/arm/op_helper.c | 135 -------------------------- | 16 | target/arm/sme.decode | 15 ++++ |
18 | target/arm/tlb_helper.c | 200 +++++++++++++++++++++++++++++++++++++++ | 17 | target/arm/sme_helper.c | 151 ++++++++++++++++++++++++++++++++++++- |
19 | 6 files changed, 205 insertions(+), 193 deletions(-) | 18 | target/arm/sve_helper.c | 12 +++ |
20 | create mode 100644 target/arm/tlb_helper.c | 19 | target/arm/translate-sme.c | 127 +++++++++++++++++++++++++++++++ |
20 | 8 files changed, 331 insertions(+), 1 deletion(-) | ||
21 | 21 | ||
22 | diff --git a/target/arm/Makefile.objs b/target/arm/Makefile.objs | 22 | diff --git a/target/arm/helper-sme.h b/target/arm/helper-sme.h |
23 | index XXXXXXX..XXXXXXX 100644 | 23 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/target/arm/Makefile.objs | 24 | --- a/target/arm/helper-sme.h |
25 | +++ b/target/arm/Makefile.objs | 25 | +++ b/target/arm/helper-sme.h |
26 | @@ -XXX,XX +XXX,XX @@ target/arm/translate-sve.o: target/arm/decode-sve.inc.c | 26 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_2(set_pstate_sm, TCG_CALL_NO_RWG, void, env, i32) |
27 | target/arm/translate.o: target/arm/decode-vfp.inc.c | 27 | DEF_HELPER_FLAGS_2(set_pstate_za, TCG_CALL_NO_RWG, void, env, i32) |
28 | target/arm/translate.o: target/arm/decode-vfp-uncond.inc.c | 28 | |
29 | 29 | DEF_HELPER_FLAGS_3(sme_zero, TCG_CALL_NO_RWG, void, env, i32, i32) | |
30 | +obj-y += tlb_helper.o | 30 | + |
31 | obj-y += translate.o op_helper.o | 31 | +/* Move to/from vertical array slices, i.e. columns, so 'c'. */ |
32 | obj-y += crypto_helper.o | 32 | +DEF_HELPER_FLAGS_4(sme_mova_cz_b, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
33 | obj-y += iwmmxt_helper.o vec_helper.o neon_helper.o | 33 | +DEF_HELPER_FLAGS_4(sme_mova_zc_b, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
34 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 34 | +DEF_HELPER_FLAGS_4(sme_mova_cz_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
35 | index XXXXXXX..XXXXXXX 100644 | 35 | +DEF_HELPER_FLAGS_4(sme_mova_zc_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
36 | --- a/target/arm/internals.h | 36 | +DEF_HELPER_FLAGS_4(sme_mova_cz_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
37 | +++ b/target/arm/internals.h | 37 | +DEF_HELPER_FLAGS_4(sme_mova_zc_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
38 | @@ -XXX,XX +XXX,XX @@ bool arm_cpu_tlb_fill(CPUState *cs, vaddr address, int size, | 38 | +DEF_HELPER_FLAGS_4(sme_mova_cz_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
39 | MMUAccessType access_type, int mmu_idx, | 39 | +DEF_HELPER_FLAGS_4(sme_mova_zc_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
40 | bool probe, uintptr_t retaddr); | 40 | +DEF_HELPER_FLAGS_4(sme_mova_cz_q, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
41 | 41 | +DEF_HELPER_FLAGS_4(sme_mova_zc_q, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | |
42 | -void arm_deliver_fault(ARMCPU *cpu, vaddr addr, MMUAccessType access_type, | 42 | diff --git a/target/arm/helper-sve.h b/target/arm/helper-sve.h |
43 | - int mmu_idx, ARMMMUFaultInfo *fi) QEMU_NORETURN; | 43 | index XXXXXXX..XXXXXXX 100644 |
44 | - | 44 | --- a/target/arm/helper-sve.h |
45 | /* Return true if the stage 1 translation regime is using LPAE format page | 45 | +++ b/target/arm/helper-sve.h |
46 | * tables */ | 46 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(sve_sel_zpzz_s, TCG_CALL_NO_RWG, |
47 | bool arm_s1_regime_using_lpae_format(CPUARMState *env, ARMMMUIdx mmu_idx); | 47 | void, ptr, ptr, ptr, ptr, i32) |
48 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 48 | DEF_HELPER_FLAGS_5(sve_sel_zpzz_d, TCG_CALL_NO_RWG, |
49 | index XXXXXXX..XXXXXXX 100644 | 49 | void, ptr, ptr, ptr, ptr, i32) |
50 | --- a/target/arm/cpu.c | 50 | +DEF_HELPER_FLAGS_5(sve_sel_zpzz_q, TCG_CALL_NO_RWG, |
51 | +++ b/target/arm/cpu.c | 51 | + void, ptr, ptr, ptr, ptr, i32) |
52 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_class_init(ObjectClass *oc, void *data) | 52 | |
53 | cc->gdb_write_register = arm_cpu_gdb_write_register; | 53 | DEF_HELPER_FLAGS_5(sve2_addp_zpzz_b, TCG_CALL_NO_RWG, |
54 | #ifndef CONFIG_USER_ONLY | 54 | void, ptr, ptr, ptr, ptr, i32) |
55 | cc->do_interrupt = arm_cpu_do_interrupt; | 55 | diff --git a/target/arm/translate-a64.h b/target/arm/translate-a64.h |
56 | - cc->do_unaligned_access = arm_cpu_do_unaligned_access; | 56 | index XXXXXXX..XXXXXXX 100644 |
57 | - cc->do_transaction_failed = arm_cpu_do_transaction_failed; | 57 | --- a/target/arm/translate-a64.h |
58 | cc->get_phys_page_attrs_debug = arm_cpu_get_phys_page_attrs_debug; | 58 | +++ b/target/arm/translate-a64.h |
59 | cc->asidx_from_attrs = arm_asidx_from_attrs; | 59 | @@ -XXX,XX +XXX,XX @@ static inline int pred_gvec_reg_size(DisasContext *s) |
60 | cc->vmsd = &vmstate_arm_cpu; | 60 | return size_for_gvec(pred_full_reg_size(s)); |
61 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_class_init(ObjectClass *oc, void *data) | ||
62 | #ifdef CONFIG_TCG | ||
63 | cc->tcg_initialize = arm_translate_init; | ||
64 | cc->tlb_fill = arm_cpu_tlb_fill; | ||
65 | +#if !defined(CONFIG_USER_ONLY) | ||
66 | + cc->do_unaligned_access = arm_cpu_do_unaligned_access; | ||
67 | + cc->do_transaction_failed = arm_cpu_do_transaction_failed; | ||
68 | +#endif /* CONFIG_TCG && !CONFIG_USER_ONLY */ | ||
69 | #endif | ||
70 | } | 61 | } |
71 | 62 | ||
72 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 63 | +/* Return a newly allocated pointer to the predicate register. */ |
73 | index XXXXXXX..XXXXXXX 100644 | 64 | +static inline TCGv_ptr pred_full_reg_ptr(DisasContext *s, int regno) |
74 | --- a/target/arm/helper.c | 65 | +{ |
75 | +++ b/target/arm/helper.c | 66 | + TCGv_ptr ret = tcg_temp_new_ptr(); |
76 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_tt)(CPUARMState *env, uint32_t addr, uint32_t op) | 67 | + tcg_gen_addi_ptr(ret, cpu_env, pred_full_reg_offset(s, regno)); |
77 | 68 | + return ret; | |
78 | #endif | 69 | +} |
79 | 70 | + | |
80 | -bool arm_cpu_tlb_fill(CPUState *cs, vaddr address, int size, | 71 | bool disas_sve(DisasContext *, uint32_t); |
81 | - MMUAccessType access_type, int mmu_idx, | 72 | bool disas_sme(DisasContext *, uint32_t); |
82 | - bool probe, uintptr_t retaddr) | 73 | |
83 | -{ | 74 | diff --git a/target/arm/translate.h b/target/arm/translate.h |
84 | - ARMCPU *cpu = ARM_CPU(cs); | 75 | index XXXXXXX..XXXXXXX 100644 |
85 | - | 76 | --- a/target/arm/translate.h |
86 | -#ifdef CONFIG_USER_ONLY | 77 | +++ b/target/arm/translate.h |
87 | - cpu->env.exception.vaddress = address; | 78 | @@ -XXX,XX +XXX,XX @@ static inline int plus_2(DisasContext *s, int x) |
88 | - if (access_type == MMU_INST_FETCH) { | 79 | return x + 2; |
89 | - cs->exception_index = EXCP_PREFETCH_ABORT; | ||
90 | - } else { | ||
91 | - cs->exception_index = EXCP_DATA_ABORT; | ||
92 | - } | ||
93 | - cpu_loop_exit_restore(cs, retaddr); | ||
94 | -#else | ||
95 | - hwaddr phys_addr; | ||
96 | - target_ulong page_size; | ||
97 | - int prot, ret; | ||
98 | - MemTxAttrs attrs = {}; | ||
99 | - ARMMMUFaultInfo fi = {}; | ||
100 | - | ||
101 | - /* | ||
102 | - * Walk the page table and (if the mapping exists) add the page | ||
103 | - * to the TLB. On success, return true. Otherwise, if probing, | ||
104 | - * return false. Otherwise populate fsr with ARM DFSR/IFSR fault | ||
105 | - * register format, and signal the fault. | ||
106 | - */ | ||
107 | - ret = get_phys_addr(&cpu->env, address, access_type, | ||
108 | - core_to_arm_mmu_idx(&cpu->env, mmu_idx), | ||
109 | - &phys_addr, &attrs, &prot, &page_size, &fi, NULL); | ||
110 | - if (likely(!ret)) { | ||
111 | - /* | ||
112 | - * Map a single [sub]page. Regions smaller than our declared | ||
113 | - * target page size are handled specially, so for those we | ||
114 | - * pass in the exact addresses. | ||
115 | - */ | ||
116 | - if (page_size >= TARGET_PAGE_SIZE) { | ||
117 | - phys_addr &= TARGET_PAGE_MASK; | ||
118 | - address &= TARGET_PAGE_MASK; | ||
119 | - } | ||
120 | - tlb_set_page_with_attrs(cs, address, phys_addr, attrs, | ||
121 | - prot, mmu_idx, page_size); | ||
122 | - return true; | ||
123 | - } else if (probe) { | ||
124 | - return false; | ||
125 | - } else { | ||
126 | - /* now we have a real cpu fault */ | ||
127 | - cpu_restore_state(cs, retaddr, true); | ||
128 | - arm_deliver_fault(cpu, address, access_type, mmu_idx, &fi); | ||
129 | - } | ||
130 | -#endif | ||
131 | -} | ||
132 | - | ||
133 | /* Note that signed overflow is undefined in C. The following routines are | ||
134 | careful to use unsigned types where modulo arithmetic is required. | ||
135 | Failure to do so _will_ break on newer gcc. */ | ||
136 | diff --git a/target/arm/op_helper.c b/target/arm/op_helper.c | ||
137 | index XXXXXXX..XXXXXXX 100644 | ||
138 | --- a/target/arm/op_helper.c | ||
139 | +++ b/target/arm/op_helper.c | ||
140 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(neon_tbl)(uint32_t ireg, uint32_t def, void *vn, | ||
141 | return val; | ||
142 | } | 80 | } |
143 | 81 | ||
144 | -#if !defined(CONFIG_USER_ONLY) | 82 | +static inline int plus_12(DisasContext *s, int x) |
145 | - | 83 | +{ |
146 | -static inline uint32_t merge_syn_data_abort(uint32_t template_syn, | 84 | + return x + 12; |
147 | - unsigned int target_el, | 85 | +} |
148 | - bool same_el, bool ea, | 86 | + |
149 | - bool s1ptw, bool is_write, | 87 | static inline int times_2(DisasContext *s, int x) |
150 | - int fsc) | ||
151 | -{ | ||
152 | - uint32_t syn; | ||
153 | - | ||
154 | - /* | ||
155 | - * ISV is only set for data aborts routed to EL2 and | ||
156 | - * never for stage-1 page table walks faulting on stage 2. | ||
157 | - * | ||
158 | - * Furthermore, ISV is only set for certain kinds of load/stores. | ||
159 | - * If the template syndrome does not have ISV set, we should leave | ||
160 | - * it cleared. | ||
161 | - * | ||
162 | - * See ARMv8 specs, D7-1974: | ||
163 | - * ISS encoding for an exception from a Data Abort, the | ||
164 | - * ISV field. | ||
165 | - */ | ||
166 | - if (!(template_syn & ARM_EL_ISV) || target_el != 2 || s1ptw) { | ||
167 | - syn = syn_data_abort_no_iss(same_el, | ||
168 | - ea, 0, s1ptw, is_write, fsc); | ||
169 | - } else { | ||
170 | - /* | ||
171 | - * Fields: IL, ISV, SAS, SSE, SRT, SF and AR come from the template | ||
172 | - * syndrome created at translation time. | ||
173 | - * Now we create the runtime syndrome with the remaining fields. | ||
174 | - */ | ||
175 | - syn = syn_data_abort_with_iss(same_el, | ||
176 | - 0, 0, 0, 0, 0, | ||
177 | - ea, 0, s1ptw, is_write, fsc, | ||
178 | - false); | ||
179 | - /* Merge the runtime syndrome with the template syndrome. */ | ||
180 | - syn |= template_syn; | ||
181 | - } | ||
182 | - return syn; | ||
183 | -} | ||
184 | - | ||
185 | -void arm_deliver_fault(ARMCPU *cpu, vaddr addr, MMUAccessType access_type, | ||
186 | - int mmu_idx, ARMMMUFaultInfo *fi) | ||
187 | -{ | ||
188 | - CPUARMState *env = &cpu->env; | ||
189 | - int target_el; | ||
190 | - bool same_el; | ||
191 | - uint32_t syn, exc, fsr, fsc; | ||
192 | - ARMMMUIdx arm_mmu_idx = core_to_arm_mmu_idx(env, mmu_idx); | ||
193 | - | ||
194 | - target_el = exception_target_el(env); | ||
195 | - if (fi->stage2) { | ||
196 | - target_el = 2; | ||
197 | - env->cp15.hpfar_el2 = extract64(fi->s2addr, 12, 47) << 4; | ||
198 | - } | ||
199 | - same_el = (arm_current_el(env) == target_el); | ||
200 | - | ||
201 | - if (target_el == 2 || arm_el_is_aa64(env, target_el) || | ||
202 | - arm_s1_regime_using_lpae_format(env, arm_mmu_idx)) { | ||
203 | - /* | ||
204 | - * LPAE format fault status register : bottom 6 bits are | ||
205 | - * status code in the same form as needed for syndrome | ||
206 | - */ | ||
207 | - fsr = arm_fi_to_lfsc(fi); | ||
208 | - fsc = extract32(fsr, 0, 6); | ||
209 | - } else { | ||
210 | - fsr = arm_fi_to_sfsc(fi); | ||
211 | - /* | ||
212 | - * Short format FSR : this fault will never actually be reported | ||
213 | - * to an EL that uses a syndrome register. Use a (currently) | ||
214 | - * reserved FSR code in case the constructed syndrome does leak | ||
215 | - * into the guest somehow. | ||
216 | - */ | ||
217 | - fsc = 0x3f; | ||
218 | - } | ||
219 | - | ||
220 | - if (access_type == MMU_INST_FETCH) { | ||
221 | - syn = syn_insn_abort(same_el, fi->ea, fi->s1ptw, fsc); | ||
222 | - exc = EXCP_PREFETCH_ABORT; | ||
223 | - } else { | ||
224 | - syn = merge_syn_data_abort(env->exception.syndrome, target_el, | ||
225 | - same_el, fi->ea, fi->s1ptw, | ||
226 | - access_type == MMU_DATA_STORE, | ||
227 | - fsc); | ||
228 | - if (access_type == MMU_DATA_STORE | ||
229 | - && arm_feature(env, ARM_FEATURE_V6)) { | ||
230 | - fsr |= (1 << 11); | ||
231 | - } | ||
232 | - exc = EXCP_DATA_ABORT; | ||
233 | - } | ||
234 | - | ||
235 | - env->exception.vaddress = addr; | ||
236 | - env->exception.fsr = fsr; | ||
237 | - raise_exception(env, exc, syn, target_el); | ||
238 | -} | ||
239 | - | ||
240 | -/* Raise a data fault alignment exception for the specified virtual address */ | ||
241 | -void arm_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr, | ||
242 | - MMUAccessType access_type, | ||
243 | - int mmu_idx, uintptr_t retaddr) | ||
244 | -{ | ||
245 | - ARMCPU *cpu = ARM_CPU(cs); | ||
246 | - ARMMMUFaultInfo fi = {}; | ||
247 | - | ||
248 | - /* now we have a real cpu fault */ | ||
249 | - cpu_restore_state(cs, retaddr, true); | ||
250 | - | ||
251 | - fi.type = ARMFault_Alignment; | ||
252 | - arm_deliver_fault(cpu, vaddr, access_type, mmu_idx, &fi); | ||
253 | -} | ||
254 | - | ||
255 | -/* | ||
256 | - * arm_cpu_do_transaction_failed: handle a memory system error response | ||
257 | - * (eg "no device/memory present at address") by raising an external abort | ||
258 | - * exception | ||
259 | - */ | ||
260 | -void arm_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, | ||
261 | - vaddr addr, unsigned size, | ||
262 | - MMUAccessType access_type, | ||
263 | - int mmu_idx, MemTxAttrs attrs, | ||
264 | - MemTxResult response, uintptr_t retaddr) | ||
265 | -{ | ||
266 | - ARMCPU *cpu = ARM_CPU(cs); | ||
267 | - ARMMMUFaultInfo fi = {}; | ||
268 | - | ||
269 | - /* now we have a real cpu fault */ | ||
270 | - cpu_restore_state(cs, retaddr, true); | ||
271 | - | ||
272 | - fi.ea = arm_extabort_type(response); | ||
273 | - fi.type = ARMFault_SyncExternal; | ||
274 | - arm_deliver_fault(cpu, addr, access_type, mmu_idx, &fi); | ||
275 | -} | ||
276 | - | ||
277 | -#endif /* !defined(CONFIG_USER_ONLY) */ | ||
278 | - | ||
279 | void HELPER(v8m_stackcheck)(CPUARMState *env, uint32_t newvalue) | ||
280 | { | 88 | { |
281 | /* | 89 | return x * 2; |
282 | diff --git a/target/arm/tlb_helper.c b/target/arm/tlb_helper.c | 90 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode |
283 | new file mode 100644 | 91 | index XXXXXXX..XXXXXXX 100644 |
284 | index XXXXXXX..XXXXXXX | 92 | --- a/target/arm/sme.decode |
285 | --- /dev/null | 93 | +++ b/target/arm/sme.decode |
286 | +++ b/target/arm/tlb_helper.c | ||
287 | @@ -XXX,XX +XXX,XX @@ | 94 | @@ -XXX,XX +XXX,XX @@ |
95 | ### SME Misc | ||
96 | |||
97 | ZERO 11000000 00 001 00000000000 imm:8 | ||
98 | + | ||
99 | +### SME Move into/from Array | ||
100 | + | ||
101 | +%mova_rs 13:2 !function=plus_12 | ||
102 | +&mova esz rs pg zr za_imm v:bool to_vec:bool | ||
103 | + | ||
104 | +MOVA 11000000 esz:2 00000 0 v:1 .. pg:3 zr:5 0 za_imm:4 \ | ||
105 | + &mova to_vec=0 rs=%mova_rs | ||
106 | +MOVA 11000000 11 00000 1 v:1 .. pg:3 zr:5 0 za_imm:4 \ | ||
107 | + &mova to_vec=0 rs=%mova_rs esz=4 | ||
108 | + | ||
109 | +MOVA 11000000 esz:2 00001 0 v:1 .. pg:3 0 za_imm:4 zr:5 \ | ||
110 | + &mova to_vec=1 rs=%mova_rs | ||
111 | +MOVA 11000000 11 00001 1 v:1 .. pg:3 0 za_imm:4 zr:5 \ | ||
112 | + &mova to_vec=1 rs=%mova_rs esz=4 | ||
113 | diff --git a/target/arm/sme_helper.c b/target/arm/sme_helper.c | ||
114 | index XXXXXXX..XXXXXXX 100644 | ||
115 | --- a/target/arm/sme_helper.c | ||
116 | +++ b/target/arm/sme_helper.c | ||
117 | @@ -XXX,XX +XXX,XX @@ | ||
118 | |||
119 | #include "qemu/osdep.h" | ||
120 | #include "cpu.h" | ||
121 | -#include "internals.h" | ||
122 | +#include "tcg/tcg-gvec-desc.h" | ||
123 | #include "exec/helper-proto.h" | ||
124 | +#include "qemu/int128.h" | ||
125 | +#include "vec_internal.h" | ||
126 | |||
127 | /* ResetSVEState */ | ||
128 | void arm_reset_sve_state(CPUARMState *env) | ||
129 | @@ -XXX,XX +XXX,XX @@ void helper_sme_zero(CPUARMState *env, uint32_t imm, uint32_t svl) | ||
130 | } | ||
131 | } | ||
132 | } | ||
133 | + | ||
134 | + | ||
288 | +/* | 135 | +/* |
289 | + * ARM TLB (Translation lookaside buffer) helpers. | 136 | + * When considering the ZA storage as an array of elements of |
290 | + * | 137 | + * type T, the index within that array of the Nth element of |
291 | + * This code is licensed under the GNU GPL v2 or later. | 138 | + * a vertical slice of a tile can be calculated like this, |
292 | + * | 139 | + * regardless of the size of type T. This is because the tiles |
293 | + * SPDX-License-Identifier: GPL-2.0-or-later | 140 | + * are interleaved, so if type T is size N bytes then row 1 of |
141 | + * the tile is N rows away from row 0. The division by N to | ||
142 | + * convert a byte offset into an array index and the multiplication | ||
143 | + * by N to convert from vslice-index-within-the-tile to | ||
144 | + * the index within the ZA storage cancel out. | ||
294 | + */ | 145 | + */ |
295 | +#include "qemu/osdep.h" | 146 | +#define tile_vslice_index(i) ((i) * sizeof(ARMVectorReg)) |
296 | +#include "cpu.h" | 147 | + |
297 | +#include "internals.h" | 148 | +/* |
298 | +#include "exec/exec-all.h" | 149 | + * When doing byte arithmetic on the ZA storage, the element |
299 | + | 150 | + * byteoff bytes away in a tile vertical slice is always this |
300 | +#if !defined(CONFIG_USER_ONLY) | 151 | + * many bytes away in the ZA storage, regardless of the |
301 | + | 152 | + * size of the tile element, assuming that byteoff is a multiple |
302 | +static inline uint32_t merge_syn_data_abort(uint32_t template_syn, | 153 | + * of the element size. Again this is because of the interleaving |
303 | + unsigned int target_el, | 154 | + * of the tiles. For instance if we have 1 byte per element then |
304 | + bool same_el, bool ea, | 155 | + * each row of the ZA storage has one byte of the vslice data, |
305 | + bool s1ptw, bool is_write, | 156 | + * and (counting from 0) byte 8 goes in row 8 of the storage |
306 | + int fsc) | 157 | + * at offset (8 * row-size-in-bytes). |
307 | +{ | 158 | + * If we have 8 bytes per element then each row of the ZA storage |
308 | + uint32_t syn; | 159 | + * has 8 bytes of the data, but there are 8 interleaved tiles and |
160 | + * so byte 8 of the data goes into row 1 of the tile, | ||
161 | + * which is again row 8 of the storage, so the offset is still | ||
162 | + * (8 * row-size-in-bytes). Similarly for other element sizes. | ||
163 | + */ | ||
164 | +#define tile_vslice_offset(byteoff) ((byteoff) * sizeof(ARMVectorReg)) | ||
165 | + | ||
166 | + | ||
167 | +/* | ||
168 | + * Move Zreg vector to ZArray column. | ||
169 | + */ | ||
170 | +#define DO_MOVA_C(NAME, TYPE, H) \ | ||
171 | +void HELPER(NAME)(void *za, void *vn, void *vg, uint32_t desc) \ | ||
172 | +{ \ | ||
173 | + int i, oprsz = simd_oprsz(desc); \ | ||
174 | + for (i = 0; i < oprsz; ) { \ | ||
175 | + uint16_t pg = *(uint16_t *)(vg + H1_2(i >> 3)); \ | ||
176 | + do { \ | ||
177 | + if (pg & 1) { \ | ||
178 | + *(TYPE *)(za + tile_vslice_offset(i)) = *(TYPE *)(vn + H(i)); \ | ||
179 | + } \ | ||
180 | + i += sizeof(TYPE); \ | ||
181 | + pg >>= sizeof(TYPE); \ | ||
182 | + } while (i & 15); \ | ||
183 | + } \ | ||
184 | +} | ||
185 | + | ||
186 | +DO_MOVA_C(sme_mova_cz_b, uint8_t, H1) | ||
187 | +DO_MOVA_C(sme_mova_cz_h, uint16_t, H1_2) | ||
188 | +DO_MOVA_C(sme_mova_cz_s, uint32_t, H1_4) | ||
189 | + | ||
190 | +void HELPER(sme_mova_cz_d)(void *za, void *vn, void *vg, uint32_t desc) | ||
191 | +{ | ||
192 | + int i, oprsz = simd_oprsz(desc) / 8; | ||
193 | + uint8_t *pg = vg; | ||
194 | + uint64_t *n = vn; | ||
195 | + uint64_t *a = za; | ||
196 | + | ||
197 | + for (i = 0; i < oprsz; i++) { | ||
198 | + if (pg[H1(i)] & 1) { | ||
199 | + a[tile_vslice_index(i)] = n[i]; | ||
200 | + } | ||
201 | + } | ||
202 | +} | ||
203 | + | ||
204 | +void HELPER(sme_mova_cz_q)(void *za, void *vn, void *vg, uint32_t desc) | ||
205 | +{ | ||
206 | + int i, oprsz = simd_oprsz(desc) / 16; | ||
207 | + uint16_t *pg = vg; | ||
208 | + Int128 *n = vn; | ||
209 | + Int128 *a = za; | ||
309 | + | 210 | + |
310 | + /* | 211 | + /* |
311 | + * ISV is only set for data aborts routed to EL2 and | 212 | + * Int128 is used here simply to copy 16 bytes, and to simplify |
312 | + * never for stage-1 page table walks faulting on stage 2. | 213 | + * the address arithmetic. |
313 | + * | ||
314 | + * Furthermore, ISV is only set for certain kinds of load/stores. | ||
315 | + * If the template syndrome does not have ISV set, we should leave | ||
316 | + * it cleared. | ||
317 | + * | ||
318 | + * See ARMv8 specs, D7-1974: | ||
319 | + * ISS encoding for an exception from a Data Abort, the | ||
320 | + * ISV field. | ||
321 | + */ | 214 | + */ |
322 | + if (!(template_syn & ARM_EL_ISV) || target_el != 2 || s1ptw) { | 215 | + for (i = 0; i < oprsz; i++) { |
323 | + syn = syn_data_abort_no_iss(same_el, | 216 | + if (pg[H2(i)] & 1) { |
324 | + ea, 0, s1ptw, is_write, fsc); | 217 | + a[tile_vslice_index(i)] = n[i]; |
218 | + } | ||
219 | + } | ||
220 | +} | ||
221 | + | ||
222 | +#undef DO_MOVA_C | ||
223 | + | ||
224 | +/* | ||
225 | + * Move ZArray column to Zreg vector. | ||
226 | + */ | ||
227 | +#define DO_MOVA_Z(NAME, TYPE, H) \ | ||
228 | +void HELPER(NAME)(void *vd, void *za, void *vg, uint32_t desc) \ | ||
229 | +{ \ | ||
230 | + int i, oprsz = simd_oprsz(desc); \ | ||
231 | + for (i = 0; i < oprsz; ) { \ | ||
232 | + uint16_t pg = *(uint16_t *)(vg + H1_2(i >> 3)); \ | ||
233 | + do { \ | ||
234 | + if (pg & 1) { \ | ||
235 | + *(TYPE *)(vd + H(i)) = *(TYPE *)(za + tile_vslice_offset(i)); \ | ||
236 | + } \ | ||
237 | + i += sizeof(TYPE); \ | ||
238 | + pg >>= sizeof(TYPE); \ | ||
239 | + } while (i & 15); \ | ||
240 | + } \ | ||
241 | +} | ||
242 | + | ||
243 | +DO_MOVA_Z(sme_mova_zc_b, uint8_t, H1) | ||
244 | +DO_MOVA_Z(sme_mova_zc_h, uint16_t, H1_2) | ||
245 | +DO_MOVA_Z(sme_mova_zc_s, uint32_t, H1_4) | ||
246 | + | ||
247 | +void HELPER(sme_mova_zc_d)(void *vd, void *za, void *vg, uint32_t desc) | ||
248 | +{ | ||
249 | + int i, oprsz = simd_oprsz(desc) / 8; | ||
250 | + uint8_t *pg = vg; | ||
251 | + uint64_t *d = vd; | ||
252 | + uint64_t *a = za; | ||
253 | + | ||
254 | + for (i = 0; i < oprsz; i++) { | ||
255 | + if (pg[H1(i)] & 1) { | ||
256 | + d[i] = a[tile_vslice_index(i)]; | ||
257 | + } | ||
258 | + } | ||
259 | +} | ||
260 | + | ||
261 | +void HELPER(sme_mova_zc_q)(void *vd, void *za, void *vg, uint32_t desc) | ||
262 | +{ | ||
263 | + int i, oprsz = simd_oprsz(desc) / 16; | ||
264 | + uint16_t *pg = vg; | ||
265 | + Int128 *d = vd; | ||
266 | + Int128 *a = za; | ||
267 | + | ||
268 | + /* | ||
269 | + * Int128 is used here simply to copy 16 bytes, and to simplify | ||
270 | + * the address arithmetic. | ||
271 | + */ | ||
272 | + for (i = 0; i < oprsz; i++, za += sizeof(ARMVectorReg)) { | ||
273 | + if (pg[H2(i)] & 1) { | ||
274 | + d[i] = a[tile_vslice_index(i)]; | ||
275 | + } | ||
276 | + } | ||
277 | +} | ||
278 | + | ||
279 | +#undef DO_MOVA_Z | ||
280 | diff --git a/target/arm/sve_helper.c b/target/arm/sve_helper.c | ||
281 | index XXXXXXX..XXXXXXX 100644 | ||
282 | --- a/target/arm/sve_helper.c | ||
283 | +++ b/target/arm/sve_helper.c | ||
284 | @@ -XXX,XX +XXX,XX @@ void HELPER(sve_sel_zpzz_d)(void *vd, void *vn, void *vm, | ||
285 | } | ||
286 | } | ||
287 | |||
288 | +void HELPER(sve_sel_zpzz_q)(void *vd, void *vn, void *vm, | ||
289 | + void *vg, uint32_t desc) | ||
290 | +{ | ||
291 | + intptr_t i, opr_sz = simd_oprsz(desc) / 16; | ||
292 | + Int128 *d = vd, *n = vn, *m = vm; | ||
293 | + uint16_t *pg = vg; | ||
294 | + | ||
295 | + for (i = 0; i < opr_sz; i += 1) { | ||
296 | + d[i] = (pg[H2(i)] & 1 ? n : m)[i]; | ||
297 | + } | ||
298 | +} | ||
299 | + | ||
300 | /* Two operand comparison controlled by a predicate. | ||
301 | * ??? It is very tempting to want to be able to expand this inline | ||
302 | * with x86 instructions, e.g. | ||
303 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c | ||
304 | index XXXXXXX..XXXXXXX 100644 | ||
305 | --- a/target/arm/translate-sme.c | ||
306 | +++ b/target/arm/translate-sme.c | ||
307 | @@ -XXX,XX +XXX,XX @@ | ||
308 | #include "decode-sme.c.inc" | ||
309 | |||
310 | |||
311 | +/* | ||
312 | + * Resolve tile.size[index] to a host pointer, where tile and index | ||
313 | + * are always decoded together, dependent on the element size. | ||
314 | + */ | ||
315 | +static TCGv_ptr get_tile_rowcol(DisasContext *s, int esz, int rs, | ||
316 | + int tile_index, bool vertical) | ||
317 | +{ | ||
318 | + int tile = tile_index >> (4 - esz); | ||
319 | + int index = esz == MO_128 ? 0 : extract32(tile_index, 0, 4 - esz); | ||
320 | + int pos, len, offset; | ||
321 | + TCGv_i32 tmp; | ||
322 | + TCGv_ptr addr; | ||
323 | + | ||
324 | + /* Compute the final index, which is Rs+imm. */ | ||
325 | + tmp = tcg_temp_new_i32(); | ||
326 | + tcg_gen_trunc_tl_i32(tmp, cpu_reg(s, rs)); | ||
327 | + tcg_gen_addi_i32(tmp, tmp, index); | ||
328 | + | ||
329 | + /* Prepare a power-of-two modulo via extraction of @len bits. */ | ||
330 | + len = ctz32(streaming_vec_reg_size(s)) - esz; | ||
331 | + | ||
332 | + if (vertical) { | ||
333 | + /* | ||
334 | + * Compute the byte offset of the index within the tile: | ||
335 | + * (index % (svl / size)) * size | ||
336 | + * = (index % (svl >> esz)) << esz | ||
337 | + * Perform the power-of-two modulo via extraction of the low @len bits. | ||
338 | + * Perform the multiply by shifting left by @pos bits. | ||
339 | + * Perform these operations simultaneously via deposit into zero. | ||
340 | + */ | ||
341 | + pos = esz; | ||
342 | + tcg_gen_deposit_z_i32(tmp, tmp, pos, len); | ||
343 | + | ||
344 | + /* | ||
345 | + * For big-endian, adjust the indexed column byte offset within | ||
346 | + * the uint64_t host words that make up env->zarray[]. | ||
347 | + */ | ||
348 | + if (HOST_BIG_ENDIAN && esz < MO_64) { | ||
349 | + tcg_gen_xori_i32(tmp, tmp, 8 - (1 << esz)); | ||
350 | + } | ||
325 | + } else { | 351 | + } else { |
326 | + /* | 352 | + /* |
327 | + * Fields: IL, ISV, SAS, SSE, SRT, SF and AR come from the template | 353 | + * Compute the byte offset of the index within the tile: |
328 | + * syndrome created at translation time. | 354 | + * (index % (svl / size)) * (size * sizeof(row)) |
329 | + * Now we create the runtime syndrome with the remaining fields. | 355 | + * = (index % (svl >> esz)) << (esz + log2(sizeof(row))) |
330 | + */ | 356 | + */ |
331 | + syn = syn_data_abort_with_iss(same_el, | 357 | + pos = esz + ctz32(sizeof(ARMVectorReg)); |
332 | + 0, 0, 0, 0, 0, | 358 | + tcg_gen_deposit_z_i32(tmp, tmp, pos, len); |
333 | + ea, 0, s1ptw, is_write, fsc, | 359 | + |
334 | + false); | 360 | + /* Row slices are always aligned and need no endian adjustment. */ |
335 | + /* Merge the runtime syndrome with the template syndrome. */ | 361 | + } |
336 | + syn |= template_syn; | 362 | + |
337 | + } | 363 | + /* The tile byte offset within env->zarray is the row. */ |
338 | + return syn; | 364 | + offset = tile * sizeof(ARMVectorReg); |
339 | +} | 365 | + |
340 | + | 366 | + /* Include the byte offset of zarray to make this relative to env. */ |
341 | +static void QEMU_NORETURN arm_deliver_fault(ARMCPU *cpu, vaddr addr, | 367 | + offset += offsetof(CPUARMState, zarray); |
342 | + MMUAccessType access_type, | 368 | + tcg_gen_addi_i32(tmp, tmp, offset); |
343 | + int mmu_idx, ARMMMUFaultInfo *fi) | 369 | + |
344 | +{ | 370 | + /* Add the byte offset to env to produce the final pointer. */ |
345 | + CPUARMState *env = &cpu->env; | 371 | + addr = tcg_temp_new_ptr(); |
346 | + int target_el; | 372 | + tcg_gen_ext_i32_ptr(addr, tmp); |
347 | + bool same_el; | 373 | + tcg_temp_free_i32(tmp); |
348 | + uint32_t syn, exc, fsr, fsc; | 374 | + tcg_gen_add_ptr(addr, addr, cpu_env); |
349 | + ARMMMUIdx arm_mmu_idx = core_to_arm_mmu_idx(env, mmu_idx); | 375 | + |
350 | + | 376 | + return addr; |
351 | + target_el = exception_target_el(env); | 377 | +} |
352 | + if (fi->stage2) { | 378 | + |
353 | + target_el = 2; | 379 | static bool trans_ZERO(DisasContext *s, arg_ZERO *a) |
354 | + env->cp15.hpfar_el2 = extract64(fi->s2addr, 12, 47) << 4; | 380 | { |
355 | + } | 381 | if (!dc_isar_feature(aa64_sme, s)) { |
356 | + same_el = (arm_current_el(env) == target_el); | 382 | @@ -XXX,XX +XXX,XX @@ static bool trans_ZERO(DisasContext *s, arg_ZERO *a) |
357 | + | 383 | } |
358 | + if (target_el == 2 || arm_el_is_aa64(env, target_el) || | 384 | return true; |
359 | + arm_s1_regime_using_lpae_format(env, arm_mmu_idx)) { | 385 | } |
360 | + /* | 386 | + |
361 | + * LPAE format fault status register : bottom 6 bits are | 387 | +static bool trans_MOVA(DisasContext *s, arg_MOVA *a) |
362 | + * status code in the same form as needed for syndrome | 388 | +{ |
363 | + */ | 389 | + static gen_helper_gvec_4 * const h_fns[5] = { |
364 | + fsr = arm_fi_to_lfsc(fi); | 390 | + gen_helper_sve_sel_zpzz_b, gen_helper_sve_sel_zpzz_h, |
365 | + fsc = extract32(fsr, 0, 6); | 391 | + gen_helper_sve_sel_zpzz_s, gen_helper_sve_sel_zpzz_d, |
392 | + gen_helper_sve_sel_zpzz_q | ||
393 | + }; | ||
394 | + static gen_helper_gvec_3 * const cz_fns[5] = { | ||
395 | + gen_helper_sme_mova_cz_b, gen_helper_sme_mova_cz_h, | ||
396 | + gen_helper_sme_mova_cz_s, gen_helper_sme_mova_cz_d, | ||
397 | + gen_helper_sme_mova_cz_q, | ||
398 | + }; | ||
399 | + static gen_helper_gvec_3 * const zc_fns[5] = { | ||
400 | + gen_helper_sme_mova_zc_b, gen_helper_sme_mova_zc_h, | ||
401 | + gen_helper_sme_mova_zc_s, gen_helper_sme_mova_zc_d, | ||
402 | + gen_helper_sme_mova_zc_q, | ||
403 | + }; | ||
404 | + | ||
405 | + TCGv_ptr t_za, t_zr, t_pg; | ||
406 | + TCGv_i32 t_desc; | ||
407 | + int svl; | ||
408 | + | ||
409 | + if (!dc_isar_feature(aa64_sme, s)) { | ||
410 | + return false; | ||
411 | + } | ||
412 | + if (!sme_smza_enabled_check(s)) { | ||
413 | + return true; | ||
414 | + } | ||
415 | + | ||
416 | + t_za = get_tile_rowcol(s, a->esz, a->rs, a->za_imm, a->v); | ||
417 | + t_zr = vec_full_reg_ptr(s, a->zr); | ||
418 | + t_pg = pred_full_reg_ptr(s, a->pg); | ||
419 | + | ||
420 | + svl = streaming_vec_reg_size(s); | ||
421 | + t_desc = tcg_constant_i32(simd_desc(svl, svl, 0)); | ||
422 | + | ||
423 | + if (a->v) { | ||
424 | + /* Vertical slice -- use sme mova helpers. */ | ||
425 | + if (a->to_vec) { | ||
426 | + zc_fns[a->esz](t_zr, t_za, t_pg, t_desc); | ||
427 | + } else { | ||
428 | + cz_fns[a->esz](t_za, t_zr, t_pg, t_desc); | ||
429 | + } | ||
366 | + } else { | 430 | + } else { |
367 | + fsr = arm_fi_to_sfsc(fi); | 431 | + /* Horizontal slice -- reuse sve sel helpers. */ |
368 | + /* | 432 | + if (a->to_vec) { |
369 | + * Short format FSR : this fault will never actually be reported | 433 | + h_fns[a->esz](t_zr, t_za, t_zr, t_pg, t_desc); |
370 | + * to an EL that uses a syndrome register. Use a (currently) | 434 | + } else { |
371 | + * reserved FSR code in case the constructed syndrome does leak | 435 | + h_fns[a->esz](t_za, t_zr, t_za, t_pg, t_desc); |
372 | + * into the guest somehow. | 436 | + } |
373 | + */ | 437 | + } |
374 | + fsc = 0x3f; | 438 | + |
375 | + } | 439 | + tcg_temp_free_ptr(t_za); |
376 | + | 440 | + tcg_temp_free_ptr(t_zr); |
377 | + if (access_type == MMU_INST_FETCH) { | 441 | + tcg_temp_free_ptr(t_pg); |
378 | + syn = syn_insn_abort(same_el, fi->ea, fi->s1ptw, fsc); | 442 | + |
379 | + exc = EXCP_PREFETCH_ABORT; | 443 | + return true; |
380 | + } else { | ||
381 | + syn = merge_syn_data_abort(env->exception.syndrome, target_el, | ||
382 | + same_el, fi->ea, fi->s1ptw, | ||
383 | + access_type == MMU_DATA_STORE, | ||
384 | + fsc); | ||
385 | + if (access_type == MMU_DATA_STORE | ||
386 | + && arm_feature(env, ARM_FEATURE_V6)) { | ||
387 | + fsr |= (1 << 11); | ||
388 | + } | ||
389 | + exc = EXCP_DATA_ABORT; | ||
390 | + } | ||
391 | + | ||
392 | + env->exception.vaddress = addr; | ||
393 | + env->exception.fsr = fsr; | ||
394 | + raise_exception(env, exc, syn, target_el); | ||
395 | +} | ||
396 | + | ||
397 | +/* Raise a data fault alignment exception for the specified virtual address */ | ||
398 | +void arm_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr, | ||
399 | + MMUAccessType access_type, | ||
400 | + int mmu_idx, uintptr_t retaddr) | ||
401 | +{ | ||
402 | + ARMCPU *cpu = ARM_CPU(cs); | ||
403 | + ARMMMUFaultInfo fi = {}; | ||
404 | + | ||
405 | + /* now we have a real cpu fault */ | ||
406 | + cpu_restore_state(cs, retaddr, true); | ||
407 | + | ||
408 | + fi.type = ARMFault_Alignment; | ||
409 | + arm_deliver_fault(cpu, vaddr, access_type, mmu_idx, &fi); | ||
410 | +} | ||
411 | + | ||
412 | +/* | ||
413 | + * arm_cpu_do_transaction_failed: handle a memory system error response | ||
414 | + * (eg "no device/memory present at address") by raising an external abort | ||
415 | + * exception | ||
416 | + */ | ||
417 | +void arm_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, | ||
418 | + vaddr addr, unsigned size, | ||
419 | + MMUAccessType access_type, | ||
420 | + int mmu_idx, MemTxAttrs attrs, | ||
421 | + MemTxResult response, uintptr_t retaddr) | ||
422 | +{ | ||
423 | + ARMCPU *cpu = ARM_CPU(cs); | ||
424 | + ARMMMUFaultInfo fi = {}; | ||
425 | + | ||
426 | + /* now we have a real cpu fault */ | ||
427 | + cpu_restore_state(cs, retaddr, true); | ||
428 | + | ||
429 | + fi.ea = arm_extabort_type(response); | ||
430 | + fi.type = ARMFault_SyncExternal; | ||
431 | + arm_deliver_fault(cpu, addr, access_type, mmu_idx, &fi); | ||
432 | +} | ||
433 | + | ||
434 | +#endif /* !defined(CONFIG_USER_ONLY) */ | ||
435 | + | ||
436 | +bool arm_cpu_tlb_fill(CPUState *cs, vaddr address, int size, | ||
437 | + MMUAccessType access_type, int mmu_idx, | ||
438 | + bool probe, uintptr_t retaddr) | ||
439 | +{ | ||
440 | + ARMCPU *cpu = ARM_CPU(cs); | ||
441 | + | ||
442 | +#ifdef CONFIG_USER_ONLY | ||
443 | + cpu->env.exception.vaddress = address; | ||
444 | + if (access_type == MMU_INST_FETCH) { | ||
445 | + cs->exception_index = EXCP_PREFETCH_ABORT; | ||
446 | + } else { | ||
447 | + cs->exception_index = EXCP_DATA_ABORT; | ||
448 | + } | ||
449 | + cpu_loop_exit_restore(cs, retaddr); | ||
450 | +#else | ||
451 | + hwaddr phys_addr; | ||
452 | + target_ulong page_size; | ||
453 | + int prot, ret; | ||
454 | + MemTxAttrs attrs = {}; | ||
455 | + ARMMMUFaultInfo fi = {}; | ||
456 | + | ||
457 | + /* | ||
458 | + * Walk the page table and (if the mapping exists) add the page | ||
459 | + * to the TLB. On success, return true. Otherwise, if probing, | ||
460 | + * return false. Otherwise populate fsr with ARM DFSR/IFSR fault | ||
461 | + * register format, and signal the fault. | ||
462 | + */ | ||
463 | + ret = get_phys_addr(&cpu->env, address, access_type, | ||
464 | + core_to_arm_mmu_idx(&cpu->env, mmu_idx), | ||
465 | + &phys_addr, &attrs, &prot, &page_size, &fi, NULL); | ||
466 | + if (likely(!ret)) { | ||
467 | + /* | ||
468 | + * Map a single [sub]page. Regions smaller than our declared | ||
469 | + * target page size are handled specially, so for those we | ||
470 | + * pass in the exact addresses. | ||
471 | + */ | ||
472 | + if (page_size >= TARGET_PAGE_SIZE) { | ||
473 | + phys_addr &= TARGET_PAGE_MASK; | ||
474 | + address &= TARGET_PAGE_MASK; | ||
475 | + } | ||
476 | + tlb_set_page_with_attrs(cs, address, phys_addr, attrs, | ||
477 | + prot, mmu_idx, page_size); | ||
478 | + return true; | ||
479 | + } else if (probe) { | ||
480 | + return false; | ||
481 | + } else { | ||
482 | + /* now we have a real cpu fault */ | ||
483 | + cpu_restore_state(cs, retaddr, true); | ||
484 | + arm_deliver_fault(cpu, address, access_type, mmu_idx, &fi); | ||
485 | + } | ||
486 | +#endif | ||
487 | +} | 444 | +} |
488 | -- | 445 | -- |
489 | 2.20.1 | 446 | 2.25.1 |
490 | |||
491 | diff view generated by jsdifflib |
1 | From: Joel Stanley <joel@jms.id.au> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The ast2500 uses the watchdog to reset the SDRAM controller. This | 3 | We cannot reuse the SVE functions for LD[1-4] and ST[1-4], |
4 | operation is usually performed by u-boot's memory training procedure, | 4 | because those functions accept only a Zreg register number. |
5 | and it is enabled by setting a bit in the SCU and then causing the | 5 | For SME, we want to pass a pointer into ZA storage. |
6 | watchdog to expire. Therefore, we need the watchdog to be able to | ||
7 | access the SCU's register space. | ||
8 | 6 | ||
9 | This causes the watchdog to not perform a system reset when the bit is | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | set. In the future it could perform a reset of the SDMC model. | 8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
11 | 9 | Message-id: 20220708151540.18136-21-richard.henderson@linaro.org | |
12 | Signed-off-by: Joel Stanley <joel@jms.id.au> | ||
13 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
14 | Reviewed-by: Cédric Le Goater <clg@kaod.org> | ||
15 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
16 | Message-id: 20190621065242.32535-1-joel@jms.id.au | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 11 | --- |
19 | include/hw/watchdog/wdt_aspeed.h | 1 + | 12 | target/arm/helper-sme.h | 82 +++++ |
20 | hw/arm/aspeed_soc.c | 2 ++ | 13 | target/arm/sme.decode | 9 + |
21 | hw/watchdog/wdt_aspeed.c | 20 ++++++++++++++++++++ | 14 | target/arm/sme_helper.c | 595 +++++++++++++++++++++++++++++++++++++ |
22 | 3 files changed, 23 insertions(+) | 15 | target/arm/translate-sme.c | 70 +++++ |
16 | 4 files changed, 756 insertions(+) | ||
23 | 17 | ||
24 | diff --git a/include/hw/watchdog/wdt_aspeed.h b/include/hw/watchdog/wdt_aspeed.h | 18 | diff --git a/target/arm/helper-sme.h b/target/arm/helper-sme.h |
25 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/include/hw/watchdog/wdt_aspeed.h | 20 | --- a/target/arm/helper-sme.h |
27 | +++ b/include/hw/watchdog/wdt_aspeed.h | 21 | +++ b/target/arm/helper-sme.h |
28 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedWDTState { | 22 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(sme_mova_cz_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
29 | MemoryRegion iomem; | 23 | DEF_HELPER_FLAGS_4(sme_mova_zc_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
30 | uint32_t regs[ASPEED_WDT_REGS_MAX]; | 24 | DEF_HELPER_FLAGS_4(sme_mova_cz_q, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
31 | 25 | DEF_HELPER_FLAGS_4(sme_mova_zc_q, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | |
32 | + AspeedSCUState *scu; | 26 | + |
33 | uint32_t pclk_freq; | 27 | +DEF_HELPER_FLAGS_5(sme_ld1b_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) |
34 | uint32_t silicon_rev; | 28 | +DEF_HELPER_FLAGS_5(sme_ld1b_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) |
35 | uint32_t ext_pulse_width_mask; | 29 | +DEF_HELPER_FLAGS_5(sme_ld1b_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) |
36 | diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c | 30 | +DEF_HELPER_FLAGS_5(sme_ld1b_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) |
31 | + | ||
32 | +DEF_HELPER_FLAGS_5(sme_ld1h_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
33 | +DEF_HELPER_FLAGS_5(sme_ld1h_le_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
34 | +DEF_HELPER_FLAGS_5(sme_ld1h_be_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
35 | +DEF_HELPER_FLAGS_5(sme_ld1h_le_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
36 | +DEF_HELPER_FLAGS_5(sme_ld1h_be_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
37 | +DEF_HELPER_FLAGS_5(sme_ld1h_le_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
38 | +DEF_HELPER_FLAGS_5(sme_ld1h_be_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
39 | +DEF_HELPER_FLAGS_5(sme_ld1h_le_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
40 | + | ||
41 | +DEF_HELPER_FLAGS_5(sme_ld1s_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
42 | +DEF_HELPER_FLAGS_5(sme_ld1s_le_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
43 | +DEF_HELPER_FLAGS_5(sme_ld1s_be_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
44 | +DEF_HELPER_FLAGS_5(sme_ld1s_le_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
45 | +DEF_HELPER_FLAGS_5(sme_ld1s_be_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
46 | +DEF_HELPER_FLAGS_5(sme_ld1s_le_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
47 | +DEF_HELPER_FLAGS_5(sme_ld1s_be_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
48 | +DEF_HELPER_FLAGS_5(sme_ld1s_le_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
49 | + | ||
50 | +DEF_HELPER_FLAGS_5(sme_ld1d_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
51 | +DEF_HELPER_FLAGS_5(sme_ld1d_le_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
52 | +DEF_HELPER_FLAGS_5(sme_ld1d_be_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
53 | +DEF_HELPER_FLAGS_5(sme_ld1d_le_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
54 | +DEF_HELPER_FLAGS_5(sme_ld1d_be_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
55 | +DEF_HELPER_FLAGS_5(sme_ld1d_le_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
56 | +DEF_HELPER_FLAGS_5(sme_ld1d_be_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
57 | +DEF_HELPER_FLAGS_5(sme_ld1d_le_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
58 | + | ||
59 | +DEF_HELPER_FLAGS_5(sme_ld1q_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
60 | +DEF_HELPER_FLAGS_5(sme_ld1q_le_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
61 | +DEF_HELPER_FLAGS_5(sme_ld1q_be_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
62 | +DEF_HELPER_FLAGS_5(sme_ld1q_le_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
63 | +DEF_HELPER_FLAGS_5(sme_ld1q_be_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
64 | +DEF_HELPER_FLAGS_5(sme_ld1q_le_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
65 | +DEF_HELPER_FLAGS_5(sme_ld1q_be_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
66 | +DEF_HELPER_FLAGS_5(sme_ld1q_le_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
67 | + | ||
68 | +DEF_HELPER_FLAGS_5(sme_st1b_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
69 | +DEF_HELPER_FLAGS_5(sme_st1b_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
70 | +DEF_HELPER_FLAGS_5(sme_st1b_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
71 | +DEF_HELPER_FLAGS_5(sme_st1b_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
72 | + | ||
73 | +DEF_HELPER_FLAGS_5(sme_st1h_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
74 | +DEF_HELPER_FLAGS_5(sme_st1h_le_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
75 | +DEF_HELPER_FLAGS_5(sme_st1h_be_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
76 | +DEF_HELPER_FLAGS_5(sme_st1h_le_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
77 | +DEF_HELPER_FLAGS_5(sme_st1h_be_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
78 | +DEF_HELPER_FLAGS_5(sme_st1h_le_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
79 | +DEF_HELPER_FLAGS_5(sme_st1h_be_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
80 | +DEF_HELPER_FLAGS_5(sme_st1h_le_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
81 | + | ||
82 | +DEF_HELPER_FLAGS_5(sme_st1s_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
83 | +DEF_HELPER_FLAGS_5(sme_st1s_le_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
84 | +DEF_HELPER_FLAGS_5(sme_st1s_be_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
85 | +DEF_HELPER_FLAGS_5(sme_st1s_le_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
86 | +DEF_HELPER_FLAGS_5(sme_st1s_be_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
87 | +DEF_HELPER_FLAGS_5(sme_st1s_le_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
88 | +DEF_HELPER_FLAGS_5(sme_st1s_be_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
89 | +DEF_HELPER_FLAGS_5(sme_st1s_le_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
90 | + | ||
91 | +DEF_HELPER_FLAGS_5(sme_st1d_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
92 | +DEF_HELPER_FLAGS_5(sme_st1d_le_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
93 | +DEF_HELPER_FLAGS_5(sme_st1d_be_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
94 | +DEF_HELPER_FLAGS_5(sme_st1d_le_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
95 | +DEF_HELPER_FLAGS_5(sme_st1d_be_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
96 | +DEF_HELPER_FLAGS_5(sme_st1d_le_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
97 | +DEF_HELPER_FLAGS_5(sme_st1d_be_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
98 | +DEF_HELPER_FLAGS_5(sme_st1d_le_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
99 | + | ||
100 | +DEF_HELPER_FLAGS_5(sme_st1q_be_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
101 | +DEF_HELPER_FLAGS_5(sme_st1q_le_h, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
102 | +DEF_HELPER_FLAGS_5(sme_st1q_be_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
103 | +DEF_HELPER_FLAGS_5(sme_st1q_le_v, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
104 | +DEF_HELPER_FLAGS_5(sme_st1q_be_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
105 | +DEF_HELPER_FLAGS_5(sme_st1q_le_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
106 | +DEF_HELPER_FLAGS_5(sme_st1q_be_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
107 | +DEF_HELPER_FLAGS_5(sme_st1q_le_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | ||
108 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode | ||
37 | index XXXXXXX..XXXXXXX 100644 | 109 | index XXXXXXX..XXXXXXX 100644 |
38 | --- a/hw/arm/aspeed_soc.c | 110 | --- a/target/arm/sme.decode |
39 | +++ b/hw/arm/aspeed_soc.c | 111 | +++ b/target/arm/sme.decode |
40 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_init(Object *obj) | 112 | @@ -XXX,XX +XXX,XX @@ MOVA 11000000 esz:2 00001 0 v:1 .. pg:3 0 za_imm:4 zr:5 \ |
41 | sizeof(s->wdt[i]), TYPE_ASPEED_WDT); | 113 | &mova to_vec=1 rs=%mova_rs |
42 | qdev_prop_set_uint32(DEVICE(&s->wdt[i]), "silicon-rev", | 114 | MOVA 11000000 11 00001 1 v:1 .. pg:3 0 za_imm:4 zr:5 \ |
43 | sc->info->silicon_rev); | 115 | &mova to_vec=1 rs=%mova_rs esz=4 |
44 | + object_property_add_const_link(OBJECT(&s->wdt[i]), "scu", | 116 | + |
45 | + OBJECT(&s->scu), &error_abort); | 117 | +### SME Memory |
46 | } | 118 | + |
47 | 119 | +&ldst esz rs pg rn rm za_imm v:bool st:bool | |
48 | for (i = 0; i < ASPEED_MACS_NUM; i++) { | 120 | + |
49 | diff --git a/hw/watchdog/wdt_aspeed.c b/hw/watchdog/wdt_aspeed.c | 121 | +LDST1 1110000 0 esz:2 st:1 rm:5 v:1 .. pg:3 rn:5 0 za_imm:4 \ |
122 | + &ldst rs=%mova_rs | ||
123 | +LDST1 1110000 111 st:1 rm:5 v:1 .. pg:3 rn:5 0 za_imm:4 \ | ||
124 | + &ldst esz=4 rs=%mova_rs | ||
125 | diff --git a/target/arm/sme_helper.c b/target/arm/sme_helper.c | ||
50 | index XXXXXXX..XXXXXXX 100644 | 126 | index XXXXXXX..XXXXXXX 100644 |
51 | --- a/hw/watchdog/wdt_aspeed.c | 127 | --- a/target/arm/sme_helper.c |
52 | +++ b/hw/watchdog/wdt_aspeed.c | 128 | +++ b/target/arm/sme_helper.c |
53 | @@ -XXX,XX +XXX,XX @@ | 129 | @@ -XXX,XX +XXX,XX @@ |
54 | 130 | ||
55 | #define WDT_RESTART_MAGIC 0x4755 | 131 | #include "qemu/osdep.h" |
56 | 132 | #include "cpu.h" | |
57 | +#define SCU_RESET_CONTROL1 (0x04 / 4) | 133 | +#include "internals.h" |
58 | +#define SCU_RESET_SDRAM BIT(0) | 134 | #include "tcg/tcg-gvec-desc.h" |
59 | + | 135 | #include "exec/helper-proto.h" |
60 | static bool aspeed_wdt_is_enabled(const AspeedWDTState *s) | 136 | +#include "exec/cpu_ldst.h" |
61 | { | 137 | +#include "exec/exec-all.h" |
62 | return s->regs[WDT_CTRL] & WDT_CTRL_ENABLE; | 138 | #include "qemu/int128.h" |
63 | @@ -XXX,XX +XXX,XX @@ static void aspeed_wdt_timer_expired(void *dev) | 139 | #include "vec_internal.h" |
64 | { | 140 | +#include "sve_ldst_internal.h" |
65 | AspeedWDTState *s = ASPEED_WDT(dev); | 141 | |
66 | 142 | /* ResetSVEState */ | |
67 | + /* Do not reset on SDRAM controller reset */ | 143 | void arm_reset_sve_state(CPUARMState *env) |
68 | + if (s->scu->regs[SCU_RESET_CONTROL1] & SCU_RESET_SDRAM) { | 144 | @@ -XXX,XX +XXX,XX @@ void HELPER(sme_mova_zc_q)(void *vd, void *za, void *vg, uint32_t desc) |
69 | + timer_del(s->timer); | 145 | } |
70 | + s->regs[WDT_CTRL] = 0; | 146 | |
147 | #undef DO_MOVA_Z | ||
148 | + | ||
149 | +/* | ||
150 | + * Clear elements in a tile slice comprising len bytes. | ||
151 | + */ | ||
152 | + | ||
153 | +typedef void ClearFn(void *ptr, size_t off, size_t len); | ||
154 | + | ||
155 | +static void clear_horizontal(void *ptr, size_t off, size_t len) | ||
156 | +{ | ||
157 | + memset(ptr + off, 0, len); | ||
158 | +} | ||
159 | + | ||
160 | +static void clear_vertical_b(void *vptr, size_t off, size_t len) | ||
161 | +{ | ||
162 | + for (size_t i = 0; i < len; ++i) { | ||
163 | + *(uint8_t *)(vptr + tile_vslice_offset(i + off)) = 0; | ||
164 | + } | ||
165 | +} | ||
166 | + | ||
167 | +static void clear_vertical_h(void *vptr, size_t off, size_t len) | ||
168 | +{ | ||
169 | + for (size_t i = 0; i < len; i += 2) { | ||
170 | + *(uint16_t *)(vptr + tile_vslice_offset(i + off)) = 0; | ||
171 | + } | ||
172 | +} | ||
173 | + | ||
174 | +static void clear_vertical_s(void *vptr, size_t off, size_t len) | ||
175 | +{ | ||
176 | + for (size_t i = 0; i < len; i += 4) { | ||
177 | + *(uint32_t *)(vptr + tile_vslice_offset(i + off)) = 0; | ||
178 | + } | ||
179 | +} | ||
180 | + | ||
181 | +static void clear_vertical_d(void *vptr, size_t off, size_t len) | ||
182 | +{ | ||
183 | + for (size_t i = 0; i < len; i += 8) { | ||
184 | + *(uint64_t *)(vptr + tile_vslice_offset(i + off)) = 0; | ||
185 | + } | ||
186 | +} | ||
187 | + | ||
188 | +static void clear_vertical_q(void *vptr, size_t off, size_t len) | ||
189 | +{ | ||
190 | + for (size_t i = 0; i < len; i += 16) { | ||
191 | + memset(vptr + tile_vslice_offset(i + off), 0, 16); | ||
192 | + } | ||
193 | +} | ||
194 | + | ||
195 | +/* | ||
196 | + * Copy elements from an array into a tile slice comprising len bytes. | ||
197 | + */ | ||
198 | + | ||
199 | +typedef void CopyFn(void *dst, const void *src, size_t len); | ||
200 | + | ||
201 | +static void copy_horizontal(void *dst, const void *src, size_t len) | ||
202 | +{ | ||
203 | + memcpy(dst, src, len); | ||
204 | +} | ||
205 | + | ||
206 | +static void copy_vertical_b(void *vdst, const void *vsrc, size_t len) | ||
207 | +{ | ||
208 | + const uint8_t *src = vsrc; | ||
209 | + uint8_t *dst = vdst; | ||
210 | + size_t i; | ||
211 | + | ||
212 | + for (i = 0; i < len; ++i) { | ||
213 | + dst[tile_vslice_index(i)] = src[i]; | ||
214 | + } | ||
215 | +} | ||
216 | + | ||
217 | +static void copy_vertical_h(void *vdst, const void *vsrc, size_t len) | ||
218 | +{ | ||
219 | + const uint16_t *src = vsrc; | ||
220 | + uint16_t *dst = vdst; | ||
221 | + size_t i; | ||
222 | + | ||
223 | + for (i = 0; i < len / 2; ++i) { | ||
224 | + dst[tile_vslice_index(i)] = src[i]; | ||
225 | + } | ||
226 | +} | ||
227 | + | ||
228 | +static void copy_vertical_s(void *vdst, const void *vsrc, size_t len) | ||
229 | +{ | ||
230 | + const uint32_t *src = vsrc; | ||
231 | + uint32_t *dst = vdst; | ||
232 | + size_t i; | ||
233 | + | ||
234 | + for (i = 0; i < len / 4; ++i) { | ||
235 | + dst[tile_vslice_index(i)] = src[i]; | ||
236 | + } | ||
237 | +} | ||
238 | + | ||
239 | +static void copy_vertical_d(void *vdst, const void *vsrc, size_t len) | ||
240 | +{ | ||
241 | + const uint64_t *src = vsrc; | ||
242 | + uint64_t *dst = vdst; | ||
243 | + size_t i; | ||
244 | + | ||
245 | + for (i = 0; i < len / 8; ++i) { | ||
246 | + dst[tile_vslice_index(i)] = src[i]; | ||
247 | + } | ||
248 | +} | ||
249 | + | ||
250 | +static void copy_vertical_q(void *vdst, const void *vsrc, size_t len) | ||
251 | +{ | ||
252 | + for (size_t i = 0; i < len; i += 16) { | ||
253 | + memcpy(vdst + tile_vslice_offset(i), vsrc + i, 16); | ||
254 | + } | ||
255 | +} | ||
256 | + | ||
257 | +/* | ||
258 | + * Host and TLB primitives for vertical tile slice addressing. | ||
259 | + */ | ||
260 | + | ||
261 | +#define DO_LD(NAME, TYPE, HOST, TLB) \ | ||
262 | +static inline void sme_##NAME##_v_host(void *za, intptr_t off, void *host) \ | ||
263 | +{ \ | ||
264 | + TYPE val = HOST(host); \ | ||
265 | + *(TYPE *)(za + tile_vslice_offset(off)) = val; \ | ||
266 | +} \ | ||
267 | +static inline void sme_##NAME##_v_tlb(CPUARMState *env, void *za, \ | ||
268 | + intptr_t off, target_ulong addr, uintptr_t ra) \ | ||
269 | +{ \ | ||
270 | + TYPE val = TLB(env, useronly_clean_ptr(addr), ra); \ | ||
271 | + *(TYPE *)(za + tile_vslice_offset(off)) = val; \ | ||
272 | +} | ||
273 | + | ||
274 | +#define DO_ST(NAME, TYPE, HOST, TLB) \ | ||
275 | +static inline void sme_##NAME##_v_host(void *za, intptr_t off, void *host) \ | ||
276 | +{ \ | ||
277 | + TYPE val = *(TYPE *)(za + tile_vslice_offset(off)); \ | ||
278 | + HOST(host, val); \ | ||
279 | +} \ | ||
280 | +static inline void sme_##NAME##_v_tlb(CPUARMState *env, void *za, \ | ||
281 | + intptr_t off, target_ulong addr, uintptr_t ra) \ | ||
282 | +{ \ | ||
283 | + TYPE val = *(TYPE *)(za + tile_vslice_offset(off)); \ | ||
284 | + TLB(env, useronly_clean_ptr(addr), val, ra); \ | ||
285 | +} | ||
286 | + | ||
287 | +/* | ||
288 | + * The ARMVectorReg elements are stored in host-endian 64-bit units. | ||
289 | + * For 128-bit quantities, the sequence defined by the Elem[] pseudocode | ||
290 | + * corresponds to storing the two 64-bit pieces in little-endian order. | ||
291 | + */ | ||
292 | +#define DO_LDQ(HNAME, VNAME, BE, HOST, TLB) \ | ||
293 | +static inline void HNAME##_host(void *za, intptr_t off, void *host) \ | ||
294 | +{ \ | ||
295 | + uint64_t val0 = HOST(host), val1 = HOST(host + 8); \ | ||
296 | + uint64_t *ptr = za + off; \ | ||
297 | + ptr[0] = BE ? val1 : val0, ptr[1] = BE ? val0 : val1; \ | ||
298 | +} \ | ||
299 | +static inline void VNAME##_v_host(void *za, intptr_t off, void *host) \ | ||
300 | +{ \ | ||
301 | + HNAME##_host(za, tile_vslice_offset(off), host); \ | ||
302 | +} \ | ||
303 | +static inline void HNAME##_tlb(CPUARMState *env, void *za, intptr_t off, \ | ||
304 | + target_ulong addr, uintptr_t ra) \ | ||
305 | +{ \ | ||
306 | + uint64_t val0 = TLB(env, useronly_clean_ptr(addr), ra); \ | ||
307 | + uint64_t val1 = TLB(env, useronly_clean_ptr(addr + 8), ra); \ | ||
308 | + uint64_t *ptr = za + off; \ | ||
309 | + ptr[0] = BE ? val1 : val0, ptr[1] = BE ? val0 : val1; \ | ||
310 | +} \ | ||
311 | +static inline void VNAME##_v_tlb(CPUARMState *env, void *za, intptr_t off, \ | ||
312 | + target_ulong addr, uintptr_t ra) \ | ||
313 | +{ \ | ||
314 | + HNAME##_tlb(env, za, tile_vslice_offset(off), addr, ra); \ | ||
315 | +} | ||
316 | + | ||
317 | +#define DO_STQ(HNAME, VNAME, BE, HOST, TLB) \ | ||
318 | +static inline void HNAME##_host(void *za, intptr_t off, void *host) \ | ||
319 | +{ \ | ||
320 | + uint64_t *ptr = za + off; \ | ||
321 | + HOST(host, ptr[BE]); \ | ||
322 | + HOST(host + 1, ptr[!BE]); \ | ||
323 | +} \ | ||
324 | +static inline void VNAME##_v_host(void *za, intptr_t off, void *host) \ | ||
325 | +{ \ | ||
326 | + HNAME##_host(za, tile_vslice_offset(off), host); \ | ||
327 | +} \ | ||
328 | +static inline void HNAME##_tlb(CPUARMState *env, void *za, intptr_t off, \ | ||
329 | + target_ulong addr, uintptr_t ra) \ | ||
330 | +{ \ | ||
331 | + uint64_t *ptr = za + off; \ | ||
332 | + TLB(env, useronly_clean_ptr(addr), ptr[BE], ra); \ | ||
333 | + TLB(env, useronly_clean_ptr(addr + 8), ptr[!BE], ra); \ | ||
334 | +} \ | ||
335 | +static inline void VNAME##_v_tlb(CPUARMState *env, void *za, intptr_t off, \ | ||
336 | + target_ulong addr, uintptr_t ra) \ | ||
337 | +{ \ | ||
338 | + HNAME##_tlb(env, za, tile_vslice_offset(off), addr, ra); \ | ||
339 | +} | ||
340 | + | ||
341 | +DO_LD(ld1b, uint8_t, ldub_p, cpu_ldub_data_ra) | ||
342 | +DO_LD(ld1h_be, uint16_t, lduw_be_p, cpu_lduw_be_data_ra) | ||
343 | +DO_LD(ld1h_le, uint16_t, lduw_le_p, cpu_lduw_le_data_ra) | ||
344 | +DO_LD(ld1s_be, uint32_t, ldl_be_p, cpu_ldl_be_data_ra) | ||
345 | +DO_LD(ld1s_le, uint32_t, ldl_le_p, cpu_ldl_le_data_ra) | ||
346 | +DO_LD(ld1d_be, uint64_t, ldq_be_p, cpu_ldq_be_data_ra) | ||
347 | +DO_LD(ld1d_le, uint64_t, ldq_le_p, cpu_ldq_le_data_ra) | ||
348 | + | ||
349 | +DO_LDQ(sve_ld1qq_be, sme_ld1q_be, 1, ldq_be_p, cpu_ldq_be_data_ra) | ||
350 | +DO_LDQ(sve_ld1qq_le, sme_ld1q_le, 0, ldq_le_p, cpu_ldq_le_data_ra) | ||
351 | + | ||
352 | +DO_ST(st1b, uint8_t, stb_p, cpu_stb_data_ra) | ||
353 | +DO_ST(st1h_be, uint16_t, stw_be_p, cpu_stw_be_data_ra) | ||
354 | +DO_ST(st1h_le, uint16_t, stw_le_p, cpu_stw_le_data_ra) | ||
355 | +DO_ST(st1s_be, uint32_t, stl_be_p, cpu_stl_be_data_ra) | ||
356 | +DO_ST(st1s_le, uint32_t, stl_le_p, cpu_stl_le_data_ra) | ||
357 | +DO_ST(st1d_be, uint64_t, stq_be_p, cpu_stq_be_data_ra) | ||
358 | +DO_ST(st1d_le, uint64_t, stq_le_p, cpu_stq_le_data_ra) | ||
359 | + | ||
360 | +DO_STQ(sve_st1qq_be, sme_st1q_be, 1, stq_be_p, cpu_stq_be_data_ra) | ||
361 | +DO_STQ(sve_st1qq_le, sme_st1q_le, 0, stq_le_p, cpu_stq_le_data_ra) | ||
362 | + | ||
363 | +#undef DO_LD | ||
364 | +#undef DO_ST | ||
365 | +#undef DO_LDQ | ||
366 | +#undef DO_STQ | ||
367 | + | ||
368 | +/* | ||
369 | + * Common helper for all contiguous predicated loads. | ||
370 | + */ | ||
371 | + | ||
372 | +static inline QEMU_ALWAYS_INLINE | ||
373 | +void sme_ld1(CPUARMState *env, void *za, uint64_t *vg, | ||
374 | + const target_ulong addr, uint32_t desc, const uintptr_t ra, | ||
375 | + const int esz, uint32_t mtedesc, bool vertical, | ||
376 | + sve_ldst1_host_fn *host_fn, | ||
377 | + sve_ldst1_tlb_fn *tlb_fn, | ||
378 | + ClearFn *clr_fn, | ||
379 | + CopyFn *cpy_fn) | ||
380 | +{ | ||
381 | + const intptr_t reg_max = simd_oprsz(desc); | ||
382 | + const intptr_t esize = 1 << esz; | ||
383 | + intptr_t reg_off, reg_last; | ||
384 | + SVEContLdSt info; | ||
385 | + void *host; | ||
386 | + int flags; | ||
387 | + | ||
388 | + /* Find the active elements. */ | ||
389 | + if (!sve_cont_ldst_elements(&info, addr, vg, reg_max, esz, esize)) { | ||
390 | + /* The entire predicate was false; no load occurs. */ | ||
391 | + clr_fn(za, 0, reg_max); | ||
71 | + return; | 392 | + return; |
72 | + } | 393 | + } |
73 | + | 394 | + |
74 | qemu_log_mask(CPU_LOG_RESET, "Watchdog timer expired.\n"); | 395 | + /* Probe the page(s). Exit with exception for any invalid page. */ |
75 | watchdog_perform_action(); | 396 | + sve_cont_ldst_pages(&info, FAULT_ALL, env, addr, MMU_DATA_LOAD, ra); |
76 | timer_del(s->timer); | 397 | + |
77 | @@ -XXX,XX +XXX,XX @@ static void aspeed_wdt_realize(DeviceState *dev, Error **errp) | 398 | + /* Handle watchpoints for all active elements. */ |
78 | { | 399 | + sve_cont_ldst_watchpoints(&info, env, vg, addr, esize, esize, |
79 | SysBusDevice *sbd = SYS_BUS_DEVICE(dev); | 400 | + BP_MEM_READ, ra); |
80 | AspeedWDTState *s = ASPEED_WDT(dev); | 401 | + |
81 | + Error *err = NULL; | 402 | + /* |
82 | + Object *obj; | 403 | + * Handle mte checks for all active elements. |
83 | + | 404 | + * Since TBI must be set for MTE, !mtedesc => !mte_active. |
84 | + obj = object_property_get_link(OBJECT(dev), "scu", &err); | 405 | + */ |
85 | + if (!obj) { | 406 | + if (mtedesc) { |
86 | + error_propagate(errp, err); | 407 | + sve_cont_ldst_mte_check(&info, env, vg, addr, esize, esize, |
87 | + error_prepend(errp, "required link 'scu' not found: "); | 408 | + mtedesc, ra); |
409 | + } | ||
410 | + | ||
411 | + flags = info.page[0].flags | info.page[1].flags; | ||
412 | + if (unlikely(flags != 0)) { | ||
413 | +#ifdef CONFIG_USER_ONLY | ||
414 | + g_assert_not_reached(); | ||
415 | +#else | ||
416 | + /* | ||
417 | + * At least one page includes MMIO. | ||
418 | + * Any bus operation can fail with cpu_transaction_failed, | ||
419 | + * which for ARM will raise SyncExternal. Perform the load | ||
420 | + * into scratch memory to preserve register state until the end. | ||
421 | + */ | ||
422 | + ARMVectorReg scratch = { }; | ||
423 | + | ||
424 | + reg_off = info.reg_off_first[0]; | ||
425 | + reg_last = info.reg_off_last[1]; | ||
426 | + if (reg_last < 0) { | ||
427 | + reg_last = info.reg_off_split; | ||
428 | + if (reg_last < 0) { | ||
429 | + reg_last = info.reg_off_last[0]; | ||
430 | + } | ||
431 | + } | ||
432 | + | ||
433 | + do { | ||
434 | + uint64_t pg = vg[reg_off >> 6]; | ||
435 | + do { | ||
436 | + if ((pg >> (reg_off & 63)) & 1) { | ||
437 | + tlb_fn(env, &scratch, reg_off, addr + reg_off, ra); | ||
438 | + } | ||
439 | + reg_off += esize; | ||
440 | + } while (reg_off & 63); | ||
441 | + } while (reg_off <= reg_last); | ||
442 | + | ||
443 | + cpy_fn(za, &scratch, reg_max); | ||
88 | + return; | 444 | + return; |
89 | + } | 445 | +#endif |
90 | + s->scu = ASPEED_SCU(obj); | 446 | + } |
91 | 447 | + | |
92 | if (!is_supported_silicon_rev(s->silicon_rev)) { | 448 | + /* The entire operation is in RAM, on valid pages. */ |
93 | error_setg(errp, "Unknown silicon revision: 0x%" PRIx32, | 449 | + |
450 | + reg_off = info.reg_off_first[0]; | ||
451 | + reg_last = info.reg_off_last[0]; | ||
452 | + host = info.page[0].host; | ||
453 | + | ||
454 | + if (!vertical) { | ||
455 | + memset(za, 0, reg_max); | ||
456 | + } else if (reg_off) { | ||
457 | + clr_fn(za, 0, reg_off); | ||
458 | + } | ||
459 | + | ||
460 | + while (reg_off <= reg_last) { | ||
461 | + uint64_t pg = vg[reg_off >> 6]; | ||
462 | + do { | ||
463 | + if ((pg >> (reg_off & 63)) & 1) { | ||
464 | + host_fn(za, reg_off, host + reg_off); | ||
465 | + } else if (vertical) { | ||
466 | + clr_fn(za, reg_off, esize); | ||
467 | + } | ||
468 | + reg_off += esize; | ||
469 | + } while (reg_off <= reg_last && (reg_off & 63)); | ||
470 | + } | ||
471 | + | ||
472 | + /* | ||
473 | + * Use the slow path to manage the cross-page misalignment. | ||
474 | + * But we know this is RAM and cannot trap. | ||
475 | + */ | ||
476 | + reg_off = info.reg_off_split; | ||
477 | + if (unlikely(reg_off >= 0)) { | ||
478 | + tlb_fn(env, za, reg_off, addr + reg_off, ra); | ||
479 | + } | ||
480 | + | ||
481 | + reg_off = info.reg_off_first[1]; | ||
482 | + if (unlikely(reg_off >= 0)) { | ||
483 | + reg_last = info.reg_off_last[1]; | ||
484 | + host = info.page[1].host; | ||
485 | + | ||
486 | + do { | ||
487 | + uint64_t pg = vg[reg_off >> 6]; | ||
488 | + do { | ||
489 | + if ((pg >> (reg_off & 63)) & 1) { | ||
490 | + host_fn(za, reg_off, host + reg_off); | ||
491 | + } else if (vertical) { | ||
492 | + clr_fn(za, reg_off, esize); | ||
493 | + } | ||
494 | + reg_off += esize; | ||
495 | + } while (reg_off & 63); | ||
496 | + } while (reg_off <= reg_last); | ||
497 | + } | ||
498 | +} | ||
499 | + | ||
500 | +static inline QEMU_ALWAYS_INLINE | ||
501 | +void sme_ld1_mte(CPUARMState *env, void *za, uint64_t *vg, | ||
502 | + target_ulong addr, uint32_t desc, uintptr_t ra, | ||
503 | + const int esz, bool vertical, | ||
504 | + sve_ldst1_host_fn *host_fn, | ||
505 | + sve_ldst1_tlb_fn *tlb_fn, | ||
506 | + ClearFn *clr_fn, | ||
507 | + CopyFn *cpy_fn) | ||
508 | +{ | ||
509 | + uint32_t mtedesc = desc >> (SIMD_DATA_SHIFT + SVE_MTEDESC_SHIFT); | ||
510 | + int bit55 = extract64(addr, 55, 1); | ||
511 | + | ||
512 | + /* Remove mtedesc from the normal sve descriptor. */ | ||
513 | + desc = extract32(desc, 0, SIMD_DATA_SHIFT + SVE_MTEDESC_SHIFT); | ||
514 | + | ||
515 | + /* Perform gross MTE suppression early. */ | ||
516 | + if (!tbi_check(desc, bit55) || | ||
517 | + tcma_check(desc, bit55, allocation_tag_from_addr(addr))) { | ||
518 | + mtedesc = 0; | ||
519 | + } | ||
520 | + | ||
521 | + sme_ld1(env, za, vg, addr, desc, ra, esz, mtedesc, vertical, | ||
522 | + host_fn, tlb_fn, clr_fn, cpy_fn); | ||
523 | +} | ||
524 | + | ||
525 | +#define DO_LD(L, END, ESZ) \ | ||
526 | +void HELPER(sme_ld1##L##END##_h)(CPUARMState *env, void *za, void *vg, \ | ||
527 | + target_ulong addr, uint32_t desc) \ | ||
528 | +{ \ | ||
529 | + sme_ld1(env, za, vg, addr, desc, GETPC(), ESZ, 0, false, \ | ||
530 | + sve_ld1##L##L##END##_host, sve_ld1##L##L##END##_tlb, \ | ||
531 | + clear_horizontal, copy_horizontal); \ | ||
532 | +} \ | ||
533 | +void HELPER(sme_ld1##L##END##_v)(CPUARMState *env, void *za, void *vg, \ | ||
534 | + target_ulong addr, uint32_t desc) \ | ||
535 | +{ \ | ||
536 | + sme_ld1(env, za, vg, addr, desc, GETPC(), ESZ, 0, true, \ | ||
537 | + sme_ld1##L##END##_v_host, sme_ld1##L##END##_v_tlb, \ | ||
538 | + clear_vertical_##L, copy_vertical_##L); \ | ||
539 | +} \ | ||
540 | +void HELPER(sme_ld1##L##END##_h_mte)(CPUARMState *env, void *za, void *vg, \ | ||
541 | + target_ulong addr, uint32_t desc) \ | ||
542 | +{ \ | ||
543 | + sme_ld1_mte(env, za, vg, addr, desc, GETPC(), ESZ, false, \ | ||
544 | + sve_ld1##L##L##END##_host, sve_ld1##L##L##END##_tlb, \ | ||
545 | + clear_horizontal, copy_horizontal); \ | ||
546 | +} \ | ||
547 | +void HELPER(sme_ld1##L##END##_v_mte)(CPUARMState *env, void *za, void *vg, \ | ||
548 | + target_ulong addr, uint32_t desc) \ | ||
549 | +{ \ | ||
550 | + sme_ld1_mte(env, za, vg, addr, desc, GETPC(), ESZ, true, \ | ||
551 | + sme_ld1##L##END##_v_host, sme_ld1##L##END##_v_tlb, \ | ||
552 | + clear_vertical_##L, copy_vertical_##L); \ | ||
553 | +} | ||
554 | + | ||
555 | +DO_LD(b, , MO_8) | ||
556 | +DO_LD(h, _be, MO_16) | ||
557 | +DO_LD(h, _le, MO_16) | ||
558 | +DO_LD(s, _be, MO_32) | ||
559 | +DO_LD(s, _le, MO_32) | ||
560 | +DO_LD(d, _be, MO_64) | ||
561 | +DO_LD(d, _le, MO_64) | ||
562 | +DO_LD(q, _be, MO_128) | ||
563 | +DO_LD(q, _le, MO_128) | ||
564 | + | ||
565 | +#undef DO_LD | ||
566 | + | ||
567 | +/* | ||
568 | + * Common helper for all contiguous predicated stores. | ||
569 | + */ | ||
570 | + | ||
571 | +static inline QEMU_ALWAYS_INLINE | ||
572 | +void sme_st1(CPUARMState *env, void *za, uint64_t *vg, | ||
573 | + const target_ulong addr, uint32_t desc, const uintptr_t ra, | ||
574 | + const int esz, uint32_t mtedesc, bool vertical, | ||
575 | + sve_ldst1_host_fn *host_fn, | ||
576 | + sve_ldst1_tlb_fn *tlb_fn) | ||
577 | +{ | ||
578 | + const intptr_t reg_max = simd_oprsz(desc); | ||
579 | + const intptr_t esize = 1 << esz; | ||
580 | + intptr_t reg_off, reg_last; | ||
581 | + SVEContLdSt info; | ||
582 | + void *host; | ||
583 | + int flags; | ||
584 | + | ||
585 | + /* Find the active elements. */ | ||
586 | + if (!sve_cont_ldst_elements(&info, addr, vg, reg_max, esz, esize)) { | ||
587 | + /* The entire predicate was false; no store occurs. */ | ||
588 | + return; | ||
589 | + } | ||
590 | + | ||
591 | + /* Probe the page(s). Exit with exception for any invalid page. */ | ||
592 | + sve_cont_ldst_pages(&info, FAULT_ALL, env, addr, MMU_DATA_STORE, ra); | ||
593 | + | ||
594 | + /* Handle watchpoints for all active elements. */ | ||
595 | + sve_cont_ldst_watchpoints(&info, env, vg, addr, esize, esize, | ||
596 | + BP_MEM_WRITE, ra); | ||
597 | + | ||
598 | + /* | ||
599 | + * Handle mte checks for all active elements. | ||
600 | + * Since TBI must be set for MTE, !mtedesc => !mte_active. | ||
601 | + */ | ||
602 | + if (mtedesc) { | ||
603 | + sve_cont_ldst_mte_check(&info, env, vg, addr, esize, esize, | ||
604 | + mtedesc, ra); | ||
605 | + } | ||
606 | + | ||
607 | + flags = info.page[0].flags | info.page[1].flags; | ||
608 | + if (unlikely(flags != 0)) { | ||
609 | +#ifdef CONFIG_USER_ONLY | ||
610 | + g_assert_not_reached(); | ||
611 | +#else | ||
612 | + /* | ||
613 | + * At least one page includes MMIO. | ||
614 | + * Any bus operation can fail with cpu_transaction_failed, | ||
615 | + * which for ARM will raise SyncExternal. We cannot avoid | ||
616 | + * this fault and will leave with the store incomplete. | ||
617 | + */ | ||
618 | + reg_off = info.reg_off_first[0]; | ||
619 | + reg_last = info.reg_off_last[1]; | ||
620 | + if (reg_last < 0) { | ||
621 | + reg_last = info.reg_off_split; | ||
622 | + if (reg_last < 0) { | ||
623 | + reg_last = info.reg_off_last[0]; | ||
624 | + } | ||
625 | + } | ||
626 | + | ||
627 | + do { | ||
628 | + uint64_t pg = vg[reg_off >> 6]; | ||
629 | + do { | ||
630 | + if ((pg >> (reg_off & 63)) & 1) { | ||
631 | + tlb_fn(env, za, reg_off, addr + reg_off, ra); | ||
632 | + } | ||
633 | + reg_off += esize; | ||
634 | + } while (reg_off & 63); | ||
635 | + } while (reg_off <= reg_last); | ||
636 | + return; | ||
637 | +#endif | ||
638 | + } | ||
639 | + | ||
640 | + reg_off = info.reg_off_first[0]; | ||
641 | + reg_last = info.reg_off_last[0]; | ||
642 | + host = info.page[0].host; | ||
643 | + | ||
644 | + while (reg_off <= reg_last) { | ||
645 | + uint64_t pg = vg[reg_off >> 6]; | ||
646 | + do { | ||
647 | + if ((pg >> (reg_off & 63)) & 1) { | ||
648 | + host_fn(za, reg_off, host + reg_off); | ||
649 | + } | ||
650 | + reg_off += 1 << esz; | ||
651 | + } while (reg_off <= reg_last && (reg_off & 63)); | ||
652 | + } | ||
653 | + | ||
654 | + /* | ||
655 | + * Use the slow path to manage the cross-page misalignment. | ||
656 | + * But we know this is RAM and cannot trap. | ||
657 | + */ | ||
658 | + reg_off = info.reg_off_split; | ||
659 | + if (unlikely(reg_off >= 0)) { | ||
660 | + tlb_fn(env, za, reg_off, addr + reg_off, ra); | ||
661 | + } | ||
662 | + | ||
663 | + reg_off = info.reg_off_first[1]; | ||
664 | + if (unlikely(reg_off >= 0)) { | ||
665 | + reg_last = info.reg_off_last[1]; | ||
666 | + host = info.page[1].host; | ||
667 | + | ||
668 | + do { | ||
669 | + uint64_t pg = vg[reg_off >> 6]; | ||
670 | + do { | ||
671 | + if ((pg >> (reg_off & 63)) & 1) { | ||
672 | + host_fn(za, reg_off, host + reg_off); | ||
673 | + } | ||
674 | + reg_off += 1 << esz; | ||
675 | + } while (reg_off & 63); | ||
676 | + } while (reg_off <= reg_last); | ||
677 | + } | ||
678 | +} | ||
679 | + | ||
680 | +static inline QEMU_ALWAYS_INLINE | ||
681 | +void sme_st1_mte(CPUARMState *env, void *za, uint64_t *vg, target_ulong addr, | ||
682 | + uint32_t desc, uintptr_t ra, int esz, bool vertical, | ||
683 | + sve_ldst1_host_fn *host_fn, | ||
684 | + sve_ldst1_tlb_fn *tlb_fn) | ||
685 | +{ | ||
686 | + uint32_t mtedesc = desc >> (SIMD_DATA_SHIFT + SVE_MTEDESC_SHIFT); | ||
687 | + int bit55 = extract64(addr, 55, 1); | ||
688 | + | ||
689 | + /* Remove mtedesc from the normal sve descriptor. */ | ||
690 | + desc = extract32(desc, 0, SIMD_DATA_SHIFT + SVE_MTEDESC_SHIFT); | ||
691 | + | ||
692 | + /* Perform gross MTE suppression early. */ | ||
693 | + if (!tbi_check(desc, bit55) || | ||
694 | + tcma_check(desc, bit55, allocation_tag_from_addr(addr))) { | ||
695 | + mtedesc = 0; | ||
696 | + } | ||
697 | + | ||
698 | + sme_st1(env, za, vg, addr, desc, ra, esz, mtedesc, | ||
699 | + vertical, host_fn, tlb_fn); | ||
700 | +} | ||
701 | + | ||
702 | +#define DO_ST(L, END, ESZ) \ | ||
703 | +void HELPER(sme_st1##L##END##_h)(CPUARMState *env, void *za, void *vg, \ | ||
704 | + target_ulong addr, uint32_t desc) \ | ||
705 | +{ \ | ||
706 | + sme_st1(env, za, vg, addr, desc, GETPC(), ESZ, 0, false, \ | ||
707 | + sve_st1##L##L##END##_host, sve_st1##L##L##END##_tlb); \ | ||
708 | +} \ | ||
709 | +void HELPER(sme_st1##L##END##_v)(CPUARMState *env, void *za, void *vg, \ | ||
710 | + target_ulong addr, uint32_t desc) \ | ||
711 | +{ \ | ||
712 | + sme_st1(env, za, vg, addr, desc, GETPC(), ESZ, 0, true, \ | ||
713 | + sme_st1##L##END##_v_host, sme_st1##L##END##_v_tlb); \ | ||
714 | +} \ | ||
715 | +void HELPER(sme_st1##L##END##_h_mte)(CPUARMState *env, void *za, void *vg, \ | ||
716 | + target_ulong addr, uint32_t desc) \ | ||
717 | +{ \ | ||
718 | + sme_st1_mte(env, za, vg, addr, desc, GETPC(), ESZ, false, \ | ||
719 | + sve_st1##L##L##END##_host, sve_st1##L##L##END##_tlb); \ | ||
720 | +} \ | ||
721 | +void HELPER(sme_st1##L##END##_v_mte)(CPUARMState *env, void *za, void *vg, \ | ||
722 | + target_ulong addr, uint32_t desc) \ | ||
723 | +{ \ | ||
724 | + sme_st1_mte(env, za, vg, addr, desc, GETPC(), ESZ, true, \ | ||
725 | + sme_st1##L##END##_v_host, sme_st1##L##END##_v_tlb); \ | ||
726 | +} | ||
727 | + | ||
728 | +DO_ST(b, , MO_8) | ||
729 | +DO_ST(h, _be, MO_16) | ||
730 | +DO_ST(h, _le, MO_16) | ||
731 | +DO_ST(s, _be, MO_32) | ||
732 | +DO_ST(s, _le, MO_32) | ||
733 | +DO_ST(d, _be, MO_64) | ||
734 | +DO_ST(d, _le, MO_64) | ||
735 | +DO_ST(q, _be, MO_128) | ||
736 | +DO_ST(q, _le, MO_128) | ||
737 | + | ||
738 | +#undef DO_ST | ||
739 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c | ||
740 | index XXXXXXX..XXXXXXX 100644 | ||
741 | --- a/target/arm/translate-sme.c | ||
742 | +++ b/target/arm/translate-sme.c | ||
743 | @@ -XXX,XX +XXX,XX @@ static bool trans_MOVA(DisasContext *s, arg_MOVA *a) | ||
744 | |||
745 | return true; | ||
746 | } | ||
747 | + | ||
748 | +static bool trans_LDST1(DisasContext *s, arg_LDST1 *a) | ||
749 | +{ | ||
750 | + typedef void GenLdSt1(TCGv_env, TCGv_ptr, TCGv_ptr, TCGv, TCGv_i32); | ||
751 | + | ||
752 | + /* | ||
753 | + * Indexed by [esz][be][v][mte][st], which is (except for load/store) | ||
754 | + * also the order in which the elements appear in the function names, | ||
755 | + * and so how we must concatenate the pieces. | ||
756 | + */ | ||
757 | + | ||
758 | +#define FN_LS(F) { gen_helper_sme_ld1##F, gen_helper_sme_st1##F } | ||
759 | +#define FN_MTE(F) { FN_LS(F), FN_LS(F##_mte) } | ||
760 | +#define FN_HV(F) { FN_MTE(F##_h), FN_MTE(F##_v) } | ||
761 | +#define FN_END(L, B) { FN_HV(L), FN_HV(B) } | ||
762 | + | ||
763 | + static GenLdSt1 * const fns[5][2][2][2][2] = { | ||
764 | + FN_END(b, b), | ||
765 | + FN_END(h_le, h_be), | ||
766 | + FN_END(s_le, s_be), | ||
767 | + FN_END(d_le, d_be), | ||
768 | + FN_END(q_le, q_be), | ||
769 | + }; | ||
770 | + | ||
771 | +#undef FN_LS | ||
772 | +#undef FN_MTE | ||
773 | +#undef FN_HV | ||
774 | +#undef FN_END | ||
775 | + | ||
776 | + TCGv_ptr t_za, t_pg; | ||
777 | + TCGv_i64 addr; | ||
778 | + int svl, desc = 0; | ||
779 | + bool be = s->be_data == MO_BE; | ||
780 | + bool mte = s->mte_active[0]; | ||
781 | + | ||
782 | + if (!dc_isar_feature(aa64_sme, s)) { | ||
783 | + return false; | ||
784 | + } | ||
785 | + if (!sme_smza_enabled_check(s)) { | ||
786 | + return true; | ||
787 | + } | ||
788 | + | ||
789 | + t_za = get_tile_rowcol(s, a->esz, a->rs, a->za_imm, a->v); | ||
790 | + t_pg = pred_full_reg_ptr(s, a->pg); | ||
791 | + addr = tcg_temp_new_i64(); | ||
792 | + | ||
793 | + tcg_gen_shli_i64(addr, cpu_reg(s, a->rm), a->esz); | ||
794 | + tcg_gen_add_i64(addr, addr, cpu_reg_sp(s, a->rn)); | ||
795 | + | ||
796 | + if (mte) { | ||
797 | + desc = FIELD_DP32(desc, MTEDESC, MIDX, get_mem_index(s)); | ||
798 | + desc = FIELD_DP32(desc, MTEDESC, TBI, s->tbid); | ||
799 | + desc = FIELD_DP32(desc, MTEDESC, TCMA, s->tcma); | ||
800 | + desc = FIELD_DP32(desc, MTEDESC, WRITE, a->st); | ||
801 | + desc = FIELD_DP32(desc, MTEDESC, SIZEM1, (1 << a->esz) - 1); | ||
802 | + desc <<= SVE_MTEDESC_SHIFT; | ||
803 | + } else { | ||
804 | + addr = clean_data_tbi(s, addr); | ||
805 | + } | ||
806 | + svl = streaming_vec_reg_size(s); | ||
807 | + desc = simd_desc(svl, svl, desc); | ||
808 | + | ||
809 | + fns[a->esz][be][a->v][mte][a->st](cpu_env, t_za, t_pg, addr, | ||
810 | + tcg_constant_i32(desc)); | ||
811 | + | ||
812 | + tcg_temp_free_ptr(t_za); | ||
813 | + tcg_temp_free_ptr(t_pg); | ||
814 | + tcg_temp_free_i64(addr); | ||
815 | + return true; | ||
816 | +} | ||
94 | -- | 817 | -- |
95 | 2.20.1 | 818 | 2.25.1 |
96 | |||
97 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The Aspeed SoCs have two MACs. Extend the Aspeed model to support a | 3 | Add a TCGv_ptr base argument, which will be cpu_env for SVE. |
4 | second NIC. | 4 | We will reuse this for SME save and restore array insns. |
5 | 5 | ||
6 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Joel Stanley <joel@jms.id.au> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20190618165311.27066-7-clg@kaod.org | 8 | Message-id: 20220708151540.18136-22-richard.henderson@linaro.org |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 10 | --- |
11 | include/hw/arm/aspeed_soc.h | 3 ++- | 11 | target/arm/translate-a64.h | 3 +++ |
12 | hw/arm/aspeed_soc.c | 33 +++++++++++++++++++-------------- | 12 | target/arm/translate-sve.c | 48 ++++++++++++++++++++++++++++---------- |
13 | 2 files changed, 21 insertions(+), 15 deletions(-) | 13 | 2 files changed, 39 insertions(+), 12 deletions(-) |
14 | 14 | ||
15 | diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h | 15 | diff --git a/target/arm/translate-a64.h b/target/arm/translate-a64.h |
16 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/include/hw/arm/aspeed_soc.h | 17 | --- a/target/arm/translate-a64.h |
18 | +++ b/include/hw/arm/aspeed_soc.h | 18 | +++ b/target/arm/translate-a64.h |
19 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ void gen_gvec_xar(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs, |
20 | #define ASPEED_SPIS_NUM 2 | 20 | uint32_t rm_ofs, int64_t shift, |
21 | #define ASPEED_WDTS_NUM 3 | 21 | uint32_t opr_sz, uint32_t max_sz); |
22 | #define ASPEED_CPUS_NUM 2 | 22 | |
23 | +#define ASPEED_MACS_NUM 2 | 23 | +void gen_sve_ldr(DisasContext *s, TCGv_ptr, int vofs, int len, int rn, int imm); |
24 | 24 | +void gen_sve_str(DisasContext *s, TCGv_ptr, int vofs, int len, int rn, int imm); | |
25 | typedef struct AspeedSoCState { | 25 | + |
26 | /*< private >*/ | 26 | #endif /* TARGET_ARM_TRANSLATE_A64_H */ |
27 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedSoCState { | 27 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
28 | AspeedSMCState spi[ASPEED_SPIS_NUM]; | ||
29 | AspeedSDMCState sdmc; | ||
30 | AspeedWDTState wdt[ASPEED_WDTS_NUM]; | ||
31 | - FTGMAC100State ftgmac100; | ||
32 | + FTGMAC100State ftgmac100[ASPEED_MACS_NUM]; | ||
33 | } AspeedSoCState; | ||
34 | |||
35 | #define TYPE_ASPEED_SOC "aspeed-soc" | ||
36 | diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | 28 | index XXXXXXX..XXXXXXX 100644 |
38 | --- a/hw/arm/aspeed_soc.c | 29 | --- a/target/arm/translate-sve.c |
39 | +++ b/hw/arm/aspeed_soc.c | 30 | +++ b/target/arm/translate-sve.c |
40 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_init(Object *obj) | 31 | @@ -XXX,XX +XXX,XX @@ TRANS_FEAT(UCVTF_dd, aa64_sve, gen_gvec_fpst_arg_zpz, |
41 | sc->info->silicon_rev); | 32 | * The load should begin at the address Rn + IMM. |
33 | */ | ||
34 | |||
35 | -static void do_ldr(DisasContext *s, uint32_t vofs, int len, int rn, int imm) | ||
36 | +void gen_sve_ldr(DisasContext *s, TCGv_ptr base, int vofs, | ||
37 | + int len, int rn, int imm) | ||
38 | { | ||
39 | int len_align = QEMU_ALIGN_DOWN(len, 8); | ||
40 | int len_remain = len % 8; | ||
41 | @@ -XXX,XX +XXX,XX @@ static void do_ldr(DisasContext *s, uint32_t vofs, int len, int rn, int imm) | ||
42 | t0 = tcg_temp_new_i64(); | ||
43 | for (i = 0; i < len_align; i += 8) { | ||
44 | tcg_gen_qemu_ld_i64(t0, clean_addr, midx, MO_LEUQ); | ||
45 | - tcg_gen_st_i64(t0, cpu_env, vofs + i); | ||
46 | + tcg_gen_st_i64(t0, base, vofs + i); | ||
47 | tcg_gen_addi_i64(clean_addr, clean_addr, 8); | ||
48 | } | ||
49 | tcg_temp_free_i64(t0); | ||
50 | @@ -XXX,XX +XXX,XX @@ static void do_ldr(DisasContext *s, uint32_t vofs, int len, int rn, int imm) | ||
51 | clean_addr = new_tmp_a64_local(s); | ||
52 | tcg_gen_mov_i64(clean_addr, t0); | ||
53 | |||
54 | + if (base != cpu_env) { | ||
55 | + TCGv_ptr b = tcg_temp_local_new_ptr(); | ||
56 | + tcg_gen_mov_ptr(b, base); | ||
57 | + base = b; | ||
58 | + } | ||
59 | + | ||
60 | gen_set_label(loop); | ||
61 | |||
62 | t0 = tcg_temp_new_i64(); | ||
63 | @@ -XXX,XX +XXX,XX @@ static void do_ldr(DisasContext *s, uint32_t vofs, int len, int rn, int imm) | ||
64 | tcg_gen_addi_i64(clean_addr, clean_addr, 8); | ||
65 | |||
66 | tp = tcg_temp_new_ptr(); | ||
67 | - tcg_gen_add_ptr(tp, cpu_env, i); | ||
68 | + tcg_gen_add_ptr(tp, base, i); | ||
69 | tcg_gen_addi_ptr(i, i, 8); | ||
70 | tcg_gen_st_i64(t0, tp, vofs); | ||
71 | tcg_temp_free_ptr(tp); | ||
72 | @@ -XXX,XX +XXX,XX @@ static void do_ldr(DisasContext *s, uint32_t vofs, int len, int rn, int imm) | ||
73 | |||
74 | tcg_gen_brcondi_ptr(TCG_COND_LTU, i, len_align, loop); | ||
75 | tcg_temp_free_ptr(i); | ||
76 | + | ||
77 | + if (base != cpu_env) { | ||
78 | + tcg_temp_free_ptr(base); | ||
79 | + assert(len_remain == 0); | ||
80 | + } | ||
42 | } | 81 | } |
43 | 82 | ||
44 | - sysbus_init_child_obj(obj, "ftgmac100", OBJECT(&s->ftgmac100), | 83 | /* |
45 | - sizeof(s->ftgmac100), TYPE_FTGMAC100); | 84 | @@ -XXX,XX +XXX,XX @@ static void do_ldr(DisasContext *s, uint32_t vofs, int len, int rn, int imm) |
46 | + for (i = 0; i < ASPEED_MACS_NUM; i++) { | 85 | default: |
47 | + sysbus_init_child_obj(obj, "ftgmac100[*]", OBJECT(&s->ftgmac100[i]), | 86 | g_assert_not_reached(); |
48 | + sizeof(s->ftgmac100[i]), TYPE_FTGMAC100); | 87 | } |
49 | + } | 88 | - tcg_gen_st_i64(t0, cpu_env, vofs + len_align); |
89 | + tcg_gen_st_i64(t0, base, vofs + len_align); | ||
90 | tcg_temp_free_i64(t0); | ||
91 | } | ||
50 | } | 92 | } |
51 | 93 | ||
52 | static void aspeed_soc_realize(DeviceState *dev, Error **errp) | 94 | /* Similarly for stores. */ |
53 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | 95 | -static void do_str(DisasContext *s, uint32_t vofs, int len, int rn, int imm) |
96 | +void gen_sve_str(DisasContext *s, TCGv_ptr base, int vofs, | ||
97 | + int len, int rn, int imm) | ||
98 | { | ||
99 | int len_align = QEMU_ALIGN_DOWN(len, 8); | ||
100 | int len_remain = len % 8; | ||
101 | @@ -XXX,XX +XXX,XX @@ static void do_str(DisasContext *s, uint32_t vofs, int len, int rn, int imm) | ||
102 | |||
103 | t0 = tcg_temp_new_i64(); | ||
104 | for (i = 0; i < len_align; i += 8) { | ||
105 | - tcg_gen_ld_i64(t0, cpu_env, vofs + i); | ||
106 | + tcg_gen_ld_i64(t0, base, vofs + i); | ||
107 | tcg_gen_qemu_st_i64(t0, clean_addr, midx, MO_LEUQ); | ||
108 | tcg_gen_addi_i64(clean_addr, clean_addr, 8); | ||
109 | } | ||
110 | @@ -XXX,XX +XXX,XX @@ static void do_str(DisasContext *s, uint32_t vofs, int len, int rn, int imm) | ||
111 | clean_addr = new_tmp_a64_local(s); | ||
112 | tcg_gen_mov_i64(clean_addr, t0); | ||
113 | |||
114 | + if (base != cpu_env) { | ||
115 | + TCGv_ptr b = tcg_temp_local_new_ptr(); | ||
116 | + tcg_gen_mov_ptr(b, base); | ||
117 | + base = b; | ||
118 | + } | ||
119 | + | ||
120 | gen_set_label(loop); | ||
121 | |||
122 | t0 = tcg_temp_new_i64(); | ||
123 | tp = tcg_temp_new_ptr(); | ||
124 | - tcg_gen_add_ptr(tp, cpu_env, i); | ||
125 | + tcg_gen_add_ptr(tp, base, i); | ||
126 | tcg_gen_ld_i64(t0, tp, vofs); | ||
127 | tcg_gen_addi_ptr(i, i, 8); | ||
128 | tcg_temp_free_ptr(tp); | ||
129 | @@ -XXX,XX +XXX,XX @@ static void do_str(DisasContext *s, uint32_t vofs, int len, int rn, int imm) | ||
130 | |||
131 | tcg_gen_brcondi_ptr(TCG_COND_LTU, i, len_align, loop); | ||
132 | tcg_temp_free_ptr(i); | ||
133 | + | ||
134 | + if (base != cpu_env) { | ||
135 | + tcg_temp_free_ptr(base); | ||
136 | + assert(len_remain == 0); | ||
137 | + } | ||
54 | } | 138 | } |
55 | 139 | ||
56 | /* Net */ | 140 | /* Predicate register stores can be any multiple of 2. */ |
57 | - qdev_set_nic_properties(DEVICE(&s->ftgmac100), &nd_table[0]); | 141 | if (len_remain) { |
58 | - object_property_set_bool(OBJECT(&s->ftgmac100), true, "aspeed", &err); | 142 | t0 = tcg_temp_new_i64(); |
59 | - object_property_set_bool(OBJECT(&s->ftgmac100), true, "realized", | 143 | - tcg_gen_ld_i64(t0, cpu_env, vofs + len_align); |
60 | - &local_err); | 144 | + tcg_gen_ld_i64(t0, base, vofs + len_align); |
61 | - error_propagate(&err, local_err); | 145 | |
62 | - if (err) { | 146 | switch (len_remain) { |
63 | - error_propagate(errp, err); | 147 | case 2: |
64 | - return; | 148 | @@ -XXX,XX +XXX,XX @@ static bool trans_LDR_zri(DisasContext *s, arg_rri *a) |
65 | + for (i = 0; i < nb_nics; i++) { | 149 | if (sve_access_check(s)) { |
66 | + qdev_set_nic_properties(DEVICE(&s->ftgmac100[i]), &nd_table[i]); | 150 | int size = vec_full_reg_size(s); |
67 | + object_property_set_bool(OBJECT(&s->ftgmac100[i]), true, "aspeed", | 151 | int off = vec_full_reg_offset(s, a->rd); |
68 | + &err); | 152 | - do_ldr(s, off, size, a->rn, a->imm * size); |
69 | + object_property_set_bool(OBJECT(&s->ftgmac100[i]), true, "realized", | 153 | + gen_sve_ldr(s, cpu_env, off, size, a->rn, a->imm * size); |
70 | + &local_err); | ||
71 | + error_propagate(&err, local_err); | ||
72 | + if (err) { | ||
73 | + error_propagate(errp, err); | ||
74 | + return; | ||
75 | + } | ||
76 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->ftgmac100[i]), 0, | ||
77 | + sc->info->memmap[ASPEED_ETH1 + i]); | ||
78 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->ftgmac100[i]), 0, | ||
79 | + aspeed_soc_get_irq(s, ASPEED_ETH1 + i)); | ||
80 | } | 154 | } |
81 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->ftgmac100), 0, | 155 | return true; |
82 | - sc->info->memmap[ASPEED_ETH1]); | ||
83 | - sysbus_connect_irq(SYS_BUS_DEVICE(&s->ftgmac100), 0, | ||
84 | - aspeed_soc_get_irq(s, ASPEED_ETH1)); | ||
85 | } | 156 | } |
86 | static Property aspeed_soc_properties[] = { | 157 | @@ -XXX,XX +XXX,XX @@ static bool trans_LDR_pri(DisasContext *s, arg_rri *a) |
87 | DEFINE_PROP_UINT32("num-cpus", AspeedSoCState, num_cpus, 0), | 158 | if (sve_access_check(s)) { |
159 | int size = pred_full_reg_size(s); | ||
160 | int off = pred_full_reg_offset(s, a->rd); | ||
161 | - do_ldr(s, off, size, a->rn, a->imm * size); | ||
162 | + gen_sve_ldr(s, cpu_env, off, size, a->rn, a->imm * size); | ||
163 | } | ||
164 | return true; | ||
165 | } | ||
166 | @@ -XXX,XX +XXX,XX @@ static bool trans_STR_zri(DisasContext *s, arg_rri *a) | ||
167 | if (sve_access_check(s)) { | ||
168 | int size = vec_full_reg_size(s); | ||
169 | int off = vec_full_reg_offset(s, a->rd); | ||
170 | - do_str(s, off, size, a->rn, a->imm * size); | ||
171 | + gen_sve_str(s, cpu_env, off, size, a->rn, a->imm * size); | ||
172 | } | ||
173 | return true; | ||
174 | } | ||
175 | @@ -XXX,XX +XXX,XX @@ static bool trans_STR_pri(DisasContext *s, arg_rri *a) | ||
176 | if (sve_access_check(s)) { | ||
177 | int size = pred_full_reg_size(s); | ||
178 | int off = pred_full_reg_offset(s, a->rd); | ||
179 | - do_str(s, off, size, a->rn, a->imm * size); | ||
180 | + gen_sve_str(s, cpu_env, off, size, a->rn, a->imm * size); | ||
181 | } | ||
182 | return true; | ||
183 | } | ||
88 | -- | 184 | -- |
89 | 2.20.1 | 185 | 2.25.1 |
90 | |||
91 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This will simplify the definition of new SoCs, like the AST2600 which | 3 | We can reuse the SVE functions for LDR and STR, passing in the |
4 | should use a different CPU and a different IRQ number layout. | 4 | base of the ZA vector and a zero offset. |
5 | 5 | ||
6 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Reviewed-by: Joel Stanley <joel@jms.id.au> | 8 | Message-id: 20220708151540.18136-23-richard.henderson@linaro.org |
9 | Message-id: 20190618165311.27066-2-clg@kaod.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 10 | --- |
12 | include/hw/arm/aspeed_soc.h | 36 +++++++++++++++++++++++ | 11 | target/arm/sme.decode | 7 +++++++ |
13 | hw/arm/aspeed_soc.c | 57 +++++++++++++++++++++++++++++++------ | 12 | target/arm/translate-sme.c | 24 ++++++++++++++++++++++++ |
14 | 2 files changed, 85 insertions(+), 8 deletions(-) | 13 | 2 files changed, 31 insertions(+) |
15 | 14 | ||
16 | diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h | 15 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode |
17 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/include/hw/arm/aspeed_soc.h | 17 | --- a/target/arm/sme.decode |
19 | +++ b/include/hw/arm/aspeed_soc.h | 18 | +++ b/target/arm/sme.decode |
20 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedSoCInfo { | 19 | @@ -XXX,XX +XXX,XX @@ LDST1 1110000 0 esz:2 st:1 rm:5 v:1 .. pg:3 rn:5 0 za_imm:4 \ |
21 | const char *fmc_typename; | 20 | &ldst rs=%mova_rs |
22 | const char **spi_typename; | 21 | LDST1 1110000 111 st:1 rm:5 v:1 .. pg:3 rn:5 0 za_imm:4 \ |
23 | int wdts_num; | 22 | &ldst esz=4 rs=%mova_rs |
24 | + const int *irqmap; | ||
25 | } AspeedSoCInfo; | ||
26 | |||
27 | typedef struct AspeedSoCClass { | ||
28 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedSoCClass { | ||
29 | #define ASPEED_SOC_GET_CLASS(obj) \ | ||
30 | OBJECT_GET_CLASS(AspeedSoCClass, (obj), TYPE_ASPEED_SOC) | ||
31 | |||
32 | +enum { | ||
33 | + ASPEED_IOMEM, | ||
34 | + ASPEED_UART1, | ||
35 | + ASPEED_UART2, | ||
36 | + ASPEED_UART3, | ||
37 | + ASPEED_UART4, | ||
38 | + ASPEED_UART5, | ||
39 | + ASPEED_VUART, | ||
40 | + ASPEED_FMC, | ||
41 | + ASPEED_SPI1, | ||
42 | + ASPEED_SPI2, | ||
43 | + ASPEED_VIC, | ||
44 | + ASPEED_SDMC, | ||
45 | + ASPEED_SCU, | ||
46 | + ASPEED_ADC, | ||
47 | + ASPEED_SRAM, | ||
48 | + ASPEED_GPIO, | ||
49 | + ASPEED_RTC, | ||
50 | + ASPEED_TIMER1, | ||
51 | + ASPEED_TIMER2, | ||
52 | + ASPEED_TIMER3, | ||
53 | + ASPEED_TIMER4, | ||
54 | + ASPEED_TIMER5, | ||
55 | + ASPEED_TIMER6, | ||
56 | + ASPEED_TIMER7, | ||
57 | + ASPEED_TIMER8, | ||
58 | + ASPEED_WDT, | ||
59 | + ASPEED_PWM, | ||
60 | + ASPEED_LPC, | ||
61 | + ASPEED_IBT, | ||
62 | + ASPEED_I2C, | ||
63 | + ASPEED_ETH1, | ||
64 | + ASPEED_ETH2, | ||
65 | +}; | ||
66 | + | 23 | + |
67 | #endif /* ASPEED_SOC_H */ | 24 | +&ldstr rv rn imm |
68 | diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c | 25 | +@ldstr ....... ... . ...... .. ... rn:5 . imm:4 \ |
26 | + &ldstr rv=%mova_rs | ||
27 | + | ||
28 | +LDR 1110000 100 0 000000 .. 000 ..... 0 .... @ldstr | ||
29 | +STR 1110000 100 1 000000 .. 000 ..... 0 .... @ldstr | ||
30 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c | ||
69 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
70 | --- a/hw/arm/aspeed_soc.c | 32 | --- a/target/arm/translate-sme.c |
71 | +++ b/hw/arm/aspeed_soc.c | 33 | +++ b/target/arm/translate-sme.c |
72 | @@ -XXX,XX +XXX,XX @@ | 34 | @@ -XXX,XX +XXX,XX @@ static bool trans_LDST1(DisasContext *s, arg_LDST1 *a) |
73 | #define ASPEED_SOC_ETH1_BASE 0x1E660000 | 35 | tcg_temp_free_i64(addr); |
74 | #define ASPEED_SOC_ETH2_BASE 0x1E680000 | 36 | return true; |
75 | 37 | } | |
76 | -static const int uart_irqs[] = { 9, 32, 33, 34, 10 }; | ||
77 | -static const int timer_irqs[] = { 16, 17, 18, 35, 36, 37, 38, 39, }; | ||
78 | +static const int aspeed_soc_ast2400_irqmap[] = { | ||
79 | + [ASPEED_UART1] = 9, | ||
80 | + [ASPEED_UART2] = 32, | ||
81 | + [ASPEED_UART3] = 33, | ||
82 | + [ASPEED_UART4] = 34, | ||
83 | + [ASPEED_UART5] = 10, | ||
84 | + [ASPEED_VUART] = 8, | ||
85 | + [ASPEED_FMC] = 19, | ||
86 | + [ASPEED_SDMC] = 0, | ||
87 | + [ASPEED_SCU] = 21, | ||
88 | + [ASPEED_ADC] = 31, | ||
89 | + [ASPEED_GPIO] = 20, | ||
90 | + [ASPEED_RTC] = 22, | ||
91 | + [ASPEED_TIMER1] = 16, | ||
92 | + [ASPEED_TIMER2] = 17, | ||
93 | + [ASPEED_TIMER3] = 18, | ||
94 | + [ASPEED_TIMER4] = 35, | ||
95 | + [ASPEED_TIMER5] = 36, | ||
96 | + [ASPEED_TIMER6] = 37, | ||
97 | + [ASPEED_TIMER7] = 38, | ||
98 | + [ASPEED_TIMER8] = 39, | ||
99 | + [ASPEED_WDT] = 27, | ||
100 | + [ASPEED_PWM] = 28, | ||
101 | + [ASPEED_LPC] = 8, | ||
102 | + [ASPEED_IBT] = 8, /* LPC */ | ||
103 | + [ASPEED_I2C] = 12, | ||
104 | + [ASPEED_ETH1] = 2, | ||
105 | + [ASPEED_ETH2] = 3, | ||
106 | +}; | ||
107 | |||
108 | #define AST2400_SDRAM_BASE 0x40000000 | ||
109 | #define AST2500_SDRAM_BASE 0x80000000 | ||
110 | |||
111 | +/* AST2500 uses the same IRQs as the AST2400 */ | ||
112 | +#define aspeed_soc_ast2500_irqmap aspeed_soc_ast2400_irqmap | ||
113 | + | 38 | + |
114 | static const hwaddr aspeed_soc_ast2400_spi_bases[] = { ASPEED_SOC_SPI_BASE }; | 39 | +typedef void GenLdStR(DisasContext *, TCGv_ptr, int, int, int, int); |
115 | static const char *aspeed_soc_ast2400_typenames[] = { "aspeed.smc.spi" }; | 40 | + |
116 | 41 | +static bool do_ldst_r(DisasContext *s, arg_ldstr *a, GenLdStR *fn) | |
117 | @@ -XXX,XX +XXX,XX @@ static const AspeedSoCInfo aspeed_socs[] = { | ||
118 | .fmc_typename = "aspeed.smc.fmc", | ||
119 | .spi_typename = aspeed_soc_ast2400_typenames, | ||
120 | .wdts_num = 2, | ||
121 | + .irqmap = aspeed_soc_ast2400_irqmap, | ||
122 | }, { | ||
123 | .name = "ast2400-a1", | ||
124 | .cpu_type = ARM_CPU_TYPE_NAME("arm926"), | ||
125 | @@ -XXX,XX +XXX,XX @@ static const AspeedSoCInfo aspeed_socs[] = { | ||
126 | .fmc_typename = "aspeed.smc.fmc", | ||
127 | .spi_typename = aspeed_soc_ast2400_typenames, | ||
128 | .wdts_num = 2, | ||
129 | + .irqmap = aspeed_soc_ast2400_irqmap, | ||
130 | }, { | ||
131 | .name = "ast2400", | ||
132 | .cpu_type = ARM_CPU_TYPE_NAME("arm926"), | ||
133 | @@ -XXX,XX +XXX,XX @@ static const AspeedSoCInfo aspeed_socs[] = { | ||
134 | .fmc_typename = "aspeed.smc.fmc", | ||
135 | .spi_typename = aspeed_soc_ast2400_typenames, | ||
136 | .wdts_num = 2, | ||
137 | + .irqmap = aspeed_soc_ast2400_irqmap, | ||
138 | }, { | ||
139 | .name = "ast2500-a1", | ||
140 | .cpu_type = ARM_CPU_TYPE_NAME("arm1176"), | ||
141 | @@ -XXX,XX +XXX,XX @@ static const AspeedSoCInfo aspeed_socs[] = { | ||
142 | .fmc_typename = "aspeed.smc.ast2500-fmc", | ||
143 | .spi_typename = aspeed_soc_ast2500_typenames, | ||
144 | .wdts_num = 3, | ||
145 | + .irqmap = aspeed_soc_ast2500_irqmap, | ||
146 | }, | ||
147 | }; | ||
148 | |||
149 | +static qemu_irq aspeed_soc_get_irq(AspeedSoCState *s, int ctrl) | ||
150 | +{ | 42 | +{ |
151 | + AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); | 43 | + int svl = streaming_vec_reg_size(s); |
44 | + int imm = a->imm; | ||
45 | + TCGv_ptr base; | ||
152 | + | 46 | + |
153 | + return qdev_get_gpio_in(DEVICE(&s->vic), sc->info->irqmap[ctrl]); | 47 | + if (!sme_za_enabled_check(s)) { |
48 | + return true; | ||
49 | + } | ||
50 | + | ||
51 | + /* ZA[n] equates to ZA0H.B[n]. */ | ||
52 | + base = get_tile_rowcol(s, MO_8, a->rv, imm, false); | ||
53 | + | ||
54 | + fn(s, base, 0, svl, a->rn, imm * svl); | ||
55 | + | ||
56 | + tcg_temp_free_ptr(base); | ||
57 | + return true; | ||
154 | +} | 58 | +} |
155 | + | 59 | + |
156 | static void aspeed_soc_init(Object *obj) | 60 | +TRANS_FEAT(LDR, aa64_sme, do_ldst_r, a, gen_sve_ldr) |
157 | { | 61 | +TRANS_FEAT(STR, aa64_sme, do_ldst_r, a, gen_sve_str) |
158 | AspeedSoCState *s = ASPEED_SOC(obj); | ||
159 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
160 | return; | ||
161 | } | ||
162 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->timerctrl), 0, ASPEED_SOC_TIMER_BASE); | ||
163 | - for (i = 0; i < ARRAY_SIZE(timer_irqs); i++) { | ||
164 | - qemu_irq irq = qdev_get_gpio_in(DEVICE(&s->vic), timer_irqs[i]); | ||
165 | + for (i = 0; i < ASPEED_TIMER_NR_TIMERS; i++) { | ||
166 | + qemu_irq irq = aspeed_soc_get_irq(s, ASPEED_TIMER1 + i); | ||
167 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->timerctrl), i, irq); | ||
168 | } | ||
169 | |||
170 | /* UART - attach an 8250 to the IO space as our UART5 */ | ||
171 | if (serial_hd(0)) { | ||
172 | - qemu_irq uart5 = qdev_get_gpio_in(DEVICE(&s->vic), uart_irqs[4]); | ||
173 | + qemu_irq uart5 = aspeed_soc_get_irq(s, ASPEED_UART5); | ||
174 | serial_mm_init(get_system_memory(), | ||
175 | ASPEED_SOC_IOMEM_BASE + ASPEED_SOC_UART_5_BASE, 2, | ||
176 | uart5, 38400, serial_hd(0), DEVICE_LITTLE_ENDIAN); | ||
177 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
178 | } | ||
179 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->i2c), 0, ASPEED_SOC_I2C_BASE); | ||
180 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->i2c), 0, | ||
181 | - qdev_get_gpio_in(DEVICE(&s->vic), 12)); | ||
182 | + aspeed_soc_get_irq(s, ASPEED_I2C)); | ||
183 | |||
184 | /* FMC, The number of CS is set at the board level */ | ||
185 | object_property_set_bool(OBJECT(&s->fmc), true, "realized", &err); | ||
186 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
187 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->fmc), 1, | ||
188 | s->fmc.ctrl->flash_window_base); | ||
189 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->fmc), 0, | ||
190 | - qdev_get_gpio_in(DEVICE(&s->vic), 19)); | ||
191 | + aspeed_soc_get_irq(s, ASPEED_FMC)); | ||
192 | |||
193 | /* SPI */ | ||
194 | for (i = 0; i < sc->info->spis_num; i++) { | ||
195 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
196 | } | ||
197 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->ftgmac100), 0, ASPEED_SOC_ETH1_BASE); | ||
198 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->ftgmac100), 0, | ||
199 | - qdev_get_gpio_in(DEVICE(&s->vic), 2)); | ||
200 | + aspeed_soc_get_irq(s, ASPEED_ETH1)); | ||
201 | } | ||
202 | |||
203 | static void aspeed_soc_class_init(ObjectClass *oc, void *data) | ||
204 | -- | 62 | -- |
205 | 2.20.1 | 63 | 2.25.1 |
206 | |||
207 | diff view generated by jsdifflib |
1 | From: Hongbo Zhang <hongbo.zhang@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Following the previous patch, this patch adds peripheral devices to the | ||
4 | newly introduced SBSA-ref machine. | ||
5 | |||
6 | Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org> | ||
7 | Message-id: 1561890034-15921-3-git-send-email-hongbo.zhang@linaro.org | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20220708151540.18136-24-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 7 | --- |
11 | hw/arm/sbsa-ref.c | 535 ++++++++++++++++++++++++++++++++++++++++++++++ | 8 | target/arm/helper-sme.h | 5 +++ |
12 | 1 file changed, 535 insertions(+) | 9 | target/arm/sme.decode | 11 +++++ |
10 | target/arm/sme_helper.c | 90 ++++++++++++++++++++++++++++++++++++++ | ||
11 | target/arm/translate-sme.c | 31 +++++++++++++ | ||
12 | 4 files changed, 137 insertions(+) | ||
13 | 13 | ||
14 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c | 14 | diff --git a/target/arm/helper-sme.h b/target/arm/helper-sme.h |
15 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/arm/sbsa-ref.c | 16 | --- a/target/arm/helper-sme.h |
17 | +++ b/hw/arm/sbsa-ref.c | 17 | +++ b/target/arm/helper-sme.h |
18 | @@ -XXX,XX +XXX,XX @@ | 18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(sme_st1q_be_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i |
19 | */ | 19 | DEF_HELPER_FLAGS_5(sme_st1q_le_h_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) |
20 | 20 | DEF_HELPER_FLAGS_5(sme_st1q_be_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) | |
21 | #include "qemu/osdep.h" | 21 | DEF_HELPER_FLAGS_5(sme_st1q_le_v_mte, TCG_CALL_NO_WG, void, env, ptr, ptr, tl, i32) |
22 | +#include "qemu-common.h" | ||
23 | #include "qapi/error.h" | ||
24 | #include "qemu/error-report.h" | ||
25 | #include "qemu/units.h" | ||
26 | +#include "sysemu/device_tree.h" | ||
27 | #include "sysemu/numa.h" | ||
28 | #include "sysemu/sysemu.h" | ||
29 | #include "exec/address-spaces.h" | ||
30 | #include "exec/hwaddr.h" | ||
31 | #include "kvm_arm.h" | ||
32 | #include "hw/arm/boot.h" | ||
33 | +#include "hw/block/flash.h" | ||
34 | #include "hw/boards.h" | ||
35 | +#include "hw/ide/internal.h" | ||
36 | +#include "hw/ide/ahci_internal.h" | ||
37 | #include "hw/intc/arm_gicv3_common.h" | ||
38 | +#include "hw/loader.h" | ||
39 | +#include "hw/pci-host/gpex.h" | ||
40 | +#include "hw/usb.h" | ||
41 | +#include "net/net.h" | ||
42 | |||
43 | #define RAMLIMIT_GB 8192 | ||
44 | #define RAMLIMIT_BYTES (RAMLIMIT_GB * GiB) | ||
45 | |||
46 | +#define NUM_IRQS 256 | ||
47 | +#define NUM_SMMU_IRQS 4 | ||
48 | +#define NUM_SATA_PORTS 6 | ||
49 | + | 22 | + |
50 | +#define VIRTUAL_PMU_IRQ 7 | 23 | +DEF_HELPER_FLAGS_5(sme_addha_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) |
51 | +#define ARCH_GIC_MAINT_IRQ 9 | 24 | +DEF_HELPER_FLAGS_5(sme_addva_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) |
52 | +#define ARCH_TIMER_VIRT_IRQ 11 | 25 | +DEF_HELPER_FLAGS_5(sme_addha_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) |
53 | +#define ARCH_TIMER_S_EL1_IRQ 13 | 26 | +DEF_HELPER_FLAGS_5(sme_addva_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) |
54 | +#define ARCH_TIMER_NS_EL1_IRQ 14 | 27 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode |
55 | +#define ARCH_TIMER_NS_EL2_IRQ 10 | 28 | index XXXXXXX..XXXXXXX 100644 |
29 | --- a/target/arm/sme.decode | ||
30 | +++ b/target/arm/sme.decode | ||
31 | @@ -XXX,XX +XXX,XX @@ LDST1 1110000 111 st:1 rm:5 v:1 .. pg:3 rn:5 0 za_imm:4 \ | ||
32 | |||
33 | LDR 1110000 100 0 000000 .. 000 ..... 0 .... @ldstr | ||
34 | STR 1110000 100 1 000000 .. 000 ..... 0 .... @ldstr | ||
56 | + | 35 | + |
57 | enum { | 36 | +### SME Add Vector to Array |
58 | SBSA_FLASH, | ||
59 | SBSA_MEM, | ||
60 | @@ -XXX,XX +XXX,XX @@ typedef struct { | ||
61 | void *fdt; | ||
62 | int fdt_size; | ||
63 | int psci_conduit; | ||
64 | + PFlashCFI01 *flash[2]; | ||
65 | } SBSAMachineState; | ||
66 | |||
67 | #define TYPE_SBSA_MACHINE MACHINE_TYPE_NAME("sbsa-ref") | ||
68 | @@ -XXX,XX +XXX,XX @@ static const MemMapEntry sbsa_ref_memmap[] = { | ||
69 | [SBSA_MEM] = { 0x10000000000ULL, RAMLIMIT_BYTES }, | ||
70 | }; | ||
71 | |||
72 | +static const int sbsa_ref_irqmap[] = { | ||
73 | + [SBSA_UART] = 1, | ||
74 | + [SBSA_RTC] = 2, | ||
75 | + [SBSA_PCIE] = 3, /* ... to 6 */ | ||
76 | + [SBSA_GPIO] = 7, | ||
77 | + [SBSA_SECURE_UART] = 8, | ||
78 | + [SBSA_SECURE_UART_MM] = 9, | ||
79 | + [SBSA_AHCI] = 10, | ||
80 | + [SBSA_EHCI] = 11, | ||
81 | +}; | ||
82 | + | 37 | + |
83 | +/* | 38 | +&adda zad zn pm pn |
84 | + * Firmware on this machine only uses ACPI table to load OS, these limited | 39 | +@adda_32 ........ .. ..... . pm:3 pn:3 zn:5 ... zad:2 &adda |
85 | + * device tree nodes are just to let firmware know the info which varies from | 40 | +@adda_64 ........ .. ..... . pm:3 pn:3 zn:5 .. zad:3 &adda |
86 | + * command line parameters, so it is not necessary to be fully compatible | 41 | + |
87 | + * with the kernel CPU and NUMA binding rules. | 42 | +ADDHA_s 11000000 10 01000 0 ... ... ..... 000 .. @adda_32 |
88 | + */ | 43 | +ADDVA_s 11000000 10 01000 1 ... ... ..... 000 .. @adda_32 |
89 | +static void create_fdt(SBSAMachineState *sms) | 44 | +ADDHA_d 11000000 11 01000 0 ... ... ..... 00 ... @adda_64 |
45 | +ADDVA_d 11000000 11 01000 1 ... ... ..... 00 ... @adda_64 | ||
46 | diff --git a/target/arm/sme_helper.c b/target/arm/sme_helper.c | ||
47 | index XXXXXXX..XXXXXXX 100644 | ||
48 | --- a/target/arm/sme_helper.c | ||
49 | +++ b/target/arm/sme_helper.c | ||
50 | @@ -XXX,XX +XXX,XX @@ DO_ST(q, _be, MO_128) | ||
51 | DO_ST(q, _le, MO_128) | ||
52 | |||
53 | #undef DO_ST | ||
54 | + | ||
55 | +void HELPER(sme_addha_s)(void *vzda, void *vzn, void *vpn, | ||
56 | + void *vpm, uint32_t desc) | ||
90 | +{ | 57 | +{ |
91 | + void *fdt = create_device_tree(&sms->fdt_size); | 58 | + intptr_t row, col, oprsz = simd_oprsz(desc) / 4; |
92 | + const MachineState *ms = MACHINE(sms); | 59 | + uint64_t *pn = vpn, *pm = vpm; |
93 | + int cpu; | 60 | + uint32_t *zda = vzda, *zn = vzn; |
94 | + | 61 | + |
95 | + if (!fdt) { | 62 | + for (row = 0; row < oprsz; ) { |
96 | + error_report("create_device_tree() failed"); | 63 | + uint64_t pa = pn[row >> 4]; |
97 | + exit(1); | 64 | + do { |
98 | + } | 65 | + if (pa & 1) { |
99 | + | 66 | + for (col = 0; col < oprsz; ) { |
100 | + sms->fdt = fdt; | 67 | + uint64_t pb = pm[col >> 4]; |
101 | + | 68 | + do { |
102 | + qemu_fdt_setprop_string(fdt, "/", "compatible", "linux,sbsa-ref"); | 69 | + if (pb & 1) { |
103 | + qemu_fdt_setprop_cell(fdt, "/", "#address-cells", 0x2); | 70 | + zda[tile_vslice_index(row) + H4(col)] += zn[H4(col)]; |
104 | + qemu_fdt_setprop_cell(fdt, "/", "#size-cells", 0x2); | 71 | + } |
105 | + | 72 | + pb >>= 4; |
106 | + if (have_numa_distance) { | 73 | + } while (++col & 15); |
107 | + int size = nb_numa_nodes * nb_numa_nodes * 3 * sizeof(uint32_t); | 74 | + } |
108 | + uint32_t *matrix = g_malloc0(size); | ||
109 | + int idx, i, j; | ||
110 | + | ||
111 | + for (i = 0; i < nb_numa_nodes; i++) { | ||
112 | + for (j = 0; j < nb_numa_nodes; j++) { | ||
113 | + idx = (i * nb_numa_nodes + j) * 3; | ||
114 | + matrix[idx + 0] = cpu_to_be32(i); | ||
115 | + matrix[idx + 1] = cpu_to_be32(j); | ||
116 | + matrix[idx + 2] = cpu_to_be32(numa_info[i].distance[j]); | ||
117 | + } | 75 | + } |
118 | + } | 76 | + pa >>= 4; |
119 | + | 77 | + } while (++row & 15); |
120 | + qemu_fdt_add_subnode(fdt, "/distance-map"); | ||
121 | + qemu_fdt_setprop(fdt, "/distance-map", "distance-matrix", | ||
122 | + matrix, size); | ||
123 | + g_free(matrix); | ||
124 | + } | ||
125 | + | ||
126 | + qemu_fdt_add_subnode(sms->fdt, "/cpus"); | ||
127 | + | ||
128 | + for (cpu = sms->smp_cpus - 1; cpu >= 0; cpu--) { | ||
129 | + char *nodename = g_strdup_printf("/cpus/cpu@%d", cpu); | ||
130 | + ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(cpu)); | ||
131 | + CPUState *cs = CPU(armcpu); | ||
132 | + | ||
133 | + qemu_fdt_add_subnode(sms->fdt, nodename); | ||
134 | + | ||
135 | + if (ms->possible_cpus->cpus[cs->cpu_index].props.has_node_id) { | ||
136 | + qemu_fdt_setprop_cell(sms->fdt, nodename, "numa-node-id", | ||
137 | + ms->possible_cpus->cpus[cs->cpu_index].props.node_id); | ||
138 | + } | ||
139 | + | ||
140 | + g_free(nodename); | ||
141 | + } | 78 | + } |
142 | +} | 79 | +} |
143 | + | 80 | + |
144 | +#define SBSA_FLASH_SECTOR_SIZE (256 * KiB) | 81 | +void HELPER(sme_addha_d)(void *vzda, void *vzn, void *vpn, |
82 | + void *vpm, uint32_t desc) | ||
83 | +{ | ||
84 | + intptr_t row, col, oprsz = simd_oprsz(desc) / 8; | ||
85 | + uint8_t *pn = vpn, *pm = vpm; | ||
86 | + uint64_t *zda = vzda, *zn = vzn; | ||
145 | + | 87 | + |
146 | +static PFlashCFI01 *sbsa_flash_create1(SBSAMachineState *sms, | 88 | + for (row = 0; row < oprsz; ++row) { |
147 | + const char *name, | 89 | + if (pn[H1(row)] & 1) { |
148 | + const char *alias_prop_name) | 90 | + for (col = 0; col < oprsz; ++col) { |
149 | +{ | 91 | + if (pm[H1(col)] & 1) { |
150 | + /* | 92 | + zda[tile_vslice_index(row) + col] += zn[col]; |
151 | + * Create a single flash device. We use the same parameters as | 93 | + } |
152 | + * the flash devices on the Versatile Express board. | 94 | + } |
153 | + */ | ||
154 | + DeviceState *dev = qdev_create(NULL, TYPE_PFLASH_CFI01); | ||
155 | + | ||
156 | + qdev_prop_set_uint64(dev, "sector-length", SBSA_FLASH_SECTOR_SIZE); | ||
157 | + qdev_prop_set_uint8(dev, "width", 4); | ||
158 | + qdev_prop_set_uint8(dev, "device-width", 2); | ||
159 | + qdev_prop_set_bit(dev, "big-endian", false); | ||
160 | + qdev_prop_set_uint16(dev, "id0", 0x89); | ||
161 | + qdev_prop_set_uint16(dev, "id1", 0x18); | ||
162 | + qdev_prop_set_uint16(dev, "id2", 0x00); | ||
163 | + qdev_prop_set_uint16(dev, "id3", 0x00); | ||
164 | + qdev_prop_set_string(dev, "name", name); | ||
165 | + object_property_add_child(OBJECT(sms), name, OBJECT(dev), | ||
166 | + &error_abort); | ||
167 | + object_property_add_alias(OBJECT(sms), alias_prop_name, | ||
168 | + OBJECT(dev), "drive", &error_abort); | ||
169 | + return PFLASH_CFI01(dev); | ||
170 | +} | ||
171 | + | ||
172 | +static void sbsa_flash_create(SBSAMachineState *sms) | ||
173 | +{ | ||
174 | + sms->flash[0] = sbsa_flash_create1(sms, "sbsa.flash0", "pflash0"); | ||
175 | + sms->flash[1] = sbsa_flash_create1(sms, "sbsa.flash1", "pflash1"); | ||
176 | +} | ||
177 | + | ||
178 | +static void sbsa_flash_map1(PFlashCFI01 *flash, | ||
179 | + hwaddr base, hwaddr size, | ||
180 | + MemoryRegion *sysmem) | ||
181 | +{ | ||
182 | + DeviceState *dev = DEVICE(flash); | ||
183 | + | ||
184 | + assert(size % SBSA_FLASH_SECTOR_SIZE == 0); | ||
185 | + assert(size / SBSA_FLASH_SECTOR_SIZE <= UINT32_MAX); | ||
186 | + qdev_prop_set_uint32(dev, "num-blocks", size / SBSA_FLASH_SECTOR_SIZE); | ||
187 | + qdev_init_nofail(dev); | ||
188 | + | ||
189 | + memory_region_add_subregion(sysmem, base, | ||
190 | + sysbus_mmio_get_region(SYS_BUS_DEVICE(dev), | ||
191 | + 0)); | ||
192 | +} | ||
193 | + | ||
194 | +static void sbsa_flash_map(SBSAMachineState *sms, | ||
195 | + MemoryRegion *sysmem, | ||
196 | + MemoryRegion *secure_sysmem) | ||
197 | +{ | ||
198 | + /* | ||
199 | + * Map two flash devices to fill the SBSA_FLASH space in the memmap. | ||
200 | + * sysmem is the system memory space. secure_sysmem is the secure view | ||
201 | + * of the system, and the first flash device should be made visible only | ||
202 | + * there. The second flash device is visible to both secure and nonsecure. | ||
203 | + * If sysmem == secure_sysmem this means there is no separate Secure | ||
204 | + * address space and both flash devices are generally visible. | ||
205 | + */ | ||
206 | + hwaddr flashsize = sbsa_ref_memmap[SBSA_FLASH].size / 2; | ||
207 | + hwaddr flashbase = sbsa_ref_memmap[SBSA_FLASH].base; | ||
208 | + | ||
209 | + sbsa_flash_map1(sms->flash[0], flashbase, flashsize, | ||
210 | + secure_sysmem); | ||
211 | + sbsa_flash_map1(sms->flash[1], flashbase + flashsize, flashsize, | ||
212 | + sysmem); | ||
213 | +} | ||
214 | + | ||
215 | +static bool sbsa_firmware_init(SBSAMachineState *sms, | ||
216 | + MemoryRegion *sysmem, | ||
217 | + MemoryRegion *secure_sysmem) | ||
218 | +{ | ||
219 | + int i; | ||
220 | + BlockBackend *pflash_blk0; | ||
221 | + | ||
222 | + /* Map legacy -drive if=pflash to machine properties */ | ||
223 | + for (i = 0; i < ARRAY_SIZE(sms->flash); i++) { | ||
224 | + pflash_cfi01_legacy_drive(sms->flash[i], | ||
225 | + drive_get(IF_PFLASH, 0, i)); | ||
226 | + } | ||
227 | + | ||
228 | + sbsa_flash_map(sms, sysmem, secure_sysmem); | ||
229 | + | ||
230 | + pflash_blk0 = pflash_cfi01_get_blk(sms->flash[0]); | ||
231 | + | ||
232 | + if (bios_name) { | ||
233 | + char *fname; | ||
234 | + MemoryRegion *mr; | ||
235 | + int image_size; | ||
236 | + | ||
237 | + if (pflash_blk0) { | ||
238 | + error_report("The contents of the first flash device may be " | ||
239 | + "specified with -bios or with -drive if=pflash... " | ||
240 | + "but you cannot use both options at once"); | ||
241 | + exit(1); | ||
242 | + } | 95 | + } |
243 | + | ||
244 | + /* Fall back to -bios */ | ||
245 | + | ||
246 | + fname = qemu_find_file(QEMU_FILE_TYPE_BIOS, bios_name); | ||
247 | + if (!fname) { | ||
248 | + error_report("Could not find ROM image '%s'", bios_name); | ||
249 | + exit(1); | ||
250 | + } | ||
251 | + mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(sms->flash[0]), 0); | ||
252 | + image_size = load_image_mr(fname, mr); | ||
253 | + g_free(fname); | ||
254 | + if (image_size < 0) { | ||
255 | + error_report("Could not load ROM image '%s'", bios_name); | ||
256 | + exit(1); | ||
257 | + } | ||
258 | + } | ||
259 | + | ||
260 | + return pflash_blk0 || bios_name; | ||
261 | +} | ||
262 | + | ||
263 | +static void create_secure_ram(SBSAMachineState *sms, | ||
264 | + MemoryRegion *secure_sysmem) | ||
265 | +{ | ||
266 | + MemoryRegion *secram = g_new(MemoryRegion, 1); | ||
267 | + hwaddr base = sbsa_ref_memmap[SBSA_SECURE_MEM].base; | ||
268 | + hwaddr size = sbsa_ref_memmap[SBSA_SECURE_MEM].size; | ||
269 | + | ||
270 | + memory_region_init_ram(secram, NULL, "sbsa-ref.secure-ram", size, | ||
271 | + &error_fatal); | ||
272 | + memory_region_add_subregion(secure_sysmem, base, secram); | ||
273 | +} | ||
274 | + | ||
275 | +static void create_gic(SBSAMachineState *sms, qemu_irq *pic) | ||
276 | +{ | ||
277 | + DeviceState *gicdev; | ||
278 | + SysBusDevice *gicbusdev; | ||
279 | + const char *gictype; | ||
280 | + uint32_t redist0_capacity, redist0_count; | ||
281 | + int i; | ||
282 | + | ||
283 | + gictype = gicv3_class_name(); | ||
284 | + | ||
285 | + gicdev = qdev_create(NULL, gictype); | ||
286 | + qdev_prop_set_uint32(gicdev, "revision", 3); | ||
287 | + qdev_prop_set_uint32(gicdev, "num-cpu", smp_cpus); | ||
288 | + /* | ||
289 | + * Note that the num-irq property counts both internal and external | ||
290 | + * interrupts; there are always 32 of the former (mandated by GIC spec). | ||
291 | + */ | ||
292 | + qdev_prop_set_uint32(gicdev, "num-irq", NUM_IRQS + 32); | ||
293 | + qdev_prop_set_bit(gicdev, "has-security-extensions", true); | ||
294 | + | ||
295 | + redist0_capacity = | ||
296 | + sbsa_ref_memmap[SBSA_GIC_REDIST].size / GICV3_REDIST_SIZE; | ||
297 | + redist0_count = MIN(smp_cpus, redist0_capacity); | ||
298 | + | ||
299 | + qdev_prop_set_uint32(gicdev, "len-redist-region-count", 1); | ||
300 | + qdev_prop_set_uint32(gicdev, "redist-region-count[0]", redist0_count); | ||
301 | + | ||
302 | + qdev_init_nofail(gicdev); | ||
303 | + gicbusdev = SYS_BUS_DEVICE(gicdev); | ||
304 | + sysbus_mmio_map(gicbusdev, 0, sbsa_ref_memmap[SBSA_GIC_DIST].base); | ||
305 | + sysbus_mmio_map(gicbusdev, 1, sbsa_ref_memmap[SBSA_GIC_REDIST].base); | ||
306 | + | ||
307 | + /* | ||
308 | + * Wire the outputs from each CPU's generic timer and the GICv3 | ||
309 | + * maintenance interrupt signal to the appropriate GIC PPI inputs, | ||
310 | + * and the GIC's IRQ/FIQ/VIRQ/VFIQ interrupt outputs to the CPU's inputs. | ||
311 | + */ | ||
312 | + for (i = 0; i < smp_cpus; i++) { | ||
313 | + DeviceState *cpudev = DEVICE(qemu_get_cpu(i)); | ||
314 | + int ppibase = NUM_IRQS + i * GIC_INTERNAL + GIC_NR_SGIS; | ||
315 | + int irq; | ||
316 | + /* | ||
317 | + * Mapping from the output timer irq lines from the CPU to the | ||
318 | + * GIC PPI inputs used for this board. | ||
319 | + */ | ||
320 | + const int timer_irq[] = { | ||
321 | + [GTIMER_PHYS] = ARCH_TIMER_NS_EL1_IRQ, | ||
322 | + [GTIMER_VIRT] = ARCH_TIMER_VIRT_IRQ, | ||
323 | + [GTIMER_HYP] = ARCH_TIMER_NS_EL2_IRQ, | ||
324 | + [GTIMER_SEC] = ARCH_TIMER_S_EL1_IRQ, | ||
325 | + }; | ||
326 | + | ||
327 | + for (irq = 0; irq < ARRAY_SIZE(timer_irq); irq++) { | ||
328 | + qdev_connect_gpio_out(cpudev, irq, | ||
329 | + qdev_get_gpio_in(gicdev, | ||
330 | + ppibase + timer_irq[irq])); | ||
331 | + } | ||
332 | + | ||
333 | + qdev_connect_gpio_out_named(cpudev, "gicv3-maintenance-interrupt", 0, | ||
334 | + qdev_get_gpio_in(gicdev, ppibase | ||
335 | + + ARCH_GIC_MAINT_IRQ)); | ||
336 | + qdev_connect_gpio_out_named(cpudev, "pmu-interrupt", 0, | ||
337 | + qdev_get_gpio_in(gicdev, ppibase | ||
338 | + + VIRTUAL_PMU_IRQ)); | ||
339 | + | ||
340 | + sysbus_connect_irq(gicbusdev, i, qdev_get_gpio_in(cpudev, ARM_CPU_IRQ)); | ||
341 | + sysbus_connect_irq(gicbusdev, i + smp_cpus, | ||
342 | + qdev_get_gpio_in(cpudev, ARM_CPU_FIQ)); | ||
343 | + sysbus_connect_irq(gicbusdev, i + 2 * smp_cpus, | ||
344 | + qdev_get_gpio_in(cpudev, ARM_CPU_VIRQ)); | ||
345 | + sysbus_connect_irq(gicbusdev, i + 3 * smp_cpus, | ||
346 | + qdev_get_gpio_in(cpudev, ARM_CPU_VFIQ)); | ||
347 | + } | ||
348 | + | ||
349 | + for (i = 0; i < NUM_IRQS; i++) { | ||
350 | + pic[i] = qdev_get_gpio_in(gicdev, i); | ||
351 | + } | 96 | + } |
352 | +} | 97 | +} |
353 | + | 98 | + |
354 | +static void create_uart(const SBSAMachineState *sms, qemu_irq *pic, int uart, | 99 | +void HELPER(sme_addva_s)(void *vzda, void *vzn, void *vpn, |
355 | + MemoryRegion *mem, Chardev *chr) | 100 | + void *vpm, uint32_t desc) |
356 | +{ | 101 | +{ |
357 | + hwaddr base = sbsa_ref_memmap[uart].base; | 102 | + intptr_t row, col, oprsz = simd_oprsz(desc) / 4; |
358 | + int irq = sbsa_ref_irqmap[uart]; | 103 | + uint64_t *pn = vpn, *pm = vpm; |
359 | + DeviceState *dev = qdev_create(NULL, "pl011"); | 104 | + uint32_t *zda = vzda, *zn = vzn; |
360 | + SysBusDevice *s = SYS_BUS_DEVICE(dev); | ||
361 | + | 105 | + |
362 | + qdev_prop_set_chr(dev, "chardev", chr); | 106 | + for (row = 0; row < oprsz; ) { |
363 | + qdev_init_nofail(dev); | 107 | + uint64_t pa = pn[row >> 4]; |
364 | + memory_region_add_subregion(mem, base, | 108 | + do { |
365 | + sysbus_mmio_get_region(s, 0)); | 109 | + if (pa & 1) { |
366 | + sysbus_connect_irq(s, 0, pic[irq]); | 110 | + uint32_t zn_row = zn[H4(row)]; |
367 | +} | 111 | + for (col = 0; col < oprsz; ) { |
368 | + | 112 | + uint64_t pb = pm[col >> 4]; |
369 | +static void create_rtc(const SBSAMachineState *sms, qemu_irq *pic) | 113 | + do { |
370 | +{ | 114 | + if (pb & 1) { |
371 | + hwaddr base = sbsa_ref_memmap[SBSA_RTC].base; | 115 | + zda[tile_vslice_index(row) + H4(col)] += zn_row; |
372 | + int irq = sbsa_ref_irqmap[SBSA_RTC]; | 116 | + } |
373 | + | 117 | + pb >>= 4; |
374 | + sysbus_create_simple("pl031", base, pic[irq]); | 118 | + } while (++col & 15); |
375 | +} | 119 | + } |
376 | + | 120 | + } |
377 | +static DeviceState *gpio_key_dev; | 121 | + pa >>= 4; |
378 | +static void sbsa_ref_powerdown_req(Notifier *n, void *opaque) | 122 | + } while (++row & 15); |
379 | +{ | ||
380 | + /* use gpio Pin 3 for power button event */ | ||
381 | + qemu_set_irq(qdev_get_gpio_in(gpio_key_dev, 0), 1); | ||
382 | +} | ||
383 | + | ||
384 | +static Notifier sbsa_ref_powerdown_notifier = { | ||
385 | + .notify = sbsa_ref_powerdown_req | ||
386 | +}; | ||
387 | + | ||
388 | +static void create_gpio(const SBSAMachineState *sms, qemu_irq *pic) | ||
389 | +{ | ||
390 | + DeviceState *pl061_dev; | ||
391 | + hwaddr base = sbsa_ref_memmap[SBSA_GPIO].base; | ||
392 | + int irq = sbsa_ref_irqmap[SBSA_GPIO]; | ||
393 | + | ||
394 | + pl061_dev = sysbus_create_simple("pl061", base, pic[irq]); | ||
395 | + | ||
396 | + gpio_key_dev = sysbus_create_simple("gpio-key", -1, | ||
397 | + qdev_get_gpio_in(pl061_dev, 3)); | ||
398 | + | ||
399 | + /* connect powerdown request */ | ||
400 | + qemu_register_powerdown_notifier(&sbsa_ref_powerdown_notifier); | ||
401 | +} | ||
402 | + | ||
403 | +static void create_ahci(const SBSAMachineState *sms, qemu_irq *pic) | ||
404 | +{ | ||
405 | + hwaddr base = sbsa_ref_memmap[SBSA_AHCI].base; | ||
406 | + int irq = sbsa_ref_irqmap[SBSA_AHCI]; | ||
407 | + DeviceState *dev; | ||
408 | + DriveInfo *hd[NUM_SATA_PORTS]; | ||
409 | + SysbusAHCIState *sysahci; | ||
410 | + AHCIState *ahci; | ||
411 | + int i; | ||
412 | + | ||
413 | + dev = qdev_create(NULL, "sysbus-ahci"); | ||
414 | + qdev_prop_set_uint32(dev, "num-ports", NUM_SATA_PORTS); | ||
415 | + qdev_init_nofail(dev); | ||
416 | + sysbus_mmio_map(SYS_BUS_DEVICE(dev), 0, base); | ||
417 | + sysbus_connect_irq(SYS_BUS_DEVICE(dev), 0, pic[irq]); | ||
418 | + | ||
419 | + sysahci = SYSBUS_AHCI(dev); | ||
420 | + ahci = &sysahci->ahci; | ||
421 | + ide_drive_get(hd, ARRAY_SIZE(hd)); | ||
422 | + for (i = 0; i < ahci->ports; i++) { | ||
423 | + if (hd[i] == NULL) { | ||
424 | + continue; | ||
425 | + } | ||
426 | + ide_create_drive(&ahci->dev[i].port, 0, hd[i]); | ||
427 | + } | 123 | + } |
428 | +} | 124 | +} |
429 | + | 125 | + |
430 | +static void create_ehci(const SBSAMachineState *sms, qemu_irq *pic) | 126 | +void HELPER(sme_addva_d)(void *vzda, void *vzn, void *vpn, |
127 | + void *vpm, uint32_t desc) | ||
431 | +{ | 128 | +{ |
432 | + hwaddr base = sbsa_ref_memmap[SBSA_EHCI].base; | 129 | + intptr_t row, col, oprsz = simd_oprsz(desc) / 8; |
433 | + int irq = sbsa_ref_irqmap[SBSA_EHCI]; | 130 | + uint8_t *pn = vpn, *pm = vpm; |
131 | + uint64_t *zda = vzda, *zn = vzn; | ||
434 | + | 132 | + |
435 | + sysbus_create_simple("platform-ehci-usb", base, pic[irq]); | 133 | + for (row = 0; row < oprsz; ++row) { |
134 | + if (pn[H1(row)] & 1) { | ||
135 | + uint64_t zn_row = zn[row]; | ||
136 | + for (col = 0; col < oprsz; ++col) { | ||
137 | + if (pm[H1(col)] & 1) { | ||
138 | + zda[tile_vslice_index(row) + col] += zn_row; | ||
139 | + } | ||
140 | + } | ||
141 | + } | ||
142 | + } | ||
143 | +} | ||
144 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c | ||
145 | index XXXXXXX..XXXXXXX 100644 | ||
146 | --- a/target/arm/translate-sme.c | ||
147 | +++ b/target/arm/translate-sme.c | ||
148 | @@ -XXX,XX +XXX,XX @@ static bool do_ldst_r(DisasContext *s, arg_ldstr *a, GenLdStR *fn) | ||
149 | |||
150 | TRANS_FEAT(LDR, aa64_sme, do_ldst_r, a, gen_sve_ldr) | ||
151 | TRANS_FEAT(STR, aa64_sme, do_ldst_r, a, gen_sve_str) | ||
152 | + | ||
153 | +static bool do_adda(DisasContext *s, arg_adda *a, MemOp esz, | ||
154 | + gen_helper_gvec_4 *fn) | ||
155 | +{ | ||
156 | + int svl = streaming_vec_reg_size(s); | ||
157 | + uint32_t desc = simd_desc(svl, svl, 0); | ||
158 | + TCGv_ptr za, zn, pn, pm; | ||
159 | + | ||
160 | + if (!sme_smza_enabled_check(s)) { | ||
161 | + return true; | ||
162 | + } | ||
163 | + | ||
164 | + /* Sum XZR+zad to find ZAd. */ | ||
165 | + za = get_tile_rowcol(s, esz, 31, a->zad, false); | ||
166 | + zn = vec_full_reg_ptr(s, a->zn); | ||
167 | + pn = pred_full_reg_ptr(s, a->pn); | ||
168 | + pm = pred_full_reg_ptr(s, a->pm); | ||
169 | + | ||
170 | + fn(za, zn, pn, pm, tcg_constant_i32(desc)); | ||
171 | + | ||
172 | + tcg_temp_free_ptr(za); | ||
173 | + tcg_temp_free_ptr(zn); | ||
174 | + tcg_temp_free_ptr(pn); | ||
175 | + tcg_temp_free_ptr(pm); | ||
176 | + return true; | ||
436 | +} | 177 | +} |
437 | + | 178 | + |
438 | +static void create_smmu(const SBSAMachineState *sms, qemu_irq *pic, | 179 | +TRANS_FEAT(ADDHA_s, aa64_sme, do_adda, a, MO_32, gen_helper_sme_addha_s) |
439 | + PCIBus *bus) | 180 | +TRANS_FEAT(ADDVA_s, aa64_sme, do_adda, a, MO_32, gen_helper_sme_addva_s) |
440 | +{ | 181 | +TRANS_FEAT(ADDHA_d, aa64_sme_i16i64, do_adda, a, MO_64, gen_helper_sme_addha_d) |
441 | + hwaddr base = sbsa_ref_memmap[SBSA_SMMU].base; | 182 | +TRANS_FEAT(ADDVA_d, aa64_sme_i16i64, do_adda, a, MO_64, gen_helper_sme_addva_d) |
442 | + int irq = sbsa_ref_irqmap[SBSA_SMMU]; | ||
443 | + DeviceState *dev; | ||
444 | + int i; | ||
445 | + | ||
446 | + dev = qdev_create(NULL, "arm-smmuv3"); | ||
447 | + | ||
448 | + object_property_set_link(OBJECT(dev), OBJECT(bus), "primary-bus", | ||
449 | + &error_abort); | ||
450 | + qdev_init_nofail(dev); | ||
451 | + sysbus_mmio_map(SYS_BUS_DEVICE(dev), 0, base); | ||
452 | + for (i = 0; i < NUM_SMMU_IRQS; i++) { | ||
453 | + sysbus_connect_irq(SYS_BUS_DEVICE(dev), i, pic[irq + i]); | ||
454 | + } | ||
455 | +} | ||
456 | + | ||
457 | +static void create_pcie(SBSAMachineState *sms, qemu_irq *pic) | ||
458 | +{ | ||
459 | + hwaddr base_ecam = sbsa_ref_memmap[SBSA_PCIE_ECAM].base; | ||
460 | + hwaddr size_ecam = sbsa_ref_memmap[SBSA_PCIE_ECAM].size; | ||
461 | + hwaddr base_mmio = sbsa_ref_memmap[SBSA_PCIE_MMIO].base; | ||
462 | + hwaddr size_mmio = sbsa_ref_memmap[SBSA_PCIE_MMIO].size; | ||
463 | + hwaddr base_mmio_high = sbsa_ref_memmap[SBSA_PCIE_MMIO_HIGH].base; | ||
464 | + hwaddr size_mmio_high = sbsa_ref_memmap[SBSA_PCIE_MMIO_HIGH].size; | ||
465 | + hwaddr base_pio = sbsa_ref_memmap[SBSA_PCIE_PIO].base; | ||
466 | + int irq = sbsa_ref_irqmap[SBSA_PCIE]; | ||
467 | + MemoryRegion *mmio_alias, *mmio_alias_high, *mmio_reg; | ||
468 | + MemoryRegion *ecam_alias, *ecam_reg; | ||
469 | + DeviceState *dev; | ||
470 | + PCIHostState *pci; | ||
471 | + int i; | ||
472 | + | ||
473 | + dev = qdev_create(NULL, TYPE_GPEX_HOST); | ||
474 | + qdev_init_nofail(dev); | ||
475 | + | ||
476 | + /* Map ECAM space */ | ||
477 | + ecam_alias = g_new0(MemoryRegion, 1); | ||
478 | + ecam_reg = sysbus_mmio_get_region(SYS_BUS_DEVICE(dev), 0); | ||
479 | + memory_region_init_alias(ecam_alias, OBJECT(dev), "pcie-ecam", | ||
480 | + ecam_reg, 0, size_ecam); | ||
481 | + memory_region_add_subregion(get_system_memory(), base_ecam, ecam_alias); | ||
482 | + | ||
483 | + /* Map the MMIO space */ | ||
484 | + mmio_alias = g_new0(MemoryRegion, 1); | ||
485 | + mmio_reg = sysbus_mmio_get_region(SYS_BUS_DEVICE(dev), 1); | ||
486 | + memory_region_init_alias(mmio_alias, OBJECT(dev), "pcie-mmio", | ||
487 | + mmio_reg, base_mmio, size_mmio); | ||
488 | + memory_region_add_subregion(get_system_memory(), base_mmio, mmio_alias); | ||
489 | + | ||
490 | + /* Map the MMIO_HIGH space */ | ||
491 | + mmio_alias_high = g_new0(MemoryRegion, 1); | ||
492 | + memory_region_init_alias(mmio_alias_high, OBJECT(dev), "pcie-mmio-high", | ||
493 | + mmio_reg, base_mmio_high, size_mmio_high); | ||
494 | + memory_region_add_subregion(get_system_memory(), base_mmio_high, | ||
495 | + mmio_alias_high); | ||
496 | + | ||
497 | + /* Map IO port space */ | ||
498 | + sysbus_mmio_map(SYS_BUS_DEVICE(dev), 2, base_pio); | ||
499 | + | ||
500 | + for (i = 0; i < GPEX_NUM_IRQS; i++) { | ||
501 | + sysbus_connect_irq(SYS_BUS_DEVICE(dev), i, pic[irq + i]); | ||
502 | + gpex_set_irq_num(GPEX_HOST(dev), i, irq + i); | ||
503 | + } | ||
504 | + | ||
505 | + pci = PCI_HOST_BRIDGE(dev); | ||
506 | + if (pci->bus) { | ||
507 | + for (i = 0; i < nb_nics; i++) { | ||
508 | + NICInfo *nd = &nd_table[i]; | ||
509 | + | ||
510 | + if (!nd->model) { | ||
511 | + nd->model = g_strdup("e1000e"); | ||
512 | + } | ||
513 | + | ||
514 | + pci_nic_init_nofail(nd, pci->bus, nd->model, NULL); | ||
515 | + } | ||
516 | + } | ||
517 | + | ||
518 | + pci_create_simple(pci->bus, -1, "VGA"); | ||
519 | + | ||
520 | + create_smmu(sms, pic, pci->bus); | ||
521 | +} | ||
522 | + | ||
523 | +static void *sbsa_ref_dtb(const struct arm_boot_info *binfo, int *fdt_size) | ||
524 | +{ | ||
525 | + const SBSAMachineState *board = container_of(binfo, SBSAMachineState, | ||
526 | + bootinfo); | ||
527 | + | ||
528 | + *fdt_size = board->fdt_size; | ||
529 | + return board->fdt; | ||
530 | +} | ||
531 | + | ||
532 | static void sbsa_ref_init(MachineState *machine) | ||
533 | { | ||
534 | SBSAMachineState *sms = SBSA_MACHINE(machine); | ||
535 | @@ -XXX,XX +XXX,XX @@ static void sbsa_ref_init(MachineState *machine) | ||
536 | MemoryRegion *sysmem = get_system_memory(); | ||
537 | MemoryRegion *secure_sysmem = NULL; | ||
538 | MemoryRegion *ram = g_new(MemoryRegion, 1); | ||
539 | + bool firmware_loaded; | ||
540 | const CPUArchIdList *possible_cpus; | ||
541 | int n, sbsa_max_cpus; | ||
542 | + qemu_irq pic[NUM_IRQS]; | ||
543 | |||
544 | if (strcmp(machine->cpu_type, ARM_CPU_TYPE_NAME("cortex-a57"))) { | ||
545 | error_report("sbsa-ref: CPU type other than the built-in " | ||
546 | @@ -XXX,XX +XXX,XX @@ static void sbsa_ref_init(MachineState *machine) | ||
547 | exit(1); | ||
548 | } | ||
549 | |||
550 | + /* | ||
551 | + * The Secure view of the world is the same as the NonSecure, | ||
552 | + * but with a few extra devices. Create it as a container region | ||
553 | + * containing the system memory at low priority; any secure-only | ||
554 | + * devices go in at higher priority and take precedence. | ||
555 | + */ | ||
556 | + secure_sysmem = g_new(MemoryRegion, 1); | ||
557 | + memory_region_init(secure_sysmem, OBJECT(machine), "secure-memory", | ||
558 | + UINT64_MAX); | ||
559 | + memory_region_add_subregion_overlap(secure_sysmem, 0, sysmem, -1); | ||
560 | + | ||
561 | + firmware_loaded = sbsa_firmware_init(sms, sysmem, | ||
562 | + secure_sysmem ?: sysmem); | ||
563 | + | ||
564 | + if (machine->kernel_filename && firmware_loaded) { | ||
565 | + error_report("sbsa-ref: No fw_cfg device on this machine, " | ||
566 | + "so -kernel option is not supported when firmware loaded, " | ||
567 | + "please load OS from hard disk instead"); | ||
568 | + exit(1); | ||
569 | + } | ||
570 | + | ||
571 | /* | ||
572 | * This machine has EL3 enabled, external firmware should supply PSCI | ||
573 | * implementation, so the QEMU's internal PSCI is disabled. | ||
574 | @@ -XXX,XX +XXX,XX @@ static void sbsa_ref_init(MachineState *machine) | ||
575 | machine->ram_size); | ||
576 | memory_region_add_subregion(sysmem, sbsa_ref_memmap[SBSA_MEM].base, ram); | ||
577 | |||
578 | + create_fdt(sms); | ||
579 | + | ||
580 | + create_secure_ram(sms, secure_sysmem); | ||
581 | + | ||
582 | + create_gic(sms, pic); | ||
583 | + | ||
584 | + create_uart(sms, pic, SBSA_UART, sysmem, serial_hd(0)); | ||
585 | + create_uart(sms, pic, SBSA_SECURE_UART, secure_sysmem, serial_hd(1)); | ||
586 | + /* Second secure UART for RAS and MM from EL0 */ | ||
587 | + create_uart(sms, pic, SBSA_SECURE_UART_MM, secure_sysmem, serial_hd(2)); | ||
588 | + | ||
589 | + create_rtc(sms, pic); | ||
590 | + | ||
591 | + create_gpio(sms, pic); | ||
592 | + | ||
593 | + create_ahci(sms, pic); | ||
594 | + | ||
595 | + create_ehci(sms, pic); | ||
596 | + | ||
597 | + create_pcie(sms, pic); | ||
598 | + | ||
599 | sms->bootinfo.ram_size = machine->ram_size; | ||
600 | sms->bootinfo.kernel_filename = machine->kernel_filename; | ||
601 | sms->bootinfo.nb_cpus = smp_cpus; | ||
602 | sms->bootinfo.board_id = -1; | ||
603 | sms->bootinfo.loader_start = sbsa_ref_memmap[SBSA_MEM].base; | ||
604 | + sms->bootinfo.get_dtb = sbsa_ref_dtb; | ||
605 | + sms->bootinfo.firmware_loaded = firmware_loaded; | ||
606 | arm_load_kernel(ARM_CPU(first_cpu), &sms->bootinfo); | ||
607 | } | ||
608 | |||
609 | @@ -XXX,XX +XXX,XX @@ sbsa_ref_get_default_cpu_node_id(const MachineState *ms, int idx) | ||
610 | return idx % nb_numa_nodes; | ||
611 | } | ||
612 | |||
613 | +static void sbsa_ref_instance_init(Object *obj) | ||
614 | +{ | ||
615 | + SBSAMachineState *sms = SBSA_MACHINE(obj); | ||
616 | + | ||
617 | + sbsa_flash_create(sms); | ||
618 | +} | ||
619 | + | ||
620 | static void sbsa_ref_class_init(ObjectClass *oc, void *data) | ||
621 | { | ||
622 | MachineClass *mc = MACHINE_CLASS(oc); | ||
623 | @@ -XXX,XX +XXX,XX @@ static void sbsa_ref_class_init(ObjectClass *oc, void *data) | ||
624 | static const TypeInfo sbsa_ref_info = { | ||
625 | .name = TYPE_SBSA_MACHINE, | ||
626 | .parent = TYPE_MACHINE, | ||
627 | + .instance_init = sbsa_ref_instance_init, | ||
628 | .class_init = sbsa_ref_class_init, | ||
629 | .instance_size = sizeof(SBSAMachineState), | ||
630 | }; | ||
631 | -- | 183 | -- |
632 | 2.20.1 | 184 | 2.25.1 |
633 | |||
634 | diff view generated by jsdifflib |
1 | From: Samuel Ortiz <sameo@linux.intel.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Those helpers are a software implementation of the ARM v8 memory zeroing | 3 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
4 | op code. They should be moved to the op helper file, which is going to | 4 | Message-id: 20220708151540.18136-25-richard.henderson@linaro.org |
5 | eventually be built only when TCG is enabled. | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | ||
8 | target/arm/helper-sme.h | 5 +++ | ||
9 | target/arm/sme.decode | 9 +++++ | ||
10 | target/arm/sme_helper.c | 69 ++++++++++++++++++++++++++++++++++++++ | ||
11 | target/arm/translate-sme.c | 32 ++++++++++++++++++ | ||
12 | 4 files changed, 115 insertions(+) | ||
6 | 13 | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 14 | diff --git a/target/arm/helper-sme.h b/target/arm/helper-sme.h |
8 | Reviewed-by: Robert Bradford <robert.bradford@intel.com> | ||
9 | Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | ||
10 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
11 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
12 | Message-id: 20190701132516.26392-10-philmd@redhat.com | ||
13 | [PMD: Rebased] | ||
14 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
17 | --- | ||
18 | target/arm/helper.c | 92 ----------------------------------------- | ||
19 | target/arm/op_helper.c | 93 ++++++++++++++++++++++++++++++++++++++++++ | ||
20 | 2 files changed, 93 insertions(+), 92 deletions(-) | ||
21 | |||
22 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
23 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/target/arm/helper.c | 16 | --- a/target/arm/helper-sme.h |
25 | +++ b/target/arm/helper.c | 17 | +++ b/target/arm/helper-sme.h |
26 | @@ -XXX,XX +XXX,XX @@ bool arm_cpu_tlb_fill(CPUState *cs, vaddr address, int size, | 18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(sme_addha_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) |
27 | #endif | 19 | DEF_HELPER_FLAGS_5(sme_addva_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) |
28 | } | 20 | DEF_HELPER_FLAGS_5(sme_addha_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) |
29 | 21 | DEF_HELPER_FLAGS_5(sme_addva_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | |
30 | -void HELPER(dc_zva)(CPUARMState *env, uint64_t vaddr_in) | 22 | + |
31 | -{ | 23 | +DEF_HELPER_FLAGS_7(sme_fmopa_s, TCG_CALL_NO_RWG, |
32 | - /* | 24 | + void, ptr, ptr, ptr, ptr, ptr, ptr, i32) |
33 | - * Implement DC ZVA, which zeroes a fixed-length block of memory. | 25 | +DEF_HELPER_FLAGS_7(sme_fmopa_d, TCG_CALL_NO_RWG, |
34 | - * Note that we do not implement the (architecturally mandated) | 26 | + void, ptr, ptr, ptr, ptr, ptr, ptr, i32) |
35 | - * alignment fault for attempts to use this on Device memory | 27 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode |
36 | - * (which matches the usual QEMU behaviour of not implementing either | ||
37 | - * alignment faults or any memory attribute handling). | ||
38 | - */ | ||
39 | - | ||
40 | - ARMCPU *cpu = env_archcpu(env); | ||
41 | - uint64_t blocklen = 4 << cpu->dcz_blocksize; | ||
42 | - uint64_t vaddr = vaddr_in & ~(blocklen - 1); | ||
43 | - | ||
44 | -#ifndef CONFIG_USER_ONLY | ||
45 | - { | ||
46 | - /* | ||
47 | - * Slightly awkwardly, QEMU's TARGET_PAGE_SIZE may be less than | ||
48 | - * the block size so we might have to do more than one TLB lookup. | ||
49 | - * We know that in fact for any v8 CPU the page size is at least 4K | ||
50 | - * and the block size must be 2K or less, but TARGET_PAGE_SIZE is only | ||
51 | - * 1K as an artefact of legacy v5 subpage support being present in the | ||
52 | - * same QEMU executable. So in practice the hostaddr[] array has | ||
53 | - * two entries, given the current setting of TARGET_PAGE_BITS_MIN. | ||
54 | - */ | ||
55 | - int maxidx = DIV_ROUND_UP(blocklen, TARGET_PAGE_SIZE); | ||
56 | - void *hostaddr[DIV_ROUND_UP(2 * KiB, 1 << TARGET_PAGE_BITS_MIN)]; | ||
57 | - int try, i; | ||
58 | - unsigned mmu_idx = cpu_mmu_index(env, false); | ||
59 | - TCGMemOpIdx oi = make_memop_idx(MO_UB, mmu_idx); | ||
60 | - | ||
61 | - assert(maxidx <= ARRAY_SIZE(hostaddr)); | ||
62 | - | ||
63 | - for (try = 0; try < 2; try++) { | ||
64 | - | ||
65 | - for (i = 0; i < maxidx; i++) { | ||
66 | - hostaddr[i] = tlb_vaddr_to_host(env, | ||
67 | - vaddr + TARGET_PAGE_SIZE * i, | ||
68 | - 1, mmu_idx); | ||
69 | - if (!hostaddr[i]) { | ||
70 | - break; | ||
71 | - } | ||
72 | - } | ||
73 | - if (i == maxidx) { | ||
74 | - /* | ||
75 | - * If it's all in the TLB it's fair game for just writing to; | ||
76 | - * we know we don't need to update dirty status, etc. | ||
77 | - */ | ||
78 | - for (i = 0; i < maxidx - 1; i++) { | ||
79 | - memset(hostaddr[i], 0, TARGET_PAGE_SIZE); | ||
80 | - } | ||
81 | - memset(hostaddr[i], 0, blocklen - (i * TARGET_PAGE_SIZE)); | ||
82 | - return; | ||
83 | - } | ||
84 | - /* | ||
85 | - * OK, try a store and see if we can populate the tlb. This | ||
86 | - * might cause an exception if the memory isn't writable, | ||
87 | - * in which case we will longjmp out of here. We must for | ||
88 | - * this purpose use the actual register value passed to us | ||
89 | - * so that we get the fault address right. | ||
90 | - */ | ||
91 | - helper_ret_stb_mmu(env, vaddr_in, 0, oi, GETPC()); | ||
92 | - /* Now we can populate the other TLB entries, if any */ | ||
93 | - for (i = 0; i < maxidx; i++) { | ||
94 | - uint64_t va = vaddr + TARGET_PAGE_SIZE * i; | ||
95 | - if (va != (vaddr_in & TARGET_PAGE_MASK)) { | ||
96 | - helper_ret_stb_mmu(env, va, 0, oi, GETPC()); | ||
97 | - } | ||
98 | - } | ||
99 | - } | ||
100 | - | ||
101 | - /* | ||
102 | - * Slow path (probably attempt to do this to an I/O device or | ||
103 | - * similar, or clearing of a block of code we have translations | ||
104 | - * cached for). Just do a series of byte writes as the architecture | ||
105 | - * demands. It's not worth trying to use a cpu_physical_memory_map(), | ||
106 | - * memset(), unmap() sequence here because: | ||
107 | - * + we'd need to account for the blocksize being larger than a page | ||
108 | - * + the direct-RAM access case is almost always going to be dealt | ||
109 | - * with in the fastpath code above, so there's no speed benefit | ||
110 | - * + we would have to deal with the map returning NULL because the | ||
111 | - * bounce buffer was in use | ||
112 | - */ | ||
113 | - for (i = 0; i < blocklen; i++) { | ||
114 | - helper_ret_stb_mmu(env, vaddr + i, 0, oi, GETPC()); | ||
115 | - } | ||
116 | - } | ||
117 | -#else | ||
118 | - memset(g2h(vaddr), 0, blocklen); | ||
119 | -#endif | ||
120 | -} | ||
121 | - | ||
122 | /* Note that signed overflow is undefined in C. The following routines are | ||
123 | careful to use unsigned types where modulo arithmetic is required. | ||
124 | Failure to do so _will_ break on newer gcc. */ | ||
125 | diff --git a/target/arm/op_helper.c b/target/arm/op_helper.c | ||
126 | index XXXXXXX..XXXXXXX 100644 | 28 | index XXXXXXX..XXXXXXX 100644 |
127 | --- a/target/arm/op_helper.c | 29 | --- a/target/arm/sme.decode |
128 | +++ b/target/arm/op_helper.c | 30 | +++ b/target/arm/sme.decode |
31 | @@ -XXX,XX +XXX,XX @@ ADDHA_s 11000000 10 01000 0 ... ... ..... 000 .. @adda_32 | ||
32 | ADDVA_s 11000000 10 01000 1 ... ... ..... 000 .. @adda_32 | ||
33 | ADDHA_d 11000000 11 01000 0 ... ... ..... 00 ... @adda_64 | ||
34 | ADDVA_d 11000000 11 01000 1 ... ... ..... 00 ... @adda_64 | ||
35 | + | ||
36 | +### SME Outer Product | ||
37 | + | ||
38 | +&op zad zn zm pm pn sub:bool | ||
39 | +@op_32 ........ ... zm:5 pm:3 pn:3 zn:5 sub:1 .. zad:2 &op | ||
40 | +@op_64 ........ ... zm:5 pm:3 pn:3 zn:5 sub:1 . zad:3 &op | ||
41 | + | ||
42 | +FMOPA_s 10000000 100 ..... ... ... ..... . 00 .. @op_32 | ||
43 | +FMOPA_d 10000000 110 ..... ... ... ..... . 0 ... @op_64 | ||
44 | diff --git a/target/arm/sme_helper.c b/target/arm/sme_helper.c | ||
45 | index XXXXXXX..XXXXXXX 100644 | ||
46 | --- a/target/arm/sme_helper.c | ||
47 | +++ b/target/arm/sme_helper.c | ||
129 | @@ -XXX,XX +XXX,XX @@ | 48 | @@ -XXX,XX +XXX,XX @@ |
130 | * License along with this library; if not, see <http://www.gnu.org/licenses/>. | 49 | #include "exec/cpu_ldst.h" |
131 | */ | 50 | #include "exec/exec-all.h" |
132 | #include "qemu/osdep.h" | 51 | #include "qemu/int128.h" |
133 | +#include "qemu/units.h" | 52 | +#include "fpu/softfloat.h" |
134 | #include "qemu/log.h" | 53 | #include "vec_internal.h" |
135 | #include "qemu/main-loop.h" | 54 | #include "sve_ldst_internal.h" |
136 | #include "cpu.h" | 55 | |
137 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(ror_cc)(CPUARMState *env, uint32_t x, uint32_t i) | 56 | @@ -XXX,XX +XXX,XX @@ void HELPER(sme_addva_d)(void *vzda, void *vzn, void *vpn, |
138 | return ((uint32_t)x >> shift) | (x << (32 - shift)); | 57 | } |
139 | } | 58 | } |
140 | } | 59 | } |
141 | + | 60 | + |
142 | +void HELPER(dc_zva)(CPUARMState *env, uint64_t vaddr_in) | 61 | +void HELPER(sme_fmopa_s)(void *vza, void *vzn, void *vzm, void *vpn, |
62 | + void *vpm, void *vst, uint32_t desc) | ||
143 | +{ | 63 | +{ |
64 | + intptr_t row, col, oprsz = simd_maxsz(desc); | ||
65 | + uint32_t neg = simd_data(desc) << 31; | ||
66 | + uint16_t *pn = vpn, *pm = vpm; | ||
67 | + float_status fpst; | ||
68 | + | ||
144 | + /* | 69 | + /* |
145 | + * Implement DC ZVA, which zeroes a fixed-length block of memory. | 70 | + * Make a copy of float_status because this operation does not |
146 | + * Note that we do not implement the (architecturally mandated) | 71 | + * update the cumulative fp exception status. It also produces |
147 | + * alignment fault for attempts to use this on Device memory | 72 | + * default nans. |
148 | + * (which matches the usual QEMU behaviour of not implementing either | ||
149 | + * alignment faults or any memory attribute handling). | ||
150 | + */ | 73 | + */ |
74 | + fpst = *(float_status *)vst; | ||
75 | + set_default_nan_mode(true, &fpst); | ||
151 | + | 76 | + |
152 | + ARMCPU *cpu = env_archcpu(env); | 77 | + for (row = 0; row < oprsz; ) { |
153 | + uint64_t blocklen = 4 << cpu->dcz_blocksize; | 78 | + uint16_t pa = pn[H2(row >> 4)]; |
154 | + uint64_t vaddr = vaddr_in & ~(blocklen - 1); | 79 | + do { |
80 | + if (pa & 1) { | ||
81 | + void *vza_row = vza + tile_vslice_offset(row); | ||
82 | + uint32_t n = *(uint32_t *)(vzn + H1_4(row)) ^ neg; | ||
155 | + | 83 | + |
156 | +#ifndef CONFIG_USER_ONLY | 84 | + for (col = 0; col < oprsz; ) { |
157 | + { | 85 | + uint16_t pb = pm[H2(col >> 4)]; |
158 | + /* | 86 | + do { |
159 | + * Slightly awkwardly, QEMU's TARGET_PAGE_SIZE may be less than | 87 | + if (pb & 1) { |
160 | + * the block size so we might have to do more than one TLB lookup. | 88 | + uint32_t *a = vza_row + H1_4(col); |
161 | + * We know that in fact for any v8 CPU the page size is at least 4K | 89 | + uint32_t *m = vzm + H1_4(col); |
162 | + * and the block size must be 2K or less, but TARGET_PAGE_SIZE is only | 90 | + *a = float32_muladd(n, *m, *a, 0, vst); |
163 | + * 1K as an artefact of legacy v5 subpage support being present in the | 91 | + } |
164 | + * same QEMU executable. So in practice the hostaddr[] array has | 92 | + col += 4; |
165 | + * two entries, given the current setting of TARGET_PAGE_BITS_MIN. | 93 | + pb >>= 4; |
166 | + */ | 94 | + } while (col & 15); |
167 | + int maxidx = DIV_ROUND_UP(blocklen, TARGET_PAGE_SIZE); | ||
168 | + void *hostaddr[DIV_ROUND_UP(2 * KiB, 1 << TARGET_PAGE_BITS_MIN)]; | ||
169 | + int try, i; | ||
170 | + unsigned mmu_idx = cpu_mmu_index(env, false); | ||
171 | + TCGMemOpIdx oi = make_memop_idx(MO_UB, mmu_idx); | ||
172 | + | ||
173 | + assert(maxidx <= ARRAY_SIZE(hostaddr)); | ||
174 | + | ||
175 | + for (try = 0; try < 2; try++) { | ||
176 | + | ||
177 | + for (i = 0; i < maxidx; i++) { | ||
178 | + hostaddr[i] = tlb_vaddr_to_host(env, | ||
179 | + vaddr + TARGET_PAGE_SIZE * i, | ||
180 | + 1, mmu_idx); | ||
181 | + if (!hostaddr[i]) { | ||
182 | + break; | ||
183 | + } | 95 | + } |
184 | + } | 96 | + } |
185 | + if (i == maxidx) { | 97 | + row += 4; |
186 | + /* | 98 | + pa >>= 4; |
187 | + * If it's all in the TLB it's fair game for just writing to; | 99 | + } while (row & 15); |
188 | + * we know we don't need to update dirty status, etc. | 100 | + } |
189 | + */ | 101 | +} |
190 | + for (i = 0; i < maxidx - 1; i++) { | 102 | + |
191 | + memset(hostaddr[i], 0, TARGET_PAGE_SIZE); | 103 | +void HELPER(sme_fmopa_d)(void *vza, void *vzn, void *vzm, void *vpn, |
192 | + } | 104 | + void *vpm, void *vst, uint32_t desc) |
193 | + memset(hostaddr[i], 0, blocklen - (i * TARGET_PAGE_SIZE)); | 105 | +{ |
194 | + return; | 106 | + intptr_t row, col, oprsz = simd_oprsz(desc) / 8; |
195 | + } | 107 | + uint64_t neg = (uint64_t)simd_data(desc) << 63; |
196 | + /* | 108 | + uint64_t *za = vza, *zn = vzn, *zm = vzm; |
197 | + * OK, try a store and see if we can populate the tlb. This | 109 | + uint8_t *pn = vpn, *pm = vpm; |
198 | + * might cause an exception if the memory isn't writable, | 110 | + float_status fpst = *(float_status *)vst; |
199 | + * in which case we will longjmp out of here. We must for | 111 | + |
200 | + * this purpose use the actual register value passed to us | 112 | + set_default_nan_mode(true, &fpst); |
201 | + * so that we get the fault address right. | 113 | + |
202 | + */ | 114 | + for (row = 0; row < oprsz; ++row) { |
203 | + helper_ret_stb_mmu(env, vaddr_in, 0, oi, GETPC()); | 115 | + if (pn[H1(row)] & 1) { |
204 | + /* Now we can populate the other TLB entries, if any */ | 116 | + uint64_t *za_row = &za[tile_vslice_index(row)]; |
205 | + for (i = 0; i < maxidx; i++) { | 117 | + uint64_t n = zn[row] ^ neg; |
206 | + uint64_t va = vaddr + TARGET_PAGE_SIZE * i; | 118 | + |
207 | + if (va != (vaddr_in & TARGET_PAGE_MASK)) { | 119 | + for (col = 0; col < oprsz; ++col) { |
208 | + helper_ret_stb_mmu(env, va, 0, oi, GETPC()); | 120 | + if (pm[H1(col)] & 1) { |
121 | + uint64_t *a = &za_row[col]; | ||
122 | + *a = float64_muladd(n, zm[col], *a, 0, &fpst); | ||
209 | + } | 123 | + } |
210 | + } | 124 | + } |
211 | + } | 125 | + } |
126 | + } | ||
127 | +} | ||
128 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c | ||
129 | index XXXXXXX..XXXXXXX 100644 | ||
130 | --- a/target/arm/translate-sme.c | ||
131 | +++ b/target/arm/translate-sme.c | ||
132 | @@ -XXX,XX +XXX,XX @@ TRANS_FEAT(ADDHA_s, aa64_sme, do_adda, a, MO_32, gen_helper_sme_addha_s) | ||
133 | TRANS_FEAT(ADDVA_s, aa64_sme, do_adda, a, MO_32, gen_helper_sme_addva_s) | ||
134 | TRANS_FEAT(ADDHA_d, aa64_sme_i16i64, do_adda, a, MO_64, gen_helper_sme_addha_d) | ||
135 | TRANS_FEAT(ADDVA_d, aa64_sme_i16i64, do_adda, a, MO_64, gen_helper_sme_addva_d) | ||
212 | + | 136 | + |
213 | + /* | 137 | +static bool do_outprod_fpst(DisasContext *s, arg_op *a, MemOp esz, |
214 | + * Slow path (probably attempt to do this to an I/O device or | 138 | + gen_helper_gvec_5_ptr *fn) |
215 | + * similar, or clearing of a block of code we have translations | 139 | +{ |
216 | + * cached for). Just do a series of byte writes as the architecture | 140 | + int svl = streaming_vec_reg_size(s); |
217 | + * demands. It's not worth trying to use a cpu_physical_memory_map(), | 141 | + uint32_t desc = simd_desc(svl, svl, a->sub); |
218 | + * memset(), unmap() sequence here because: | 142 | + TCGv_ptr za, zn, zm, pn, pm, fpst; |
219 | + * + we'd need to account for the blocksize being larger than a page | 143 | + |
220 | + * + the direct-RAM access case is almost always going to be dealt | 144 | + if (!sme_smza_enabled_check(s)) { |
221 | + * with in the fastpath code above, so there's no speed benefit | 145 | + return true; |
222 | + * + we would have to deal with the map returning NULL because the | ||
223 | + * bounce buffer was in use | ||
224 | + */ | ||
225 | + for (i = 0; i < blocklen; i++) { | ||
226 | + helper_ret_stb_mmu(env, vaddr + i, 0, oi, GETPC()); | ||
227 | + } | ||
228 | + } | 146 | + } |
229 | +#else | 147 | + |
230 | + memset(g2h(vaddr), 0, blocklen); | 148 | + /* Sum XZR+zad to find ZAd. */ |
231 | +#endif | 149 | + za = get_tile_rowcol(s, esz, 31, a->zad, false); |
150 | + zn = vec_full_reg_ptr(s, a->zn); | ||
151 | + zm = vec_full_reg_ptr(s, a->zm); | ||
152 | + pn = pred_full_reg_ptr(s, a->pn); | ||
153 | + pm = pred_full_reg_ptr(s, a->pm); | ||
154 | + fpst = fpstatus_ptr(FPST_FPCR); | ||
155 | + | ||
156 | + fn(za, zn, zm, pn, pm, fpst, tcg_constant_i32(desc)); | ||
157 | + | ||
158 | + tcg_temp_free_ptr(za); | ||
159 | + tcg_temp_free_ptr(zn); | ||
160 | + tcg_temp_free_ptr(pn); | ||
161 | + tcg_temp_free_ptr(pm); | ||
162 | + tcg_temp_free_ptr(fpst); | ||
163 | + return true; | ||
232 | +} | 164 | +} |
165 | + | ||
166 | +TRANS_FEAT(FMOPA_s, aa64_sme, do_outprod_fpst, a, MO_32, gen_helper_sme_fmopa_s) | ||
167 | +TRANS_FEAT(FMOPA_d, aa64_sme_f64f64, do_outprod_fpst, a, MO_64, gen_helper_sme_fmopa_d) | ||
233 | -- | 168 | -- |
234 | 2.20.1 | 169 | 2.25.1 |
235 | |||
236 | diff view generated by jsdifflib |
1 | From: Joel Stanley <joel@jms.id.au> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The RTC is modeled to provide time and date functionality. It is | 3 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
4 | initialised at zero to match the hardware. | 4 | Message-id: 20220708151540.18136-26-richard.henderson@linaro.org |
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | ||
8 | target/arm/helper-sme.h | 2 ++ | ||
9 | target/arm/sme.decode | 2 ++ | ||
10 | target/arm/sme_helper.c | 56 ++++++++++++++++++++++++++++++++++++++ | ||
11 | target/arm/translate-sme.c | 30 ++++++++++++++++++++ | ||
12 | 4 files changed, 90 insertions(+) | ||
5 | 13 | ||
6 | There is no modelling of the alarm functionality, which includes the IRQ | 14 | diff --git a/target/arm/helper-sme.h b/target/arm/helper-sme.h |
7 | line. As there is no guest code to exercise this function that is | ||
8 | acceptable for now. | ||
9 | |||
10 | Signed-off-by: Joel Stanley <joel@jms.id.au> | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | Message-id: 20190618165311.27066-4-clg@kaod.org | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
14 | --- | ||
15 | hw/timer/Makefile.objs | 2 +- | ||
16 | include/hw/timer/aspeed_rtc.h | 31 ++++++ | ||
17 | hw/timer/aspeed_rtc.c | 180 ++++++++++++++++++++++++++++++++++ | ||
18 | hw/timer/trace-events | 4 + | ||
19 | 4 files changed, 216 insertions(+), 1 deletion(-) | ||
20 | create mode 100644 include/hw/timer/aspeed_rtc.h | ||
21 | create mode 100644 hw/timer/aspeed_rtc.c | ||
22 | |||
23 | diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs | ||
24 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/hw/timer/Makefile.objs | 16 | --- a/target/arm/helper-sme.h |
26 | +++ b/hw/timer/Makefile.objs | 17 | +++ b/target/arm/helper-sme.h |
27 | @@ -XXX,XX +XXX,XX @@ obj-$(CONFIG_MC146818RTC) += mc146818rtc.o | 18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_7(sme_fmopa_s, TCG_CALL_NO_RWG, |
28 | obj-$(CONFIG_ALLWINNER_A10_PIT) += allwinner-a10-pit.o | 19 | void, ptr, ptr, ptr, ptr, ptr, ptr, i32) |
29 | 20 | DEF_HELPER_FLAGS_7(sme_fmopa_d, TCG_CALL_NO_RWG, | |
30 | common-obj-$(CONFIG_STM32F2XX_TIMER) += stm32f2xx_timer.o | 21 | void, ptr, ptr, ptr, ptr, ptr, ptr, i32) |
31 | -common-obj-$(CONFIG_ASPEED_SOC) += aspeed_timer.o | 22 | +DEF_HELPER_FLAGS_6(sme_bfmopa, TCG_CALL_NO_RWG, |
32 | +common-obj-$(CONFIG_ASPEED_SOC) += aspeed_timer.o aspeed_rtc.o | 23 | + void, ptr, ptr, ptr, ptr, ptr, i32) |
33 | 24 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode | |
34 | common-obj-$(CONFIG_SUN4V_RTC) += sun4v-rtc.o | 25 | index XXXXXXX..XXXXXXX 100644 |
35 | common-obj-$(CONFIG_CMSDK_APB_TIMER) += cmsdk-apb-timer.o | 26 | --- a/target/arm/sme.decode |
36 | diff --git a/include/hw/timer/aspeed_rtc.h b/include/hw/timer/aspeed_rtc.h | 27 | +++ b/target/arm/sme.decode |
37 | new file mode 100644 | 28 | @@ -XXX,XX +XXX,XX @@ ADDVA_d 11000000 11 01000 1 ... ... ..... 00 ... @adda_64 |
38 | index XXXXXXX..XXXXXXX | 29 | |
39 | --- /dev/null | 30 | FMOPA_s 10000000 100 ..... ... ... ..... . 00 .. @op_32 |
40 | +++ b/include/hw/timer/aspeed_rtc.h | 31 | FMOPA_d 10000000 110 ..... ... ... ..... . 0 ... @op_64 |
41 | @@ -XXX,XX +XXX,XX @@ | 32 | + |
33 | +BFMOPA 10000001 100 ..... ... ... ..... . 00 .. @op_32 | ||
34 | diff --git a/target/arm/sme_helper.c b/target/arm/sme_helper.c | ||
35 | index XXXXXXX..XXXXXXX 100644 | ||
36 | --- a/target/arm/sme_helper.c | ||
37 | +++ b/target/arm/sme_helper.c | ||
38 | @@ -XXX,XX +XXX,XX @@ void HELPER(sme_fmopa_d)(void *vza, void *vzn, void *vzm, void *vpn, | ||
39 | } | ||
40 | } | ||
41 | } | ||
42 | + | ||
42 | +/* | 43 | +/* |
43 | + * ASPEED Real Time Clock | 44 | + * Alter PAIR as needed for controlling predicates being false, |
44 | + * Joel Stanley <joel@jms.id.au> | 45 | + * and for NEG on an enabled row element. |
45 | + * | ||
46 | + * Copyright 2019 IBM Corp | ||
47 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
48 | + */ | 46 | + */ |
49 | +#ifndef ASPEED_RTC_H | 47 | +static inline uint32_t f16mop_adj_pair(uint32_t pair, uint32_t pg, uint32_t neg) |
50 | +#define ASPEED_RTC_H | ||
51 | + | ||
52 | +#include <stdint.h> | ||
53 | + | ||
54 | +#include "hw/hw.h" | ||
55 | +#include "hw/irq.h" | ||
56 | +#include "hw/sysbus.h" | ||
57 | + | ||
58 | +typedef struct AspeedRtcState { | ||
59 | + SysBusDevice parent_obj; | ||
60 | + | ||
61 | + MemoryRegion iomem; | ||
62 | + qemu_irq irq; | ||
63 | + | ||
64 | + uint32_t reg[0x18]; | ||
65 | + int offset; | ||
66 | + | ||
67 | +} AspeedRtcState; | ||
68 | + | ||
69 | +#define TYPE_ASPEED_RTC "aspeed.rtc" | ||
70 | +#define ASPEED_RTC(obj) OBJECT_CHECK(AspeedRtcState, (obj), TYPE_ASPEED_RTC) | ||
71 | + | ||
72 | +#endif /* ASPEED_RTC_H */ | ||
73 | diff --git a/hw/timer/aspeed_rtc.c b/hw/timer/aspeed_rtc.c | ||
74 | new file mode 100644 | ||
75 | index XXXXXXX..XXXXXXX | ||
76 | --- /dev/null | ||
77 | +++ b/hw/timer/aspeed_rtc.c | ||
78 | @@ -XXX,XX +XXX,XX @@ | ||
79 | +/* | ||
80 | + * ASPEED Real Time Clock | ||
81 | + * Joel Stanley <joel@jms.id.au> | ||
82 | + * | ||
83 | + * Copyright 2019 IBM Corp | ||
84 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
85 | + */ | ||
86 | + | ||
87 | +#include "qemu/osdep.h" | ||
88 | +#include "qemu-common.h" | ||
89 | +#include "hw/timer/aspeed_rtc.h" | ||
90 | +#include "qemu/log.h" | ||
91 | +#include "qemu/timer.h" | ||
92 | + | ||
93 | +#include "trace.h" | ||
94 | + | ||
95 | +#define COUNTER1 (0x00 / 4) | ||
96 | +#define COUNTER2 (0x04 / 4) | ||
97 | +#define ALARM (0x08 / 4) | ||
98 | +#define CONTROL (0x10 / 4) | ||
99 | +#define ALARM_STATUS (0x14 / 4) | ||
100 | + | ||
101 | +#define RTC_UNLOCKED BIT(1) | ||
102 | +#define RTC_ENABLED BIT(0) | ||
103 | + | ||
104 | +static void aspeed_rtc_calc_offset(AspeedRtcState *rtc) | ||
105 | +{ | 48 | +{ |
106 | + struct tm tm; | 49 | + /* |
107 | + uint32_t year, cent; | 50 | + * The pseudocode uses a conditional negate after the conditional zero. |
108 | + uint32_t reg1 = rtc->reg[COUNTER1]; | 51 | + * It is simpler here to unconditionally negate before conditional zero. |
109 | + uint32_t reg2 = rtc->reg[COUNTER2]; | 52 | + */ |
110 | + | 53 | + pair ^= neg; |
111 | + tm.tm_mday = (reg1 >> 24) & 0x1f; | 54 | + if (!(pg & 1)) { |
112 | + tm.tm_hour = (reg1 >> 16) & 0x1f; | 55 | + pair &= 0xffff0000u; |
113 | + tm.tm_min = (reg1 >> 8) & 0x3f; | 56 | + } |
114 | + tm.tm_sec = (reg1 >> 0) & 0x3f; | 57 | + if (!(pg & 4)) { |
115 | + | 58 | + pair &= 0x0000ffffu; |
116 | + cent = (reg2 >> 16) & 0x1f; | 59 | + } |
117 | + year = (reg2 >> 8) & 0x7f; | 60 | + return pair; |
118 | + tm.tm_mon = ((reg2 >> 0) & 0x0f) - 1; | ||
119 | + tm.tm_year = year + (cent * 100) - 1900; | ||
120 | + | ||
121 | + rtc->offset = qemu_timedate_diff(&tm); | ||
122 | +} | 61 | +} |
123 | + | 62 | + |
124 | +static uint32_t aspeed_rtc_get_counter(AspeedRtcState *rtc, int r) | 63 | +void HELPER(sme_bfmopa)(void *vza, void *vzn, void *vzm, void *vpn, |
64 | + void *vpm, uint32_t desc) | ||
125 | +{ | 65 | +{ |
126 | + uint32_t year, cent; | 66 | + intptr_t row, col, oprsz = simd_maxsz(desc); |
127 | + struct tm now; | 67 | + uint32_t neg = simd_data(desc) * 0x80008000u; |
68 | + uint16_t *pn = vpn, *pm = vpm; | ||
128 | + | 69 | + |
129 | + qemu_get_timedate(&now, rtc->offset); | 70 | + for (row = 0; row < oprsz; ) { |
71 | + uint16_t prow = pn[H2(row >> 4)]; | ||
72 | + do { | ||
73 | + void *vza_row = vza + tile_vslice_offset(row); | ||
74 | + uint32_t n = *(uint32_t *)(vzn + H1_4(row)); | ||
130 | + | 75 | + |
131 | + switch (r) { | 76 | + n = f16mop_adj_pair(n, prow, neg); |
132 | + case COUNTER1: | 77 | + |
133 | + return (now.tm_mday << 24) | (now.tm_hour << 16) | | 78 | + for (col = 0; col < oprsz; ) { |
134 | + (now.tm_min << 8) | now.tm_sec; | 79 | + uint16_t pcol = pm[H2(col >> 4)]; |
135 | + case COUNTER2: | 80 | + do { |
136 | + cent = (now.tm_year + 1900) / 100; | 81 | + if (prow & pcol & 0b0101) { |
137 | + year = now.tm_year % 100; | 82 | + uint32_t *a = vza_row + H1_4(col); |
138 | + return ((cent & 0x1f) << 16) | ((year & 0x7f) << 8) | | 83 | + uint32_t m = *(uint32_t *)(vzm + H1_4(col)); |
139 | + ((now.tm_mon + 1) & 0xf); | 84 | + |
140 | + default: | 85 | + m = f16mop_adj_pair(m, pcol, 0); |
141 | + g_assert_not_reached(); | 86 | + *a = bfdotadd(*a, n, m); |
87 | + | ||
88 | + col += 4; | ||
89 | + pcol >>= 4; | ||
90 | + } | ||
91 | + } while (col & 15); | ||
92 | + } | ||
93 | + row += 4; | ||
94 | + prow >>= 4; | ||
95 | + } while (row & 15); | ||
142 | + } | 96 | + } |
143 | +} | 97 | +} |
98 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c | ||
99 | index XXXXXXX..XXXXXXX 100644 | ||
100 | --- a/target/arm/translate-sme.c | ||
101 | +++ b/target/arm/translate-sme.c | ||
102 | @@ -XXX,XX +XXX,XX @@ TRANS_FEAT(ADDVA_s, aa64_sme, do_adda, a, MO_32, gen_helper_sme_addva_s) | ||
103 | TRANS_FEAT(ADDHA_d, aa64_sme_i16i64, do_adda, a, MO_64, gen_helper_sme_addha_d) | ||
104 | TRANS_FEAT(ADDVA_d, aa64_sme_i16i64, do_adda, a, MO_64, gen_helper_sme_addva_d) | ||
105 | |||
106 | +static bool do_outprod(DisasContext *s, arg_op *a, MemOp esz, | ||
107 | + gen_helper_gvec_5 *fn) | ||
108 | +{ | ||
109 | + int svl = streaming_vec_reg_size(s); | ||
110 | + uint32_t desc = simd_desc(svl, svl, a->sub); | ||
111 | + TCGv_ptr za, zn, zm, pn, pm; | ||
144 | + | 112 | + |
145 | +static uint64_t aspeed_rtc_read(void *opaque, hwaddr addr, | 113 | + if (!sme_smza_enabled_check(s)) { |
146 | + unsigned size) | 114 | + return true; |
147 | +{ | ||
148 | + AspeedRtcState *rtc = opaque; | ||
149 | + uint64_t val; | ||
150 | + uint32_t r = addr >> 2; | ||
151 | + | ||
152 | + switch (r) { | ||
153 | + case COUNTER1: | ||
154 | + case COUNTER2: | ||
155 | + if (rtc->reg[CONTROL] & RTC_ENABLED) { | ||
156 | + rtc->reg[r] = aspeed_rtc_get_counter(rtc, r); | ||
157 | + } | ||
158 | + /* fall through */ | ||
159 | + case CONTROL: | ||
160 | + val = rtc->reg[r]; | ||
161 | + break; | ||
162 | + case ALARM: | ||
163 | + case ALARM_STATUS: | ||
164 | + default: | ||
165 | + qemu_log_mask(LOG_UNIMP, "%s: 0x%" HWADDR_PRIx "\n", __func__, addr); | ||
166 | + return 0; | ||
167 | + } | 115 | + } |
168 | + | 116 | + |
169 | + trace_aspeed_rtc_read(addr, val); | 117 | + /* Sum XZR+zad to find ZAd. */ |
118 | + za = get_tile_rowcol(s, esz, 31, a->zad, false); | ||
119 | + zn = vec_full_reg_ptr(s, a->zn); | ||
120 | + zm = vec_full_reg_ptr(s, a->zm); | ||
121 | + pn = pred_full_reg_ptr(s, a->pn); | ||
122 | + pm = pred_full_reg_ptr(s, a->pm); | ||
170 | + | 123 | + |
171 | + return val; | 124 | + fn(za, zn, zm, pn, pm, tcg_constant_i32(desc)); |
125 | + | ||
126 | + tcg_temp_free_ptr(za); | ||
127 | + tcg_temp_free_ptr(zn); | ||
128 | + tcg_temp_free_ptr(pn); | ||
129 | + tcg_temp_free_ptr(pm); | ||
130 | + return true; | ||
172 | +} | 131 | +} |
173 | + | 132 | + |
174 | +static void aspeed_rtc_write(void *opaque, hwaddr addr, | 133 | static bool do_outprod_fpst(DisasContext *s, arg_op *a, MemOp esz, |
175 | + uint64_t val, unsigned size) | 134 | gen_helper_gvec_5_ptr *fn) |
176 | +{ | 135 | { |
177 | + AspeedRtcState *rtc = opaque; | 136 | @@ -XXX,XX +XXX,XX @@ static bool do_outprod_fpst(DisasContext *s, arg_op *a, MemOp esz, |
178 | + uint32_t r = addr >> 2; | 137 | |
138 | TRANS_FEAT(FMOPA_s, aa64_sme, do_outprod_fpst, a, MO_32, gen_helper_sme_fmopa_s) | ||
139 | TRANS_FEAT(FMOPA_d, aa64_sme_f64f64, do_outprod_fpst, a, MO_64, gen_helper_sme_fmopa_d) | ||
179 | + | 140 | + |
180 | + switch (r) { | 141 | +/* TODO: FEAT_EBF16 */ |
181 | + case COUNTER1: | 142 | +TRANS_FEAT(BFMOPA, aa64_sme, do_outprod, a, MO_32, gen_helper_sme_bfmopa) |
182 | + case COUNTER2: | ||
183 | + if (!(rtc->reg[CONTROL] & RTC_UNLOCKED)) { | ||
184 | + break; | ||
185 | + } | ||
186 | + /* fall through */ | ||
187 | + case CONTROL: | ||
188 | + rtc->reg[r] = val; | ||
189 | + aspeed_rtc_calc_offset(rtc); | ||
190 | + break; | ||
191 | + case ALARM: | ||
192 | + case ALARM_STATUS: | ||
193 | + default: | ||
194 | + qemu_log_mask(LOG_UNIMP, "%s: 0x%" HWADDR_PRIx "\n", __func__, addr); | ||
195 | + break; | ||
196 | + } | ||
197 | + trace_aspeed_rtc_write(addr, val); | ||
198 | +} | ||
199 | + | ||
200 | +static void aspeed_rtc_reset(DeviceState *d) | ||
201 | +{ | ||
202 | + AspeedRtcState *rtc = ASPEED_RTC(d); | ||
203 | + | ||
204 | + rtc->offset = 0; | ||
205 | + memset(rtc->reg, 0, sizeof(rtc->reg)); | ||
206 | +} | ||
207 | + | ||
208 | +static const MemoryRegionOps aspeed_rtc_ops = { | ||
209 | + .read = aspeed_rtc_read, | ||
210 | + .write = aspeed_rtc_write, | ||
211 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
212 | +}; | ||
213 | + | ||
214 | +static const VMStateDescription vmstate_aspeed_rtc = { | ||
215 | + .name = TYPE_ASPEED_RTC, | ||
216 | + .version_id = 1, | ||
217 | + .fields = (VMStateField[]) { | ||
218 | + VMSTATE_UINT32_ARRAY(reg, AspeedRtcState, 0x18), | ||
219 | + VMSTATE_INT32(offset, AspeedRtcState), | ||
220 | + VMSTATE_INT32(offset, AspeedRtcState), | ||
221 | + VMSTATE_END_OF_LIST() | ||
222 | + } | ||
223 | +}; | ||
224 | + | ||
225 | +static void aspeed_rtc_realize(DeviceState *dev, Error **errp) | ||
226 | +{ | ||
227 | + SysBusDevice *sbd = SYS_BUS_DEVICE(dev); | ||
228 | + AspeedRtcState *s = ASPEED_RTC(dev); | ||
229 | + | ||
230 | + sysbus_init_irq(sbd, &s->irq); | ||
231 | + | ||
232 | + memory_region_init_io(&s->iomem, OBJECT(s), &aspeed_rtc_ops, s, | ||
233 | + "aspeed-rtc", 0x18ULL); | ||
234 | + sysbus_init_mmio(sbd, &s->iomem); | ||
235 | +} | ||
236 | + | ||
237 | +static void aspeed_rtc_class_init(ObjectClass *klass, void *data) | ||
238 | +{ | ||
239 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
240 | + | ||
241 | + dc->realize = aspeed_rtc_realize; | ||
242 | + dc->vmsd = &vmstate_aspeed_rtc; | ||
243 | + dc->reset = aspeed_rtc_reset; | ||
244 | +} | ||
245 | + | ||
246 | +static const TypeInfo aspeed_rtc_info = { | ||
247 | + .name = TYPE_ASPEED_RTC, | ||
248 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
249 | + .instance_size = sizeof(AspeedRtcState), | ||
250 | + .class_init = aspeed_rtc_class_init, | ||
251 | +}; | ||
252 | + | ||
253 | +static void aspeed_rtc_register_types(void) | ||
254 | +{ | ||
255 | + type_register_static(&aspeed_rtc_info); | ||
256 | +} | ||
257 | + | ||
258 | +type_init(aspeed_rtc_register_types) | ||
259 | diff --git a/hw/timer/trace-events b/hw/timer/trace-events | ||
260 | index XXXXXXX..XXXXXXX 100644 | ||
261 | --- a/hw/timer/trace-events | ||
262 | +++ b/hw/timer/trace-events | ||
263 | @@ -XXX,XX +XXX,XX @@ cmsdk_apb_dualtimer_read(uint64_t offset, uint64_t data, unsigned size) "CMSDK A | ||
264 | cmsdk_apb_dualtimer_write(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB dualtimer write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" | ||
265 | cmsdk_apb_dualtimer_reset(void) "CMSDK APB dualtimer: reset" | ||
266 | |||
267 | +# hw/timer/aspeed-rtc.c | ||
268 | +aspeed_rtc_read(uint64_t addr, uint64_t value) "addr 0x%02" PRIx64 " value 0x%08" PRIx64 | ||
269 | +aspeed_rtc_write(uint64_t addr, uint64_t value) "addr 0x%02" PRIx64 " value 0x%08" PRIx64 | ||
270 | + | ||
271 | # sun4v-rtc.c | ||
272 | sun4v_rtc_read(uint64_t addr, uint64_t value) "read: addr 0x%" PRIx64 " value 0x%" PRIx64 | ||
273 | sun4v_rtc_write(uint64_t addr, uint64_t value) "write: addr 0x%" PRIx64 " value 0x%" PRIx64 | ||
274 | -- | 143 | -- |
275 | 2.20.1 | 144 | 2.25.1 |
276 | |||
277 | diff view generated by jsdifflib |
1 | From: Andrey Smirnov <andrew.smirnov@gmail.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Instantiate no-op APBH DMA module. Needed to boot latest Linux kernel. | 3 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
4 | 4 | Message-id: 20220708151540.18136-27-richard.henderson@linaro.org | |
5 | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> | ||
6 | Cc: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Cc: Michael S. Tsirkin <mst@redhat.com> | ||
8 | Cc: qemu-devel@nongnu.org | ||
9 | Cc: qemu-arm@nongnu.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 7 | --- |
13 | include/hw/arm/fsl-imx7.h | 3 +++ | 8 | target/arm/helper-sme.h | 2 ++ |
14 | hw/arm/fsl-imx7.c | 6 ++++++ | 9 | target/arm/sme.decode | 1 + |
15 | 2 files changed, 9 insertions(+) | 10 | target/arm/sme_helper.c | 74 ++++++++++++++++++++++++++++++++++++++ |
11 | target/arm/translate-sme.c | 1 + | ||
12 | 4 files changed, 78 insertions(+) | ||
16 | 13 | ||
17 | diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h | 14 | diff --git a/target/arm/helper-sme.h b/target/arm/helper-sme.h |
18 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/include/hw/arm/fsl-imx7.h | 16 | --- a/target/arm/helper-sme.h |
20 | +++ b/include/hw/arm/fsl-imx7.h | 17 | +++ b/target/arm/helper-sme.h |
21 | @@ -XXX,XX +XXX,XX @@ enum FslIMX7MemoryMap { | 18 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_5(sme_addva_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) |
22 | FSL_IMX7_PCIE_REG_SIZE = 16 * 1024, | 19 | DEF_HELPER_FLAGS_5(sme_addha_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) |
23 | 20 | DEF_HELPER_FLAGS_5(sme_addva_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, ptr, i32) | |
24 | FSL_IMX7_GPR_ADDR = 0x30340000, | 21 | |
25 | + | 22 | +DEF_HELPER_FLAGS_7(sme_fmopa_h, TCG_CALL_NO_RWG, |
26 | + FSL_IMX7_DMA_APBH_ADDR = 0x33000000, | 23 | + void, ptr, ptr, ptr, ptr, ptr, ptr, i32) |
27 | + FSL_IMX7_DMA_APBH_SIZE = 0x2000, | 24 | DEF_HELPER_FLAGS_7(sme_fmopa_s, TCG_CALL_NO_RWG, |
28 | }; | 25 | void, ptr, ptr, ptr, ptr, ptr, ptr, i32) |
29 | 26 | DEF_HELPER_FLAGS_7(sme_fmopa_d, TCG_CALL_NO_RWG, | |
30 | enum FslIMX7IRQs { | 27 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode |
31 | diff --git a/hw/arm/fsl-imx7.c b/hw/arm/fsl-imx7.c | ||
32 | index XXXXXXX..XXXXXXX 100644 | 28 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/hw/arm/fsl-imx7.c | 29 | --- a/target/arm/sme.decode |
34 | +++ b/hw/arm/fsl-imx7.c | 30 | +++ b/target/arm/sme.decode |
35 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx7_realize(DeviceState *dev, Error **errp) | 31 | @@ -XXX,XX +XXX,XX @@ FMOPA_s 10000000 100 ..... ... ... ..... . 00 .. @op_32 |
36 | */ | 32 | FMOPA_d 10000000 110 ..... ... ... ..... . 0 ... @op_64 |
37 | create_unimplemented_device("lcdif", FSL_IMX7_LCDIF_ADDR, | 33 | |
38 | FSL_IMX7_LCDIF_SIZE); | 34 | BFMOPA 10000001 100 ..... ... ... ..... . 00 .. @op_32 |
35 | +FMOPA_h 10000001 101 ..... ... ... ..... . 00 .. @op_32 | ||
36 | diff --git a/target/arm/sme_helper.c b/target/arm/sme_helper.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/target/arm/sme_helper.c | ||
39 | +++ b/target/arm/sme_helper.c | ||
40 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t f16mop_adj_pair(uint32_t pair, uint32_t pg, uint32_t neg) | ||
41 | return pair; | ||
42 | } | ||
43 | |||
44 | +static float32 f16_dotadd(float32 sum, uint32_t e1, uint32_t e2, | ||
45 | + float_status *s_std, float_status *s_odd) | ||
46 | +{ | ||
47 | + float64 e1r = float16_to_float64(e1 & 0xffff, true, s_std); | ||
48 | + float64 e1c = float16_to_float64(e1 >> 16, true, s_std); | ||
49 | + float64 e2r = float16_to_float64(e2 & 0xffff, true, s_std); | ||
50 | + float64 e2c = float16_to_float64(e2 >> 16, true, s_std); | ||
51 | + float64 t64; | ||
52 | + float32 t32; | ||
39 | + | 53 | + |
40 | + /* | 54 | + /* |
41 | + * DMA APBH | 55 | + * The ARM pseudocode function FPDot performs both multiplies |
56 | + * and the add with a single rounding operation. Emulate this | ||
57 | + * by performing the first multiply in round-to-odd, then doing | ||
58 | + * the second multiply as fused multiply-add, and rounding to | ||
59 | + * float32 all in one step. | ||
42 | + */ | 60 | + */ |
43 | + create_unimplemented_device("dma-apbh", FSL_IMX7_DMA_APBH_ADDR, | 61 | + t64 = float64_mul(e1r, e2r, s_odd); |
44 | + FSL_IMX7_DMA_APBH_SIZE); | 62 | + t64 = float64r32_muladd(e1c, e2c, t64, 0, s_std); |
63 | + | ||
64 | + /* This conversion is exact, because we've already rounded. */ | ||
65 | + t32 = float64_to_float32(t64, s_std); | ||
66 | + | ||
67 | + /* The final accumulation step is not fused. */ | ||
68 | + return float32_add(sum, t32, s_std); | ||
69 | +} | ||
70 | + | ||
71 | +void HELPER(sme_fmopa_h)(void *vza, void *vzn, void *vzm, void *vpn, | ||
72 | + void *vpm, void *vst, uint32_t desc) | ||
73 | +{ | ||
74 | + intptr_t row, col, oprsz = simd_maxsz(desc); | ||
75 | + uint32_t neg = simd_data(desc) * 0x80008000u; | ||
76 | + uint16_t *pn = vpn, *pm = vpm; | ||
77 | + float_status fpst_odd, fpst_std; | ||
78 | + | ||
79 | + /* | ||
80 | + * Make a copy of float_status because this operation does not | ||
81 | + * update the cumulative fp exception status. It also produces | ||
82 | + * default nans. Make a second copy with round-to-odd -- see above. | ||
83 | + */ | ||
84 | + fpst_std = *(float_status *)vst; | ||
85 | + set_default_nan_mode(true, &fpst_std); | ||
86 | + fpst_odd = fpst_std; | ||
87 | + set_float_rounding_mode(float_round_to_odd, &fpst_odd); | ||
88 | + | ||
89 | + for (row = 0; row < oprsz; ) { | ||
90 | + uint16_t prow = pn[H2(row >> 4)]; | ||
91 | + do { | ||
92 | + void *vza_row = vza + tile_vslice_offset(row); | ||
93 | + uint32_t n = *(uint32_t *)(vzn + H1_4(row)); | ||
94 | + | ||
95 | + n = f16mop_adj_pair(n, prow, neg); | ||
96 | + | ||
97 | + for (col = 0; col < oprsz; ) { | ||
98 | + uint16_t pcol = pm[H2(col >> 4)]; | ||
99 | + do { | ||
100 | + if (prow & pcol & 0b0101) { | ||
101 | + uint32_t *a = vza_row + H1_4(col); | ||
102 | + uint32_t m = *(uint32_t *)(vzm + H1_4(col)); | ||
103 | + | ||
104 | + m = f16mop_adj_pair(m, pcol, 0); | ||
105 | + *a = f16_dotadd(*a, n, m, &fpst_std, &fpst_odd); | ||
106 | + | ||
107 | + col += 4; | ||
108 | + pcol >>= 4; | ||
109 | + } | ||
110 | + } while (col & 15); | ||
111 | + } | ||
112 | + row += 4; | ||
113 | + prow >>= 4; | ||
114 | + } while (row & 15); | ||
115 | + } | ||
116 | +} | ||
117 | + | ||
118 | void HELPER(sme_bfmopa)(void *vza, void *vzn, void *vzm, void *vpn, | ||
119 | void *vpm, uint32_t desc) | ||
120 | { | ||
121 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c | ||
122 | index XXXXXXX..XXXXXXX 100644 | ||
123 | --- a/target/arm/translate-sme.c | ||
124 | +++ b/target/arm/translate-sme.c | ||
125 | @@ -XXX,XX +XXX,XX @@ static bool do_outprod_fpst(DisasContext *s, arg_op *a, MemOp esz, | ||
126 | return true; | ||
45 | } | 127 | } |
46 | 128 | ||
47 | static void fsl_imx7_class_init(ObjectClass *oc, void *data) | 129 | +TRANS_FEAT(FMOPA_h, aa64_sme, do_outprod_fpst, a, MO_32, gen_helper_sme_fmopa_h) |
130 | TRANS_FEAT(FMOPA_s, aa64_sme, do_outprod_fpst, a, MO_32, gen_helper_sme_fmopa_s) | ||
131 | TRANS_FEAT(FMOPA_d, aa64_sme_f64f64, do_outprod_fpst, a, MO_64, gen_helper_sme_fmopa_d) | ||
132 | |||
48 | -- | 133 | -- |
49 | 2.20.1 | 134 | 2.25.1 |
50 | |||
51 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | In the next commit we will split the M-profile functions from this | 3 | This is SMOPA, SUMOPA, USMOPA_s, UMOPA, for both Int8 and Int16. |
4 | file. Some function will be called out of helper.c. Declare them in | ||
5 | the "internals.h" header. | ||
6 | 4 | ||
7 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20190701132516.26392-22-philmd@redhat.com | 7 | Message-id: 20220708151540.18136-28-richard.henderson@linaro.org |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 9 | --- |
12 | target/arm/internals.h | 42 ++++++++++++++++++++++++++++++++++++++++++ | 10 | target/arm/helper-sme.h | 16 ++++++++ |
13 | target/arm/helper.c | 38 ++------------------------------------ | 11 | target/arm/sme.decode | 10 +++++ |
14 | 2 files changed, 44 insertions(+), 36 deletions(-) | 12 | target/arm/sme_helper.c | 82 ++++++++++++++++++++++++++++++++++++++ |
13 | target/arm/translate-sme.c | 10 +++++ | ||
14 | 4 files changed, 118 insertions(+) | ||
15 | 15 | ||
16 | diff --git a/target/arm/internals.h b/target/arm/internals.h | 16 | diff --git a/target/arm/helper-sme.h b/target/arm/helper-sme.h |
17 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/internals.h | 18 | --- a/target/arm/helper-sme.h |
19 | +++ b/target/arm/internals.h | 19 | +++ b/target/arm/helper-sme.h |
20 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t v7m_sp_limit(CPUARMState *env) | 20 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_7(sme_fmopa_d, TCG_CALL_NO_RWG, |
21 | void, ptr, ptr, ptr, ptr, ptr, ptr, i32) | ||
22 | DEF_HELPER_FLAGS_6(sme_bfmopa, TCG_CALL_NO_RWG, | ||
23 | void, ptr, ptr, ptr, ptr, ptr, i32) | ||
24 | +DEF_HELPER_FLAGS_6(sme_smopa_s, TCG_CALL_NO_RWG, | ||
25 | + void, ptr, ptr, ptr, ptr, ptr, i32) | ||
26 | +DEF_HELPER_FLAGS_6(sme_umopa_s, TCG_CALL_NO_RWG, | ||
27 | + void, ptr, ptr, ptr, ptr, ptr, i32) | ||
28 | +DEF_HELPER_FLAGS_6(sme_sumopa_s, TCG_CALL_NO_RWG, | ||
29 | + void, ptr, ptr, ptr, ptr, ptr, i32) | ||
30 | +DEF_HELPER_FLAGS_6(sme_usmopa_s, TCG_CALL_NO_RWG, | ||
31 | + void, ptr, ptr, ptr, ptr, ptr, i32) | ||
32 | +DEF_HELPER_FLAGS_6(sme_smopa_d, TCG_CALL_NO_RWG, | ||
33 | + void, ptr, ptr, ptr, ptr, ptr, i32) | ||
34 | +DEF_HELPER_FLAGS_6(sme_umopa_d, TCG_CALL_NO_RWG, | ||
35 | + void, ptr, ptr, ptr, ptr, ptr, i32) | ||
36 | +DEF_HELPER_FLAGS_6(sme_sumopa_d, TCG_CALL_NO_RWG, | ||
37 | + void, ptr, ptr, ptr, ptr, ptr, i32) | ||
38 | +DEF_HELPER_FLAGS_6(sme_usmopa_d, TCG_CALL_NO_RWG, | ||
39 | + void, ptr, ptr, ptr, ptr, ptr, i32) | ||
40 | diff --git a/target/arm/sme.decode b/target/arm/sme.decode | ||
41 | index XXXXXXX..XXXXXXX 100644 | ||
42 | --- a/target/arm/sme.decode | ||
43 | +++ b/target/arm/sme.decode | ||
44 | @@ -XXX,XX +XXX,XX @@ FMOPA_d 10000000 110 ..... ... ... ..... . 0 ... @op_64 | ||
45 | |||
46 | BFMOPA 10000001 100 ..... ... ... ..... . 00 .. @op_32 | ||
47 | FMOPA_h 10000001 101 ..... ... ... ..... . 00 .. @op_32 | ||
48 | + | ||
49 | +SMOPA_s 1010000 0 10 0 ..... ... ... ..... . 00 .. @op_32 | ||
50 | +SUMOPA_s 1010000 0 10 1 ..... ... ... ..... . 00 .. @op_32 | ||
51 | +USMOPA_s 1010000 1 10 0 ..... ... ... ..... . 00 .. @op_32 | ||
52 | +UMOPA_s 1010000 1 10 1 ..... ... ... ..... . 00 .. @op_32 | ||
53 | + | ||
54 | +SMOPA_d 1010000 0 11 0 ..... ... ... ..... . 0 ... @op_64 | ||
55 | +SUMOPA_d 1010000 0 11 1 ..... ... ... ..... . 0 ... @op_64 | ||
56 | +USMOPA_d 1010000 1 11 0 ..... ... ... ..... . 0 ... @op_64 | ||
57 | +UMOPA_d 1010000 1 11 1 ..... ... ... ..... . 0 ... @op_64 | ||
58 | diff --git a/target/arm/sme_helper.c b/target/arm/sme_helper.c | ||
59 | index XXXXXXX..XXXXXXX 100644 | ||
60 | --- a/target/arm/sme_helper.c | ||
61 | +++ b/target/arm/sme_helper.c | ||
62 | @@ -XXX,XX +XXX,XX @@ void HELPER(sme_bfmopa)(void *vza, void *vzn, void *vzm, void *vpn, | ||
63 | } while (row & 15); | ||
21 | } | 64 | } |
22 | } | 65 | } |
23 | 66 | + | |
24 | +/** | 67 | +typedef uint64_t IMOPFn(uint64_t, uint64_t, uint64_t, uint8_t, bool); |
25 | + * v7m_cpacr_pass: | 68 | + |
26 | + * Return true if the v7M CPACR permits access to the FPU for the specified | 69 | +static inline void do_imopa(uint64_t *za, uint64_t *zn, uint64_t *zm, |
27 | + * security state and privilege level. | 70 | + uint8_t *pn, uint8_t *pm, |
28 | + */ | 71 | + uint32_t desc, IMOPFn *fn) |
29 | +static inline bool v7m_cpacr_pass(CPUARMState *env, | ||
30 | + bool is_secure, bool is_priv) | ||
31 | +{ | 72 | +{ |
32 | + switch (extract32(env->v7m.cpacr[is_secure], 20, 2)) { | 73 | + intptr_t row, col, oprsz = simd_oprsz(desc) / 8; |
33 | + case 0: | 74 | + bool neg = simd_data(desc); |
34 | + case 2: /* UNPREDICTABLE: we treat like 0 */ | 75 | + |
35 | + return false; | 76 | + for (row = 0; row < oprsz; ++row) { |
36 | + case 1: | 77 | + uint8_t pa = pn[H1(row)]; |
37 | + return is_priv; | 78 | + uint64_t *za_row = &za[tile_vslice_index(row)]; |
38 | + case 3: | 79 | + uint64_t n = zn[row]; |
39 | + return true; | 80 | + |
40 | + default: | 81 | + for (col = 0; col < oprsz; ++col) { |
41 | + g_assert_not_reached(); | 82 | + uint8_t pb = pm[H1(col)]; |
83 | + uint64_t *a = &za_row[col]; | ||
84 | + | ||
85 | + *a = fn(n, zm[col], *a, pa & pb, neg); | ||
86 | + } | ||
42 | + } | 87 | + } |
43 | +} | 88 | +} |
44 | + | 89 | + |
45 | /** | 90 | +#define DEF_IMOP_32(NAME, NTYPE, MTYPE) \ |
46 | * aarch32_mode_name(): Return name of the AArch32 CPU mode | 91 | +static uint64_t NAME(uint64_t n, uint64_t m, uint64_t a, uint8_t p, bool neg) \ |
47 | * @psr: Program Status Register indicating CPU mode | 92 | +{ \ |
48 | @@ -XXX,XX +XXX,XX @@ static inline int exception_target_el(CPUARMState *env) | 93 | + uint32_t sum0 = 0, sum1 = 0; \ |
49 | 94 | + /* Apply P to N as a mask, making the inactive elements 0. */ \ | |
50 | #ifndef CONFIG_USER_ONLY | 95 | + n &= expand_pred_b(p); \ |
51 | 96 | + sum0 += (NTYPE)(n >> 0) * (MTYPE)(m >> 0); \ | |
52 | +/* Security attributes for an address, as returned by v8m_security_lookup. */ | 97 | + sum0 += (NTYPE)(n >> 8) * (MTYPE)(m >> 8); \ |
53 | +typedef struct V8M_SAttributes { | 98 | + sum0 += (NTYPE)(n >> 16) * (MTYPE)(m >> 16); \ |
54 | + bool subpage; /* true if these attrs don't cover the whole TARGET_PAGE */ | 99 | + sum0 += (NTYPE)(n >> 24) * (MTYPE)(m >> 24); \ |
55 | + bool ns; | 100 | + sum1 += (NTYPE)(n >> 32) * (MTYPE)(m >> 32); \ |
56 | + bool nsc; | 101 | + sum1 += (NTYPE)(n >> 40) * (MTYPE)(m >> 40); \ |
57 | + uint8_t sregion; | 102 | + sum1 += (NTYPE)(n >> 48) * (MTYPE)(m >> 48); \ |
58 | + bool srvalid; | 103 | + sum1 += (NTYPE)(n >> 56) * (MTYPE)(m >> 56); \ |
59 | + uint8_t iregion; | 104 | + if (neg) { \ |
60 | + bool irvalid; | 105 | + sum0 = (uint32_t)a - sum0, sum1 = (uint32_t)(a >> 32) - sum1; \ |
61 | +} V8M_SAttributes; | 106 | + } else { \ |
107 | + sum0 = (uint32_t)a + sum0, sum1 = (uint32_t)(a >> 32) + sum1; \ | ||
108 | + } \ | ||
109 | + return ((uint64_t)sum1 << 32) | sum0; \ | ||
110 | +} | ||
62 | + | 111 | + |
63 | +void v8m_security_lookup(CPUARMState *env, uint32_t address, | 112 | +#define DEF_IMOP_64(NAME, NTYPE, MTYPE) \ |
64 | + MMUAccessType access_type, ARMMMUIdx mmu_idx, | 113 | +static uint64_t NAME(uint64_t n, uint64_t m, uint64_t a, uint8_t p, bool neg) \ |
65 | + V8M_SAttributes *sattrs); | 114 | +{ \ |
115 | + uint64_t sum = 0; \ | ||
116 | + /* Apply P to N as a mask, making the inactive elements 0. */ \ | ||
117 | + n &= expand_pred_h(p); \ | ||
118 | + sum += (NTYPE)(n >> 0) * (MTYPE)(m >> 0); \ | ||
119 | + sum += (NTYPE)(n >> 16) * (MTYPE)(m >> 16); \ | ||
120 | + sum += (NTYPE)(n >> 32) * (MTYPE)(m >> 32); \ | ||
121 | + sum += (NTYPE)(n >> 48) * (MTYPE)(m >> 48); \ | ||
122 | + return neg ? a - sum : a + sum; \ | ||
123 | +} | ||
66 | + | 124 | + |
67 | +bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, | 125 | +DEF_IMOP_32(smopa_s, int8_t, int8_t) |
68 | + MMUAccessType access_type, ARMMMUIdx mmu_idx, | 126 | +DEF_IMOP_32(umopa_s, uint8_t, uint8_t) |
69 | + hwaddr *phys_ptr, MemTxAttrs *txattrs, | 127 | +DEF_IMOP_32(sumopa_s, int8_t, uint8_t) |
70 | + int *prot, bool *is_subpage, | 128 | +DEF_IMOP_32(usmopa_s, uint8_t, int8_t) |
71 | + ARMMMUFaultInfo *fi, uint32_t *mregion); | ||
72 | + | 129 | + |
73 | /* Cacheability and shareability attributes for a memory access */ | 130 | +DEF_IMOP_64(smopa_d, int16_t, int16_t) |
74 | typedef struct ARMCacheAttrs { | 131 | +DEF_IMOP_64(umopa_d, uint16_t, uint16_t) |
75 | unsigned int attrs:8; /* as in the MAIR register encoding */ | 132 | +DEF_IMOP_64(sumopa_d, int16_t, uint16_t) |
76 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 133 | +DEF_IMOP_64(usmopa_d, uint16_t, int16_t) |
134 | + | ||
135 | +#define DEF_IMOPH(NAME) \ | ||
136 | + void HELPER(sme_##NAME)(void *vza, void *vzn, void *vzm, void *vpn, \ | ||
137 | + void *vpm, uint32_t desc) \ | ||
138 | + { do_imopa(vza, vzn, vzm, vpn, vpm, desc, NAME); } | ||
139 | + | ||
140 | +DEF_IMOPH(smopa_s) | ||
141 | +DEF_IMOPH(umopa_s) | ||
142 | +DEF_IMOPH(sumopa_s) | ||
143 | +DEF_IMOPH(usmopa_s) | ||
144 | +DEF_IMOPH(smopa_d) | ||
145 | +DEF_IMOPH(umopa_d) | ||
146 | +DEF_IMOPH(sumopa_d) | ||
147 | +DEF_IMOPH(usmopa_d) | ||
148 | diff --git a/target/arm/translate-sme.c b/target/arm/translate-sme.c | ||
77 | index XXXXXXX..XXXXXXX 100644 | 149 | index XXXXXXX..XXXXXXX 100644 |
78 | --- a/target/arm/helper.c | 150 | --- a/target/arm/translate-sme.c |
79 | +++ b/target/arm/helper.c | 151 | +++ b/target/arm/translate-sme.c |
80 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_lpae(CPUARMState *env, target_ulong address, | 152 | @@ -XXX,XX +XXX,XX @@ TRANS_FEAT(FMOPA_d, aa64_sme_f64f64, do_outprod_fpst, a, MO_64, gen_helper_sme_f |
81 | hwaddr *phys_ptr, MemTxAttrs *txattrs, int *prot, | 153 | |
82 | target_ulong *page_size_ptr, | 154 | /* TODO: FEAT_EBF16 */ |
83 | ARMMMUFaultInfo *fi, ARMCacheAttrs *cacheattrs); | 155 | TRANS_FEAT(BFMOPA, aa64_sme, do_outprod, a, MO_32, gen_helper_sme_bfmopa) |
84 | - | 156 | + |
85 | -/* Security attributes for an address, as returned by v8m_security_lookup. */ | 157 | +TRANS_FEAT(SMOPA_s, aa64_sme, do_outprod, a, MO_32, gen_helper_sme_smopa_s) |
86 | -typedef struct V8M_SAttributes { | 158 | +TRANS_FEAT(UMOPA_s, aa64_sme, do_outprod, a, MO_32, gen_helper_sme_umopa_s) |
87 | - bool subpage; /* true if these attrs don't cover the whole TARGET_PAGE */ | 159 | +TRANS_FEAT(SUMOPA_s, aa64_sme, do_outprod, a, MO_32, gen_helper_sme_sumopa_s) |
88 | - bool ns; | 160 | +TRANS_FEAT(USMOPA_s, aa64_sme, do_outprod, a, MO_32, gen_helper_sme_usmopa_s) |
89 | - bool nsc; | 161 | + |
90 | - uint8_t sregion; | 162 | +TRANS_FEAT(SMOPA_d, aa64_sme_i16i64, do_outprod, a, MO_64, gen_helper_sme_smopa_d) |
91 | - bool srvalid; | 163 | +TRANS_FEAT(UMOPA_d, aa64_sme_i16i64, do_outprod, a, MO_64, gen_helper_sme_umopa_d) |
92 | - uint8_t iregion; | 164 | +TRANS_FEAT(SUMOPA_d, aa64_sme_i16i64, do_outprod, a, MO_64, gen_helper_sme_sumopa_d) |
93 | - bool irvalid; | 165 | +TRANS_FEAT(USMOPA_d, aa64_sme_i16i64, do_outprod, a, MO_64, gen_helper_sme_usmopa_d) |
94 | -} V8M_SAttributes; | ||
95 | - | ||
96 | -static void v8m_security_lookup(CPUARMState *env, uint32_t address, | ||
97 | - MMUAccessType access_type, ARMMMUIdx mmu_idx, | ||
98 | - V8M_SAttributes *sattrs); | ||
99 | #endif | ||
100 | |||
101 | static void switch_mode(CPUARMState *env, int mode); | ||
102 | @@ -XXX,XX +XXX,XX @@ void arm_log_exception(int idx) | ||
103 | } | ||
104 | } | ||
105 | |||
106 | -/* | ||
107 | - * Return true if the v7M CPACR permits access to the FPU for the specified | ||
108 | - * security state and privilege level. | ||
109 | - */ | ||
110 | -static bool v7m_cpacr_pass(CPUARMState *env, bool is_secure, bool is_priv) | ||
111 | -{ | ||
112 | - switch (extract32(env->v7m.cpacr[is_secure], 20, 2)) { | ||
113 | - case 0: | ||
114 | - case 2: /* UNPREDICTABLE: we treat like 0 */ | ||
115 | - return false; | ||
116 | - case 1: | ||
117 | - return is_priv; | ||
118 | - case 3: | ||
119 | - return true; | ||
120 | - default: | ||
121 | - g_assert_not_reached(); | ||
122 | - } | ||
123 | -} | ||
124 | - | ||
125 | /* | ||
126 | * What kind of stack write are we doing? This affects how exceptions | ||
127 | * generated during the stacking are treated. | ||
128 | @@ -XXX,XX +XXX,XX @@ static bool v8m_is_sau_exempt(CPUARMState *env, | ||
129 | (address >= 0xe00ff000 && address <= 0xe00fffff); | ||
130 | } | ||
131 | |||
132 | -static void v8m_security_lookup(CPUARMState *env, uint32_t address, | ||
133 | +void v8m_security_lookup(CPUARMState *env, uint32_t address, | ||
134 | MMUAccessType access_type, ARMMMUIdx mmu_idx, | ||
135 | V8M_SAttributes *sattrs) | ||
136 | { | ||
137 | @@ -XXX,XX +XXX,XX @@ static void v8m_security_lookup(CPUARMState *env, uint32_t address, | ||
138 | } | ||
139 | } | ||
140 | |||
141 | -static bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, | ||
142 | +bool pmsav8_mpu_lookup(CPUARMState *env, uint32_t address, | ||
143 | MMUAccessType access_type, ARMMMUIdx mmu_idx, | ||
144 | hwaddr *phys_ptr, MemTxAttrs *txattrs, | ||
145 | int *prot, bool *is_subpage, | ||
146 | -- | 166 | -- |
147 | 2.20.1 | 167 | 2.25.1 |
148 | |||
149 | diff view generated by jsdifflib |
1 | From: Joel Stanley <joel@jms.id.au> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The Linux kernel driver was updated in commit 4451d3f59f2a | 3 | This is an SVE instruction that operates using the SVE vector |
4 | ("clocksource/drivers/fttmr010: Fix set_next_event handler) to fix an | 4 | length but that it is present only if SME is implemented. |
5 | issue observed on hardware: | ||
6 | 5 | ||
7 | > RELOAD register is loaded into COUNT register when the aspeed timer | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | > is enabled, which means the next event may be delayed because timer | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | > interrupt won't be generated until <0xFFFFFFFF - current_count + | 8 | Message-id: 20220708151540.18136-29-richard.henderson@linaro.org |
10 | > cycles>. | ||
11 | |||
12 | When running under Qemu, the system appeared "laggy". The guest is now | ||
13 | scheduling timer events too regularly, starving the host of CPU time. | ||
14 | |||
15 | This patch modifies the timer model to attempt to schedule the timer | ||
16 | expiry as the guest requests, but if we have missed the deadline we | ||
17 | re interrupt and try again, which allows the guest to catch up. | ||
18 | |||
19 | Provides expected behaviour with old and new guest code. | ||
20 | |||
21 | Fixes: c04bd47db6b9 ("hw/timer: Add ASPEED timer device model") | ||
22 | Signed-off-by: Joel Stanley <joel@jms.id.au> | ||
23 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
24 | Message-id: 20190618165311.27066-8-clg@kaod.org | ||
25 | [clg: - merged a fix from Andrew Jeffery <andrew@aj.id.au> | ||
26 | "Fire interrupt on failure to meet deadline" | ||
27 | https://lists.ozlabs.org/pipermail/openbmc/2019-January/014641.html | ||
28 | - adapted commit log | ||
29 | - checkpatch fixes ] | ||
30 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
31 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
32 | --- | 10 | --- |
33 | hw/timer/aspeed_timer.c | 57 ++++++++++++++++++++++------------------- | 11 | target/arm/sve.decode | 20 +++++++++++++ |
34 | 1 file changed, 30 insertions(+), 27 deletions(-) | 12 | target/arm/translate-sve.c | 57 ++++++++++++++++++++++++++++++++++++++ |
13 | 2 files changed, 77 insertions(+) | ||
35 | 14 | ||
36 | diff --git a/hw/timer/aspeed_timer.c b/hw/timer/aspeed_timer.c | 15 | diff --git a/target/arm/sve.decode b/target/arm/sve.decode |
37 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
38 | --- a/hw/timer/aspeed_timer.c | 17 | --- a/target/arm/sve.decode |
39 | +++ b/hw/timer/aspeed_timer.c | 18 | +++ b/target/arm/sve.decode |
40 | @@ -XXX,XX +XXX,XX @@ static inline uint64_t calculate_time(struct AspeedTimer *t, uint32_t ticks) | 19 | @@ -XXX,XX +XXX,XX @@ BFMLALT_zzxw 01100100 11 1 ..... 0100.1 ..... ..... @rrxr_3a esz=2 |
41 | 20 | ||
42 | static uint64_t calculate_next(struct AspeedTimer *t) | 21 | ### SVE2 floating-point bfloat16 dot-product (indexed) |
43 | { | 22 | BFDOT_zzxz 01100100 01 1 ..... 010000 ..... ..... @rrxr_2 esz=2 |
44 | - uint64_t next = 0; | 23 | + |
45 | - uint32_t rate = calculate_rate(t); | 24 | +### SVE broadcast predicate element |
46 | + uint64_t now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | 25 | + |
47 | + uint64_t next; | 26 | +&psel esz pd pn pm rv imm |
48 | 27 | +%psel_rv 16:2 !function=plus_12 | |
49 | - while (!next) { | 28 | +%psel_imm_b 22:2 19:2 |
50 | - /* We don't know the relationship between the values in the match | 29 | +%psel_imm_h 22:2 20:1 |
51 | - * registers, so sort using MAX/MIN/zero. We sort in that order as the | 30 | +%psel_imm_s 22:2 |
52 | - * timer counts down to zero. */ | 31 | +%psel_imm_d 23:1 |
53 | - uint64_t seq[] = { | 32 | +@psel ........ .. . ... .. .. pn:4 . pm:4 . pd:4 \ |
54 | - calculate_time(t, MAX(t->match[0], t->match[1])), | 33 | + &psel rv=%psel_rv |
55 | - calculate_time(t, MIN(t->match[0], t->match[1])), | 34 | + |
56 | - calculate_time(t, 0), | 35 | +PSEL 00100101 .. 1 ..1 .. 01 .... 0 .... 0 .... \ |
57 | - }; | 36 | + @psel esz=0 imm=%psel_imm_b |
58 | - uint64_t reload_ns; | 37 | +PSEL 00100101 .. 1 .10 .. 01 .... 0 .... 0 .... \ |
59 | - uint64_t now = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | 38 | + @psel esz=1 imm=%psel_imm_h |
60 | + /* | 39 | +PSEL 00100101 .. 1 100 .. 01 .... 0 .... 0 .... \ |
61 | + * We don't know the relationship between the values in the match | 40 | + @psel esz=2 imm=%psel_imm_s |
62 | + * registers, so sort using MAX/MIN/zero. We sort in that order as | 41 | +PSEL 00100101 .1 1 000 .. 01 .... 0 .... 0 .... \ |
63 | + * the timer counts down to zero. | 42 | + @psel esz=3 imm=%psel_imm_d |
64 | + */ | 43 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c |
65 | 44 | index XXXXXXX..XXXXXXX 100644 | |
66 | - if (now < seq[0]) { | 45 | --- a/target/arm/translate-sve.c |
67 | - next = seq[0]; | 46 | +++ b/target/arm/translate-sve.c |
68 | - } else if (now < seq[1]) { | 47 | @@ -XXX,XX +XXX,XX @@ static bool do_BFMLAL_zzxw(DisasContext *s, arg_rrxr_esz *a, bool sel) |
69 | - next = seq[1]; | 48 | |
70 | - } else if (now < seq[2]) { | 49 | TRANS_FEAT(BFMLALB_zzxw, aa64_sve_bf16, do_BFMLAL_zzxw, a, false) |
71 | - next = seq[2]; | 50 | TRANS_FEAT(BFMLALT_zzxw, aa64_sve_bf16, do_BFMLAL_zzxw, a, true) |
72 | - } else if (t->reload) { | 51 | + |
73 | - reload_ns = muldiv64(t->reload, NANOSECONDS_PER_SECOND, rate); | 52 | +static bool trans_PSEL(DisasContext *s, arg_psel *a) |
74 | - t->start = now - ((now - t->start) % reload_ns); | 53 | +{ |
75 | - } else { | 54 | + int vl = vec_full_reg_size(s); |
76 | - /* no reload value, return 0 */ | 55 | + int pl = pred_gvec_reg_size(s); |
77 | - break; | 56 | + int elements = vl >> a->esz; |
78 | - } | 57 | + TCGv_i64 tmp, didx, dbit; |
79 | + next = calculate_time(t, MAX(t->match[0], t->match[1])); | 58 | + TCGv_ptr ptr; |
80 | + if (now < next) { | 59 | + |
81 | + return next; | 60 | + if (!dc_isar_feature(aa64_sme, s)) { |
82 | } | 61 | + return false; |
83 | 62 | + } | |
84 | - return next; | 63 | + if (!sve_access_check(s)) { |
85 | + next = calculate_time(t, MIN(t->match[0], t->match[1])); | 64 | + return true; |
86 | + if (now < next) { | ||
87 | + return next; | ||
88 | + } | 65 | + } |
89 | + | 66 | + |
90 | + next = calculate_time(t, 0); | 67 | + tmp = tcg_temp_new_i64(); |
91 | + if (now < next) { | 68 | + dbit = tcg_temp_new_i64(); |
92 | + return next; | 69 | + didx = tcg_temp_new_i64(); |
70 | + ptr = tcg_temp_new_ptr(); | ||
71 | + | ||
72 | + /* Compute the predicate element. */ | ||
73 | + tcg_gen_addi_i64(tmp, cpu_reg(s, a->rv), a->imm); | ||
74 | + if (is_power_of_2(elements)) { | ||
75 | + tcg_gen_andi_i64(tmp, tmp, elements - 1); | ||
76 | + } else { | ||
77 | + tcg_gen_remu_i64(tmp, tmp, tcg_constant_i64(elements)); | ||
93 | + } | 78 | + } |
94 | + | 79 | + |
95 | + /* We've missed all deadlines, fire interrupt and try again */ | 80 | + /* Extract the predicate byte and bit indices. */ |
96 | + timer_del(&t->timer); | 81 | + tcg_gen_shli_i64(tmp, tmp, a->esz); |
97 | + | 82 | + tcg_gen_andi_i64(dbit, tmp, 7); |
98 | + if (timer_overflow_interrupt(t)) { | 83 | + tcg_gen_shri_i64(didx, tmp, 3); |
99 | + t->level = !t->level; | 84 | + if (HOST_BIG_ENDIAN) { |
100 | + qemu_set_irq(t->irq, t->level); | 85 | + tcg_gen_xori_i64(didx, didx, 7); |
101 | + } | 86 | + } |
102 | + | 87 | + |
103 | + t->start = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); | 88 | + /* Load the predicate word. */ |
104 | + return calculate_time(t, MAX(MAX(t->match[0], t->match[1]), 0)); | 89 | + tcg_gen_trunc_i64_ptr(ptr, didx); |
105 | } | 90 | + tcg_gen_add_ptr(ptr, ptr, cpu_env); |
106 | 91 | + tcg_gen_ld8u_i64(tmp, ptr, pred_full_reg_offset(s, a->pm)); | |
107 | static void aspeed_timer_mod(AspeedTimer *t) | 92 | + |
93 | + /* Extract the predicate bit and replicate to MO_64. */ | ||
94 | + tcg_gen_shr_i64(tmp, tmp, dbit); | ||
95 | + tcg_gen_andi_i64(tmp, tmp, 1); | ||
96 | + tcg_gen_neg_i64(tmp, tmp); | ||
97 | + | ||
98 | + /* Apply to either copy the source, or write zeros. */ | ||
99 | + tcg_gen_gvec_ands(MO_64, pred_full_reg_offset(s, a->pd), | ||
100 | + pred_full_reg_offset(s, a->pn), tmp, pl, pl); | ||
101 | + | ||
102 | + tcg_temp_free_i64(tmp); | ||
103 | + tcg_temp_free_i64(dbit); | ||
104 | + tcg_temp_free_i64(didx); | ||
105 | + tcg_temp_free_ptr(ptr); | ||
106 | + return true; | ||
107 | +} | ||
108 | -- | 108 | -- |
109 | 2.20.1 | 109 | 2.25.1 |
110 | |||
111 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The DRAM address of a DMA transaction depends on the DRAM base address | 3 | This is an SVE instruction that operates using the SVE vector |
4 | of the SoC. Inform the SMC controller model with this value. | 4 | length but that it is present only if SME is implemented. |
5 | 5 | ||
6 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Joel Stanley <joel@jms.id.au> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 8 | Message-id: 20220708151540.18136-30-richard.henderson@linaro.org |
9 | Message-id: 20190618165311.27066-15-clg@kaod.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 10 | --- |
12 | include/hw/ssi/aspeed_smc.h | 3 +++ | 11 | target/arm/helper-sve.h | 2 ++ |
13 | hw/arm/aspeed_soc.c | 6 ++++++ | 12 | target/arm/sve.decode | 1 + |
14 | hw/ssi/aspeed_smc.c | 1 + | 13 | target/arm/sve_helper.c | 16 ++++++++++++++++ |
15 | 3 files changed, 10 insertions(+) | 14 | target/arm/translate-sve.c | 2 ++ |
15 | 4 files changed, 21 insertions(+) | ||
16 | 16 | ||
17 | diff --git a/include/hw/ssi/aspeed_smc.h b/include/hw/ssi/aspeed_smc.h | 17 | diff --git a/target/arm/helper-sve.h b/target/arm/helper-sve.h |
18 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/include/hw/ssi/aspeed_smc.h | 19 | --- a/target/arm/helper-sve.h |
20 | +++ b/include/hw/ssi/aspeed_smc.h | 20 | +++ b/target/arm/helper-sve.h |
21 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedSMCState { | 21 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_4(sve_revh_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
22 | uint8_t r_timings; | 22 | |
23 | uint8_t conf_enable_w0; | 23 | DEF_HELPER_FLAGS_4(sve_revw_d, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
24 | 24 | ||
25 | + /* for DMA support */ | 25 | +DEF_HELPER_FLAGS_4(sme_revd_q, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
26 | + uint64_t sdram_base; | ||
27 | + | 26 | + |
28 | AspeedSMCFlash *flashes; | 27 | DEF_HELPER_FLAGS_4(sve_rbit_b, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
29 | 28 | DEF_HELPER_FLAGS_4(sve_rbit_h, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) | |
30 | uint8_t snoop_index; | 29 | DEF_HELPER_FLAGS_4(sve_rbit_s, TCG_CALL_NO_RWG, void, ptr, ptr, ptr, i32) |
31 | diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c | 30 | diff --git a/target/arm/sve.decode b/target/arm/sve.decode |
32 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/hw/arm/aspeed_soc.c | 32 | --- a/target/arm/sve.decode |
34 | +++ b/hw/arm/aspeed_soc.c | 33 | +++ b/target/arm/sve.decode |
35 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | 34 | @@ -XXX,XX +XXX,XX @@ REVB 00000101 .. 1001 00 100 ... ..... ..... @rd_pg_rn |
36 | aspeed_soc_get_irq(s, ASPEED_I2C)); | 35 | REVH 00000101 .. 1001 01 100 ... ..... ..... @rd_pg_rn |
37 | 36 | REVW 00000101 .. 1001 10 100 ... ..... ..... @rd_pg_rn | |
38 | /* FMC, The number of CS is set at the board level */ | 37 | RBIT 00000101 .. 1001 11 100 ... ..... ..... @rd_pg_rn |
39 | + object_property_set_int(OBJECT(&s->fmc), sc->info->memmap[ASPEED_SDRAM], | 38 | +REVD 00000101 00 1011 10 100 ... ..... ..... @rd_pg_rn_e0 |
40 | + "sdram-base", &err); | 39 | |
41 | + if (err) { | 40 | # SVE vector splice (predicated, destructive) |
42 | + error_propagate(errp, err); | 41 | SPLICE 00000101 .. 101 100 100 ... ..... ..... @rdn_pg_rm |
43 | + return; | 42 | diff --git a/target/arm/sve_helper.c b/target/arm/sve_helper.c |
43 | index XXXXXXX..XXXXXXX 100644 | ||
44 | --- a/target/arm/sve_helper.c | ||
45 | +++ b/target/arm/sve_helper.c | ||
46 | @@ -XXX,XX +XXX,XX @@ DO_ZPZ_D(sve_revh_d, uint64_t, hswap64) | ||
47 | |||
48 | DO_ZPZ_D(sve_revw_d, uint64_t, wswap64) | ||
49 | |||
50 | +void HELPER(sme_revd_q)(void *vd, void *vn, void *vg, uint32_t desc) | ||
51 | +{ | ||
52 | + intptr_t i, opr_sz = simd_oprsz(desc) / 8; | ||
53 | + uint64_t *d = vd, *n = vn; | ||
54 | + uint8_t *pg = vg; | ||
55 | + | ||
56 | + for (i = 0; i < opr_sz; i += 2) { | ||
57 | + if (pg[H1(i)] & 1) { | ||
58 | + uint64_t n0 = n[i + 0]; | ||
59 | + uint64_t n1 = n[i + 1]; | ||
60 | + d[i + 0] = n1; | ||
61 | + d[i + 1] = n0; | ||
62 | + } | ||
44 | + } | 63 | + } |
45 | object_property_set_bool(OBJECT(&s->fmc), true, "realized", &err); | 64 | +} |
46 | if (err) { | 65 | + |
47 | error_propagate(errp, err); | 66 | DO_ZPZ(sve_rbit_b, uint8_t, H1, revbit8) |
48 | diff --git a/hw/ssi/aspeed_smc.c b/hw/ssi/aspeed_smc.c | 67 | DO_ZPZ(sve_rbit_h, uint16_t, H1_2, revbit16) |
68 | DO_ZPZ(sve_rbit_s, uint32_t, H1_4, revbit32) | ||
69 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c | ||
49 | index XXXXXXX..XXXXXXX 100644 | 70 | index XXXXXXX..XXXXXXX 100644 |
50 | --- a/hw/ssi/aspeed_smc.c | 71 | --- a/target/arm/translate-sve.c |
51 | +++ b/hw/ssi/aspeed_smc.c | 72 | +++ b/target/arm/translate-sve.c |
52 | @@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_aspeed_smc = { | 73 | @@ -XXX,XX +XXX,XX @@ TRANS_FEAT(REVH, aa64_sve, gen_gvec_ool_arg_zpz, revh_fns[a->esz], a, 0) |
53 | 74 | TRANS_FEAT(REVW, aa64_sve, gen_gvec_ool_arg_zpz, | |
54 | static Property aspeed_smc_properties[] = { | 75 | a->esz == 3 ? gen_helper_sve_revw_d : NULL, a, 0) |
55 | DEFINE_PROP_UINT32("num-cs", AspeedSMCState, num_cs, 1), | 76 | |
56 | + DEFINE_PROP_UINT64("sdram-base", AspeedSMCState, sdram_base, 0), | 77 | +TRANS_FEAT(REVD, aa64_sme, gen_gvec_ool_arg_zpz, gen_helper_sme_revd_q, a, 0) |
57 | DEFINE_PROP_END_OF_LIST(), | 78 | + |
58 | }; | 79 | TRANS_FEAT(SPLICE, aa64_sve, gen_gvec_ool_arg_zpzz, |
80 | gen_helper_sve_splice, a, a->esz) | ||
59 | 81 | ||
60 | -- | 82 | -- |
61 | 2.20.1 | 83 | 2.25.1 |
62 | |||
63 | diff view generated by jsdifflib |
1 | From: Christian Svensson <bluecmd@google.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | If the host decrements the counter register that results in a negative | 3 | This is an SVE instruction that operates using the SVE vector |
4 | delta. This is then passed to muldiv64 which only handles unsigned | 4 | length but that it is present only if SME is implemented. |
5 | numbers resulting in bogus results. | ||
6 | 5 | ||
7 | This fix ensures the delta being operated on is positive. | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | |
9 | Test case: kexec a kernel using aspeed_timer and it will freeze on the | 8 | Message-id: 20220708151540.18136-31-richard.henderson@linaro.org |
10 | second bootup when the kernel initializes the timer. With this patch | ||
11 | that no longer happens and the timer appears to run OK. | ||
12 | |||
13 | Signed-off-by: Christian Svensson <bluecmd@google.com> | ||
14 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
15 | Reviewed-by: Joel Stanley <joel@jms.id.au> | ||
16 | Reviewed-by: Andrew Jeffery <andrew@aj.id.au> | ||
17 | Message-id: 20190618165311.27066-12-clg@kaod.org | ||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | --- | 10 | --- |
20 | hw/timer/aspeed_timer.c | 6 +++++- | 11 | target/arm/helper.h | 18 +++++++ |
21 | 1 file changed, 5 insertions(+), 1 deletion(-) | 12 | target/arm/sve.decode | 5 ++ |
13 | target/arm/translate-sve.c | 102 +++++++++++++++++++++++++++++++++++++ | ||
14 | target/arm/vec_helper.c | 24 +++++++++ | ||
15 | 4 files changed, 149 insertions(+) | ||
22 | 16 | ||
23 | diff --git a/hw/timer/aspeed_timer.c b/hw/timer/aspeed_timer.c | 17 | diff --git a/target/arm/helper.h b/target/arm/helper.h |
24 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/hw/timer/aspeed_timer.c | 19 | --- a/target/arm/helper.h |
26 | +++ b/hw/timer/aspeed_timer.c | 20 | +++ b/target/arm/helper.h |
27 | @@ -XXX,XX +XXX,XX @@ static void aspeed_timer_set_value(AspeedTimerCtrlState *s, int timer, int reg, | 21 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_6(gvec_bfmlal, TCG_CALL_NO_RWG, |
28 | int64_t delta = (int64_t) value - (int64_t) calculate_ticks(t, now); | 22 | DEF_HELPER_FLAGS_6(gvec_bfmlal_idx, TCG_CALL_NO_RWG, |
29 | uint32_t rate = calculate_rate(t); | 23 | void, ptr, ptr, ptr, ptr, ptr, i32) |
30 | 24 | ||
31 | - t->start += muldiv64(delta, NANOSECONDS_PER_SECOND, rate); | 25 | +DEF_HELPER_FLAGS_5(gvec_sclamp_b, TCG_CALL_NO_RWG, |
32 | + if (delta >= 0) { | 26 | + void, ptr, ptr, ptr, ptr, i32) |
33 | + t->start += muldiv64(delta, NANOSECONDS_PER_SECOND, rate); | 27 | +DEF_HELPER_FLAGS_5(gvec_sclamp_h, TCG_CALL_NO_RWG, |
34 | + } else { | 28 | + void, ptr, ptr, ptr, ptr, i32) |
35 | + t->start -= muldiv64(-delta, NANOSECONDS_PER_SECOND, rate); | 29 | +DEF_HELPER_FLAGS_5(gvec_sclamp_s, TCG_CALL_NO_RWG, |
36 | + } | 30 | + void, ptr, ptr, ptr, ptr, i32) |
37 | aspeed_timer_mod(t); | 31 | +DEF_HELPER_FLAGS_5(gvec_sclamp_d, TCG_CALL_NO_RWG, |
38 | } | 32 | + void, ptr, ptr, ptr, ptr, i32) |
39 | break; | 33 | + |
34 | +DEF_HELPER_FLAGS_5(gvec_uclamp_b, TCG_CALL_NO_RWG, | ||
35 | + void, ptr, ptr, ptr, ptr, i32) | ||
36 | +DEF_HELPER_FLAGS_5(gvec_uclamp_h, TCG_CALL_NO_RWG, | ||
37 | + void, ptr, ptr, ptr, ptr, i32) | ||
38 | +DEF_HELPER_FLAGS_5(gvec_uclamp_s, TCG_CALL_NO_RWG, | ||
39 | + void, ptr, ptr, ptr, ptr, i32) | ||
40 | +DEF_HELPER_FLAGS_5(gvec_uclamp_d, TCG_CALL_NO_RWG, | ||
41 | + void, ptr, ptr, ptr, ptr, i32) | ||
42 | + | ||
43 | #ifdef TARGET_AARCH64 | ||
44 | #include "helper-a64.h" | ||
45 | #include "helper-sve.h" | ||
46 | diff --git a/target/arm/sve.decode b/target/arm/sve.decode | ||
47 | index XXXXXXX..XXXXXXX 100644 | ||
48 | --- a/target/arm/sve.decode | ||
49 | +++ b/target/arm/sve.decode | ||
50 | @@ -XXX,XX +XXX,XX @@ PSEL 00100101 .. 1 100 .. 01 .... 0 .... 0 .... \ | ||
51 | @psel esz=2 imm=%psel_imm_s | ||
52 | PSEL 00100101 .1 1 000 .. 01 .... 0 .... 0 .... \ | ||
53 | @psel esz=3 imm=%psel_imm_d | ||
54 | + | ||
55 | +### SVE clamp | ||
56 | + | ||
57 | +SCLAMP 01000100 .. 0 ..... 110000 ..... ..... @rda_rn_rm | ||
58 | +UCLAMP 01000100 .. 0 ..... 110001 ..... ..... @rda_rn_rm | ||
59 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c | ||
60 | index XXXXXXX..XXXXXXX 100644 | ||
61 | --- a/target/arm/translate-sve.c | ||
62 | +++ b/target/arm/translate-sve.c | ||
63 | @@ -XXX,XX +XXX,XX @@ static bool trans_PSEL(DisasContext *s, arg_psel *a) | ||
64 | tcg_temp_free_ptr(ptr); | ||
65 | return true; | ||
66 | } | ||
67 | + | ||
68 | +static void gen_sclamp_i32(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_i32 a) | ||
69 | +{ | ||
70 | + tcg_gen_smax_i32(d, a, n); | ||
71 | + tcg_gen_smin_i32(d, d, m); | ||
72 | +} | ||
73 | + | ||
74 | +static void gen_sclamp_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, TCGv_i64 a) | ||
75 | +{ | ||
76 | + tcg_gen_smax_i64(d, a, n); | ||
77 | + tcg_gen_smin_i64(d, d, m); | ||
78 | +} | ||
79 | + | ||
80 | +static void gen_sclamp_vec(unsigned vece, TCGv_vec d, TCGv_vec n, | ||
81 | + TCGv_vec m, TCGv_vec a) | ||
82 | +{ | ||
83 | + tcg_gen_smax_vec(vece, d, a, n); | ||
84 | + tcg_gen_smin_vec(vece, d, d, m); | ||
85 | +} | ||
86 | + | ||
87 | +static void gen_sclamp(unsigned vece, uint32_t d, uint32_t n, uint32_t m, | ||
88 | + uint32_t a, uint32_t oprsz, uint32_t maxsz) | ||
89 | +{ | ||
90 | + static const TCGOpcode vecop[] = { | ||
91 | + INDEX_op_smin_vec, INDEX_op_smax_vec, 0 | ||
92 | + }; | ||
93 | + static const GVecGen4 ops[4] = { | ||
94 | + { .fniv = gen_sclamp_vec, | ||
95 | + .fno = gen_helper_gvec_sclamp_b, | ||
96 | + .opt_opc = vecop, | ||
97 | + .vece = MO_8 }, | ||
98 | + { .fniv = gen_sclamp_vec, | ||
99 | + .fno = gen_helper_gvec_sclamp_h, | ||
100 | + .opt_opc = vecop, | ||
101 | + .vece = MO_16 }, | ||
102 | + { .fni4 = gen_sclamp_i32, | ||
103 | + .fniv = gen_sclamp_vec, | ||
104 | + .fno = gen_helper_gvec_sclamp_s, | ||
105 | + .opt_opc = vecop, | ||
106 | + .vece = MO_32 }, | ||
107 | + { .fni8 = gen_sclamp_i64, | ||
108 | + .fniv = gen_sclamp_vec, | ||
109 | + .fno = gen_helper_gvec_sclamp_d, | ||
110 | + .opt_opc = vecop, | ||
111 | + .vece = MO_64, | ||
112 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64 } | ||
113 | + }; | ||
114 | + tcg_gen_gvec_4(d, n, m, a, oprsz, maxsz, &ops[vece]); | ||
115 | +} | ||
116 | + | ||
117 | +TRANS_FEAT(SCLAMP, aa64_sme, gen_gvec_fn_arg_zzzz, gen_sclamp, a) | ||
118 | + | ||
119 | +static void gen_uclamp_i32(TCGv_i32 d, TCGv_i32 n, TCGv_i32 m, TCGv_i32 a) | ||
120 | +{ | ||
121 | + tcg_gen_umax_i32(d, a, n); | ||
122 | + tcg_gen_umin_i32(d, d, m); | ||
123 | +} | ||
124 | + | ||
125 | +static void gen_uclamp_i64(TCGv_i64 d, TCGv_i64 n, TCGv_i64 m, TCGv_i64 a) | ||
126 | +{ | ||
127 | + tcg_gen_umax_i64(d, a, n); | ||
128 | + tcg_gen_umin_i64(d, d, m); | ||
129 | +} | ||
130 | + | ||
131 | +static void gen_uclamp_vec(unsigned vece, TCGv_vec d, TCGv_vec n, | ||
132 | + TCGv_vec m, TCGv_vec a) | ||
133 | +{ | ||
134 | + tcg_gen_umax_vec(vece, d, a, n); | ||
135 | + tcg_gen_umin_vec(vece, d, d, m); | ||
136 | +} | ||
137 | + | ||
138 | +static void gen_uclamp(unsigned vece, uint32_t d, uint32_t n, uint32_t m, | ||
139 | + uint32_t a, uint32_t oprsz, uint32_t maxsz) | ||
140 | +{ | ||
141 | + static const TCGOpcode vecop[] = { | ||
142 | + INDEX_op_umin_vec, INDEX_op_umax_vec, 0 | ||
143 | + }; | ||
144 | + static const GVecGen4 ops[4] = { | ||
145 | + { .fniv = gen_uclamp_vec, | ||
146 | + .fno = gen_helper_gvec_uclamp_b, | ||
147 | + .opt_opc = vecop, | ||
148 | + .vece = MO_8 }, | ||
149 | + { .fniv = gen_uclamp_vec, | ||
150 | + .fno = gen_helper_gvec_uclamp_h, | ||
151 | + .opt_opc = vecop, | ||
152 | + .vece = MO_16 }, | ||
153 | + { .fni4 = gen_uclamp_i32, | ||
154 | + .fniv = gen_uclamp_vec, | ||
155 | + .fno = gen_helper_gvec_uclamp_s, | ||
156 | + .opt_opc = vecop, | ||
157 | + .vece = MO_32 }, | ||
158 | + { .fni8 = gen_uclamp_i64, | ||
159 | + .fniv = gen_uclamp_vec, | ||
160 | + .fno = gen_helper_gvec_uclamp_d, | ||
161 | + .opt_opc = vecop, | ||
162 | + .vece = MO_64, | ||
163 | + .prefer_i64 = TCG_TARGET_REG_BITS == 64 } | ||
164 | + }; | ||
165 | + tcg_gen_gvec_4(d, n, m, a, oprsz, maxsz, &ops[vece]); | ||
166 | +} | ||
167 | + | ||
168 | +TRANS_FEAT(UCLAMP, aa64_sme, gen_gvec_fn_arg_zzzz, gen_uclamp, a) | ||
169 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c | ||
170 | index XXXXXXX..XXXXXXX 100644 | ||
171 | --- a/target/arm/vec_helper.c | ||
172 | +++ b/target/arm/vec_helper.c | ||
173 | @@ -XXX,XX +XXX,XX @@ void HELPER(gvec_bfmlal_idx)(void *vd, void *vn, void *vm, | ||
174 | } | ||
175 | clear_tail(d, opr_sz, simd_maxsz(desc)); | ||
176 | } | ||
177 | + | ||
178 | +#define DO_CLAMP(NAME, TYPE) \ | ||
179 | +void HELPER(NAME)(void *d, void *n, void *m, void *a, uint32_t desc) \ | ||
180 | +{ \ | ||
181 | + intptr_t i, opr_sz = simd_oprsz(desc); \ | ||
182 | + for (i = 0; i < opr_sz; i += sizeof(TYPE)) { \ | ||
183 | + TYPE aa = *(TYPE *)(a + i); \ | ||
184 | + TYPE nn = *(TYPE *)(n + i); \ | ||
185 | + TYPE mm = *(TYPE *)(m + i); \ | ||
186 | + TYPE dd = MIN(MAX(aa, nn), mm); \ | ||
187 | + *(TYPE *)(d + i) = dd; \ | ||
188 | + } \ | ||
189 | + clear_tail(d, opr_sz, simd_maxsz(desc)); \ | ||
190 | +} | ||
191 | + | ||
192 | +DO_CLAMP(gvec_sclamp_b, int8_t) | ||
193 | +DO_CLAMP(gvec_sclamp_h, int16_t) | ||
194 | +DO_CLAMP(gvec_sclamp_s, int32_t) | ||
195 | +DO_CLAMP(gvec_sclamp_d, int64_t) | ||
196 | + | ||
197 | +DO_CLAMP(gvec_uclamp_b, uint8_t) | ||
198 | +DO_CLAMP(gvec_uclamp_h, uint16_t) | ||
199 | +DO_CLAMP(gvec_uclamp_s, uint32_t) | ||
200 | +DO_CLAMP(gvec_uclamp_d, uint64_t) | ||
40 | -- | 201 | -- |
41 | 2.20.1 | 202 | 2.25.1 |
42 | |||
43 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Since commit 8c06fbdf36b checkpatch.pl enforce a new multiline | 3 | We can handle both exception entry and exception return by |
4 | comment syntax. Since we'll move this code around, fix its style | 4 | hooking into aarch64_sve_change_el. |
5 | first. | ||
6 | 5 | ||
7 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20190701132516.26392-8-philmd@redhat.com | 8 | Message-id: 20220708151540.18136-32-richard.henderson@linaro.org |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 10 | --- |
12 | target/arm/helper.c | 237 ++++++++++++++++++++++++++-------------- | 11 | target/arm/helper.c | 15 +++++++++++++-- |
13 | target/arm/op_helper.c | 54 ++++++--- | 12 | 1 file changed, 13 insertions(+), 2 deletions(-) |
14 | target/arm/vfp_helper.c | 3 +- | ||
15 | 3 files changed, 196 insertions(+), 98 deletions(-) | ||
16 | 13 | ||
17 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 14 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
18 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/helper.c | 16 | --- a/target/arm/helper.c |
20 | +++ b/target/arm/helper.c | 17 | +++ b/target/arm/helper.c |
21 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_vlldm)(CPUARMState *env, uint32_t fptr) | 18 | @@ -XXX,XX +XXX,XX @@ void aarch64_sve_change_el(CPUARMState *env, int old_el, |
22 | |||
23 | uint32_t HELPER(v7m_tt)(CPUARMState *env, uint32_t addr, uint32_t op) | ||
24 | { | ||
25 | - /* The TT instructions can be used by unprivileged code, but in | ||
26 | + /* | ||
27 | + * The TT instructions can be used by unprivileged code, but in | ||
28 | * user-only emulation we don't have the MPU. | ||
29 | * Luckily since we know we are NonSecure unprivileged (and that in | ||
30 | * turn means that the A flag wasn't specified), all the bits in the | ||
31 | @@ -XXX,XX +XXX,XX @@ static bool v7m_stack_write(ARMCPU *cpu, uint32_t addr, uint32_t value, | ||
32 | return true; | ||
33 | |||
34 | pend_fault: | ||
35 | - /* By pending the exception at this point we are making | ||
36 | + /* | ||
37 | + * By pending the exception at this point we are making | ||
38 | * the IMPDEF choice "overridden exceptions pended" (see the | ||
39 | * MergeExcInfo() pseudocode). The other choice would be to not | ||
40 | * pend them now and then make a choice about which to throw away | ||
41 | @@ -XXX,XX +XXX,XX @@ static bool v7m_stack_read(ARMCPU *cpu, uint32_t *dest, uint32_t addr, | ||
42 | return true; | ||
43 | |||
44 | pend_fault: | ||
45 | - /* By pending the exception at this point we are making | ||
46 | + /* | ||
47 | + * By pending the exception at this point we are making | ||
48 | * the IMPDEF choice "overridden exceptions pended" (see the | ||
49 | * MergeExcInfo() pseudocode). The other choice would be to not | ||
50 | * pend them now and then make a choice about which to throw away | ||
51 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_preserve_fp_state)(CPUARMState *env) | ||
52 | */ | ||
53 | } | ||
54 | |||
55 | -/* Write to v7M CONTROL.SPSEL bit for the specified security bank. | ||
56 | +/* | ||
57 | + * Write to v7M CONTROL.SPSEL bit for the specified security bank. | ||
58 | * This may change the current stack pointer between Main and Process | ||
59 | * stack pointers if it is done for the CONTROL register for the current | ||
60 | * security state. | ||
61 | @@ -XXX,XX +XXX,XX @@ static void write_v7m_control_spsel_for_secstate(CPUARMState *env, | ||
62 | } | ||
63 | } | ||
64 | |||
65 | -/* Write to v7M CONTROL.SPSEL bit. This may change the current | ||
66 | +/* | ||
67 | + * Write to v7M CONTROL.SPSEL bit. This may change the current | ||
68 | * stack pointer between Main and Process stack pointers. | ||
69 | */ | ||
70 | static void write_v7m_control_spsel(CPUARMState *env, bool new_spsel) | ||
71 | @@ -XXX,XX +XXX,XX @@ static void write_v7m_control_spsel(CPUARMState *env, bool new_spsel) | ||
72 | |||
73 | void write_v7m_exception(CPUARMState *env, uint32_t new_exc) | ||
74 | { | ||
75 | - /* Write a new value to v7m.exception, thus transitioning into or out | ||
76 | + /* | ||
77 | + * Write a new value to v7m.exception, thus transitioning into or out | ||
78 | * of Handler mode; this may result in a change of active stack pointer. | ||
79 | */ | ||
80 | bool new_is_psp, old_is_psp = v7m_using_psp(env); | ||
81 | @@ -XXX,XX +XXX,XX @@ static void switch_v7m_security_state(CPUARMState *env, bool new_secstate) | ||
82 | return; | 19 | return; |
83 | } | 20 | } |
84 | 21 | ||
85 | - /* All the banked state is accessed by looking at env->v7m.secure | 22 | + old_a64 = old_el ? arm_el_is_aa64(env, old_el) : el0_a64; |
23 | + new_a64 = new_el ? arm_el_is_aa64(env, new_el) : el0_a64; | ||
24 | + | ||
86 | + /* | 25 | + /* |
87 | + * All the banked state is accessed by looking at env->v7m.secure | 26 | + * Both AArch64.TakeException and AArch64.ExceptionReturn |
88 | * except for the stack pointer; rearrange the SP appropriately. | 27 | + * invoke ResetSVEState when taking an exception from, or |
28 | + * returning to, AArch32 state when PSTATE.SM is enabled. | ||
29 | + */ | ||
30 | + if (old_a64 != new_a64 && FIELD_EX64(env->svcr, SVCR, SM)) { | ||
31 | + arm_reset_sve_state(env); | ||
32 | + return; | ||
33 | + } | ||
34 | + | ||
35 | /* | ||
36 | * DDI0584A.d sec 3.2: "If SVE instructions are disabled or trapped | ||
37 | * at ELx, or not available because the EL is in AArch32 state, then | ||
38 | @@ -XXX,XX +XXX,XX @@ void aarch64_sve_change_el(CPUARMState *env, int old_el, | ||
39 | * we already have the correct register contents when encountering the | ||
40 | * vq0->vq0 transition between EL0->EL1. | ||
89 | */ | 41 | */ |
90 | new_ss_msp = env->v7m.other_ss_msp; | 42 | - old_a64 = old_el ? arm_el_is_aa64(env, old_el) : el0_a64; |
91 | @@ -XXX,XX +XXX,XX @@ static void switch_v7m_security_state(CPUARMState *env, bool new_secstate) | 43 | old_len = (old_a64 && !sve_exception_el(env, old_el) |
92 | 44 | ? sve_vqm1_for_el(env, old_el) : 0); | |
93 | void HELPER(v7m_bxns)(CPUARMState *env, uint32_t dest) | 45 | - new_a64 = new_el ? arm_el_is_aa64(env, new_el) : el0_a64; |
94 | { | 46 | new_len = (new_a64 && !sve_exception_el(env, new_el) |
95 | - /* Handle v7M BXNS: | 47 | ? sve_vqm1_for_el(env, new_el) : 0); |
96 | + /* | 48 | |
97 | + * Handle v7M BXNS: | ||
98 | * - if the return value is a magic value, do exception return (like BX) | ||
99 | * - otherwise bit 0 of the return value is the target security state | ||
100 | */ | ||
101 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_bxns)(CPUARMState *env, uint32_t dest) | ||
102 | } | ||
103 | |||
104 | if (dest >= min_magic) { | ||
105 | - /* This is an exception return magic value; put it where | ||
106 | + /* | ||
107 | + * This is an exception return magic value; put it where | ||
108 | * do_v7m_exception_exit() expects and raise EXCEPTION_EXIT. | ||
109 | * Note that if we ever add gen_ss_advance() singlestep support to | ||
110 | * M profile this should count as an "instruction execution complete" | ||
111 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_bxns)(CPUARMState *env, uint32_t dest) | ||
112 | |||
113 | void HELPER(v7m_blxns)(CPUARMState *env, uint32_t dest) | ||
114 | { | ||
115 | - /* Handle v7M BLXNS: | ||
116 | + /* | ||
117 | + * Handle v7M BLXNS: | ||
118 | * - bit 0 of the destination address is the target security state | ||
119 | */ | ||
120 | |||
121 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_blxns)(CPUARMState *env, uint32_t dest) | ||
122 | assert(env->v7m.secure); | ||
123 | |||
124 | if (dest & 1) { | ||
125 | - /* target is Secure, so this is just a normal BLX, | ||
126 | + /* | ||
127 | + * Target is Secure, so this is just a normal BLX, | ||
128 | * except that the low bit doesn't indicate Thumb/not. | ||
129 | */ | ||
130 | env->regs[14] = nextinst; | ||
131 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_blxns)(CPUARMState *env, uint32_t dest) | ||
132 | env->regs[13] = sp; | ||
133 | env->regs[14] = 0xfeffffff; | ||
134 | if (arm_v7m_is_handler_mode(env)) { | ||
135 | - /* Write a dummy value to IPSR, to avoid leaking the current secure | ||
136 | + /* | ||
137 | + * Write a dummy value to IPSR, to avoid leaking the current secure | ||
138 | * exception number to non-secure code. This is guaranteed not | ||
139 | * to cause write_v7m_exception() to actually change stacks. | ||
140 | */ | ||
141 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_blxns)(CPUARMState *env, uint32_t dest) | ||
142 | static uint32_t *get_v7m_sp_ptr(CPUARMState *env, bool secure, bool threadmode, | ||
143 | bool spsel) | ||
144 | { | ||
145 | - /* Return a pointer to the location where we currently store the | ||
146 | + /* | ||
147 | + * Return a pointer to the location where we currently store the | ||
148 | * stack pointer for the requested security state and thread mode. | ||
149 | * This pointer will become invalid if the CPU state is updated | ||
150 | * such that the stack pointers are switched around (eg changing | ||
151 | @@ -XXX,XX +XXX,XX @@ static bool arm_v7m_load_vector(ARMCPU *cpu, int exc, bool targets_secure, | ||
152 | |||
153 | mmu_idx = arm_v7m_mmu_idx_for_secstate_and_priv(env, targets_secure, true); | ||
154 | |||
155 | - /* We don't do a get_phys_addr() here because the rules for vector | ||
156 | + /* | ||
157 | + * We don't do a get_phys_addr() here because the rules for vector | ||
158 | * loads are special: they always use the default memory map, and | ||
159 | * the default memory map permits reads from all addresses. | ||
160 | * Since there's no easy way to pass through to pmsav8_mpu_lookup() | ||
161 | @@ -XXX,XX +XXX,XX @@ static bool arm_v7m_load_vector(ARMCPU *cpu, int exc, bool targets_secure, | ||
162 | return true; | ||
163 | |||
164 | load_fail: | ||
165 | - /* All vector table fetch fails are reported as HardFault, with | ||
166 | + /* | ||
167 | + * All vector table fetch fails are reported as HardFault, with | ||
168 | * HFSR.VECTTBL and .FORCED set. (FORCED is set because | ||
169 | * technically the underlying exception is a MemManage or BusFault | ||
170 | * that is escalated to HardFault.) This is a terminal exception, | ||
171 | @@ -XXX,XX +XXX,XX @@ static uint32_t v7m_integrity_sig(CPUARMState *env, uint32_t lr) | ||
172 | static bool v7m_push_callee_stack(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
173 | bool ignore_faults) | ||
174 | { | ||
175 | - /* For v8M, push the callee-saves register part of the stack frame. | ||
176 | + /* | ||
177 | + * For v8M, push the callee-saves register part of the stack frame. | ||
178 | * Compare the v8M pseudocode PushCalleeStack(). | ||
179 | * In the tailchaining case this may not be the current stack. | ||
180 | */ | ||
181 | @@ -XXX,XX +XXX,XX @@ static bool v7m_push_callee_stack(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
182 | return true; | ||
183 | } | ||
184 | |||
185 | - /* Write as much of the stack frame as we can. A write failure may | ||
186 | + /* | ||
187 | + * Write as much of the stack frame as we can. A write failure may | ||
188 | * cause us to pend a derived exception. | ||
189 | */ | ||
190 | sig = v7m_integrity_sig(env, lr); | ||
191 | @@ -XXX,XX +XXX,XX @@ static bool v7m_push_callee_stack(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
192 | static void v7m_exception_taken(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
193 | bool ignore_stackfaults) | ||
194 | { | ||
195 | - /* Do the "take the exception" parts of exception entry, | ||
196 | + /* | ||
197 | + * Do the "take the exception" parts of exception entry, | ||
198 | * but not the pushing of state to the stack. This is | ||
199 | * similar to the pseudocode ExceptionTaken() function. | ||
200 | */ | ||
201 | @@ -XXX,XX +XXX,XX @@ static void v7m_exception_taken(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
202 | if (arm_feature(env, ARM_FEATURE_V8)) { | ||
203 | if (arm_feature(env, ARM_FEATURE_M_SECURITY) && | ||
204 | (lr & R_V7M_EXCRET_S_MASK)) { | ||
205 | - /* The background code (the owner of the registers in the | ||
206 | + /* | ||
207 | + * The background code (the owner of the registers in the | ||
208 | * exception frame) is Secure. This means it may either already | ||
209 | * have or now needs to push callee-saves registers. | ||
210 | */ | ||
211 | if (targets_secure) { | ||
212 | if (dotailchain && !(lr & R_V7M_EXCRET_ES_MASK)) { | ||
213 | - /* We took an exception from Secure to NonSecure | ||
214 | + /* | ||
215 | + * We took an exception from Secure to NonSecure | ||
216 | * (which means the callee-saved registers got stacked) | ||
217 | * and are now tailchaining to a Secure exception. | ||
218 | * Clear DCRS so eventual return from this Secure | ||
219 | @@ -XXX,XX +XXX,XX @@ static void v7m_exception_taken(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
220 | lr &= ~R_V7M_EXCRET_DCRS_MASK; | ||
221 | } | ||
222 | } else { | ||
223 | - /* We're going to a non-secure exception; push the | ||
224 | + /* | ||
225 | + * We're going to a non-secure exception; push the | ||
226 | * callee-saves registers to the stack now, if they're | ||
227 | * not already saved. | ||
228 | */ | ||
229 | @@ -XXX,XX +XXX,XX @@ static void v7m_exception_taken(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
230 | lr |= R_V7M_EXCRET_SPSEL_MASK; | ||
231 | } | ||
232 | |||
233 | - /* Clear registers if necessary to prevent non-secure exception | ||
234 | + /* | ||
235 | + * Clear registers if necessary to prevent non-secure exception | ||
236 | * code being able to see register values from secure code. | ||
237 | * Where register values become architecturally UNKNOWN we leave | ||
238 | * them with their previous values. | ||
239 | */ | ||
240 | if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
241 | if (!targets_secure) { | ||
242 | - /* Always clear the caller-saved registers (they have been | ||
243 | + /* | ||
244 | + * Always clear the caller-saved registers (they have been | ||
245 | * pushed to the stack earlier in v7m_push_stack()). | ||
246 | * Clear callee-saved registers if the background code is | ||
247 | * Secure (in which case these regs were saved in | ||
248 | @@ -XXX,XX +XXX,XX @@ static void v7m_exception_taken(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
249 | } | ||
250 | |||
251 | if (push_failed && !ignore_stackfaults) { | ||
252 | - /* Derived exception on callee-saves register stacking: | ||
253 | + /* | ||
254 | + * Derived exception on callee-saves register stacking: | ||
255 | * we might now want to take a different exception which | ||
256 | * targets a different security state, so try again from the top. | ||
257 | */ | ||
258 | @@ -XXX,XX +XXX,XX @@ static void v7m_exception_taken(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
259 | return; | ||
260 | } | ||
261 | |||
262 | - /* Now we've done everything that might cause a derived exception | ||
263 | + /* | ||
264 | + * Now we've done everything that might cause a derived exception | ||
265 | * we can go ahead and activate whichever exception we're going to | ||
266 | * take (which might now be the derived exception). | ||
267 | */ | ||
268 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_vlldm)(CPUARMState *env, uint32_t fptr) | ||
269 | |||
270 | static bool v7m_push_stack(ARMCPU *cpu) | ||
271 | { | ||
272 | - /* Do the "set up stack frame" part of exception entry, | ||
273 | + /* | ||
274 | + * Do the "set up stack frame" part of exception entry, | ||
275 | * similar to pseudocode PushStack(). | ||
276 | * Return true if we generate a derived exception (and so | ||
277 | * should ignore further stack faults trying to process | ||
278 | @@ -XXX,XX +XXX,XX @@ static bool v7m_push_stack(ARMCPU *cpu) | ||
279 | } | ||
280 | } | ||
281 | |||
282 | - /* Write as much of the stack frame as we can. If we fail a stack | ||
283 | + /* | ||
284 | + * Write as much of the stack frame as we can. If we fail a stack | ||
285 | * write this will result in a derived exception being pended | ||
286 | * (which may be taken in preference to the one we started with | ||
287 | * if it has higher priority). | ||
288 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
289 | bool ftype; | ||
290 | bool restore_s16_s31; | ||
291 | |||
292 | - /* If we're not in Handler mode then jumps to magic exception-exit | ||
293 | + /* | ||
294 | + * If we're not in Handler mode then jumps to magic exception-exit | ||
295 | * addresses don't have magic behaviour. However for the v8M | ||
296 | * security extensions the magic secure-function-return has to | ||
297 | * work in thread mode too, so to avoid doing an extra check in | ||
298 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
299 | return; | ||
300 | } | ||
301 | |||
302 | - /* In the spec pseudocode ExceptionReturn() is called directly | ||
303 | + /* | ||
304 | + * In the spec pseudocode ExceptionReturn() is called directly | ||
305 | * from BXWritePC() and gets the full target PC value including | ||
306 | * bit zero. In QEMU's implementation we treat it as a normal | ||
307 | * jump-to-register (which is then caught later on), and so split | ||
308 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
309 | } | ||
310 | |||
311 | if (arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
312 | - /* EXC_RETURN.ES validation check (R_SMFL). We must do this before | ||
313 | + /* | ||
314 | + * EXC_RETURN.ES validation check (R_SMFL). We must do this before | ||
315 | * we pick which FAULTMASK to clear. | ||
316 | */ | ||
317 | if (!env->v7m.secure && | ||
318 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
319 | } | ||
320 | |||
321 | if (env->v7m.exception != ARMV7M_EXCP_NMI) { | ||
322 | - /* Auto-clear FAULTMASK on return from other than NMI. | ||
323 | + /* | ||
324 | + * Auto-clear FAULTMASK on return from other than NMI. | ||
325 | * If the security extension is implemented then this only | ||
326 | * happens if the raw execution priority is >= 0; the | ||
327 | * value of the ES bit in the exception return value indicates | ||
328 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
329 | /* still an irq active now */ | ||
330 | break; | ||
331 | case 1: | ||
332 | - /* we returned to base exception level, no nesting. | ||
333 | + /* | ||
334 | + * We returned to base exception level, no nesting. | ||
335 | * (In the pseudocode this is written using "NestedActivation != 1" | ||
336 | * where we have 'rettobase == false'.) | ||
337 | */ | ||
338 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
339 | |||
340 | if (arm_feature(env, ARM_FEATURE_V8)) { | ||
341 | if (!arm_feature(env, ARM_FEATURE_M_SECURITY)) { | ||
342 | - /* UNPREDICTABLE if S == 1 or DCRS == 0 or ES == 1 (R_XLCP); | ||
343 | + /* | ||
344 | + * UNPREDICTABLE if S == 1 or DCRS == 0 or ES == 1 (R_XLCP); | ||
345 | * we choose to take the UsageFault. | ||
346 | */ | ||
347 | if ((excret & R_V7M_EXCRET_S_MASK) || | ||
348 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
349 | break; | ||
350 | case 13: /* Return to Thread using Process stack */ | ||
351 | case 9: /* Return to Thread using Main stack */ | ||
352 | - /* We only need to check NONBASETHRDENA for v7M, because in | ||
353 | + /* | ||
354 | + * We only need to check NONBASETHRDENA for v7M, because in | ||
355 | * v8M this bit does not exist (it is RES1). | ||
356 | */ | ||
357 | if (!rettobase && | ||
358 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
359 | } | ||
360 | |||
361 | if (ufault) { | ||
362 | - /* Bad exception return: instead of popping the exception | ||
363 | + /* | ||
364 | + * Bad exception return: instead of popping the exception | ||
365 | * stack, directly take a usage fault on the current stack. | ||
366 | */ | ||
367 | env->v7m.cfsr[env->v7m.secure] |= R_V7M_CFSR_INVPC_MASK; | ||
368 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
369 | switch_v7m_security_state(env, return_to_secure); | ||
370 | |||
371 | { | ||
372 | - /* The stack pointer we should be reading the exception frame from | ||
373 | + /* | ||
374 | + * The stack pointer we should be reading the exception frame from | ||
375 | * depends on bits in the magic exception return type value (and | ||
376 | * for v8M isn't necessarily the stack pointer we will eventually | ||
377 | * end up resuming execution with). Get a pointer to the location | ||
378 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
379 | v7m_stack_read(cpu, &xpsr, frameptr + 0x1c, mmu_idx); | ||
380 | |||
381 | if (!pop_ok) { | ||
382 | - /* v7m_stack_read() pended a fault, so take it (as a tail | ||
383 | + /* | ||
384 | + * v7m_stack_read() pended a fault, so take it (as a tail | ||
385 | * chained exception on the same stack frame) | ||
386 | */ | ||
387 | qemu_log_mask(CPU_LOG_INT, "...derived exception on unstacking\n"); | ||
388 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
389 | return; | ||
390 | } | ||
391 | |||
392 | - /* Returning from an exception with a PC with bit 0 set is defined | ||
393 | + /* | ||
394 | + * Returning from an exception with a PC with bit 0 set is defined | ||
395 | * behaviour on v8M (bit 0 is ignored), but for v7M it was specified | ||
396 | * to be UNPREDICTABLE. In practice actual v7M hardware seems to ignore | ||
397 | * the lsbit, and there are several RTOSes out there which incorrectly | ||
398 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
399 | } | ||
400 | |||
401 | if (arm_feature(env, ARM_FEATURE_V8)) { | ||
402 | - /* For v8M we have to check whether the xPSR exception field | ||
403 | + /* | ||
404 | + * For v8M we have to check whether the xPSR exception field | ||
405 | * matches the EXCRET value for return to handler/thread | ||
406 | * before we commit to changing the SP and xPSR. | ||
407 | */ | ||
408 | bool will_be_handler = (xpsr & XPSR_EXCP) != 0; | ||
409 | if (return_to_handler != will_be_handler) { | ||
410 | - /* Take an INVPC UsageFault on the current stack. | ||
411 | + /* | ||
412 | + * Take an INVPC UsageFault on the current stack. | ||
413 | * By this point we will have switched to the security state | ||
414 | * for the background state, so this UsageFault will target | ||
415 | * that state. | ||
416 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
417 | frameptr += 0x40; | ||
418 | } | ||
419 | } | ||
420 | - /* Undo stack alignment (the SPREALIGN bit indicates that the original | ||
421 | + /* | ||
422 | + * Undo stack alignment (the SPREALIGN bit indicates that the original | ||
423 | * pre-exception SP was not 8-aligned and we added a padding word to | ||
424 | * align it, so we undo this by ORing in the bit that increases it | ||
425 | * from the current 8-aligned value to the 8-unaligned value. (Adding 4 | ||
426 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
427 | V7M_CONTROL, SFPA, sfpa); | ||
428 | } | ||
429 | |||
430 | - /* The restored xPSR exception field will be zero if we're | ||
431 | + /* | ||
432 | + * The restored xPSR exception field will be zero if we're | ||
433 | * resuming in Thread mode. If that doesn't match what the | ||
434 | * exception return excret specified then this is a UsageFault. | ||
435 | * v7M requires we make this check here; v8M did it earlier. | ||
436 | */ | ||
437 | if (return_to_handler != arm_v7m_is_handler_mode(env)) { | ||
438 | - /* Take an INVPC UsageFault by pushing the stack again; | ||
439 | + /* | ||
440 | + * Take an INVPC UsageFault by pushing the stack again; | ||
441 | * we know we're v7M so this is never a Secure UsageFault. | ||
442 | */ | ||
443 | bool ignore_stackfaults; | ||
444 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
445 | |||
446 | static bool do_v7m_function_return(ARMCPU *cpu) | ||
447 | { | ||
448 | - /* v8M security extensions magic function return. | ||
449 | + /* | ||
450 | + * v8M security extensions magic function return. | ||
451 | * We may either: | ||
452 | * (1) throw an exception (longjump) | ||
453 | * (2) return true if we successfully handled the function return | ||
454 | @@ -XXX,XX +XXX,XX @@ static bool do_v7m_function_return(ARMCPU *cpu) | ||
455 | frame_sp_p = get_v7m_sp_ptr(env, true, threadmode, spsel); | ||
456 | frameptr = *frame_sp_p; | ||
457 | |||
458 | - /* These loads may throw an exception (for MPU faults). We want to | ||
459 | + /* | ||
460 | + * These loads may throw an exception (for MPU faults). We want to | ||
461 | * do them as secure, so work out what MMU index that is. | ||
462 | */ | ||
463 | mmu_idx = arm_v7m_mmu_idx_for_secstate(env, true); | ||
464 | @@ -XXX,XX +XXX,XX @@ static void arm_log_exception(int idx) | ||
465 | static bool v7m_read_half_insn(ARMCPU *cpu, ARMMMUIdx mmu_idx, | ||
466 | uint32_t addr, uint16_t *insn) | ||
467 | { | ||
468 | - /* Load a 16-bit portion of a v7M instruction, returning true on success, | ||
469 | + /* | ||
470 | + * Load a 16-bit portion of a v7M instruction, returning true on success, | ||
471 | * or false on failure (in which case we will have pended the appropriate | ||
472 | * exception). | ||
473 | * We need to do the instruction fetch's MPU and SAU checks | ||
474 | @@ -XXX,XX +XXX,XX @@ static bool v7m_read_half_insn(ARMCPU *cpu, ARMMMUIdx mmu_idx, | ||
475 | |||
476 | v8m_security_lookup(env, addr, MMU_INST_FETCH, mmu_idx, &sattrs); | ||
477 | if (!sattrs.nsc || sattrs.ns) { | ||
478 | - /* This must be the second half of the insn, and it straddles a | ||
479 | + /* | ||
480 | + * This must be the second half of the insn, and it straddles a | ||
481 | * region boundary with the second half not being S&NSC. | ||
482 | */ | ||
483 | env->v7m.sfsr |= R_V7M_SFSR_INVEP_MASK; | ||
484 | @@ -XXX,XX +XXX,XX @@ static bool v7m_read_half_insn(ARMCPU *cpu, ARMMMUIdx mmu_idx, | ||
485 | |||
486 | static bool v7m_handle_execute_nsc(ARMCPU *cpu) | ||
487 | { | ||
488 | - /* Check whether this attempt to execute code in a Secure & NS-Callable | ||
489 | + /* | ||
490 | + * Check whether this attempt to execute code in a Secure & NS-Callable | ||
491 | * memory region is for an SG instruction; if so, then emulate the | ||
492 | * effect of the SG instruction and return true. Otherwise pend | ||
493 | * the correct kind of exception and return false. | ||
494 | @@ -XXX,XX +XXX,XX @@ static bool v7m_handle_execute_nsc(ARMCPU *cpu) | ||
495 | ARMMMUIdx mmu_idx; | ||
496 | uint16_t insn; | ||
497 | |||
498 | - /* We should never get here unless get_phys_addr_pmsav8() caused | ||
499 | + /* | ||
500 | + * We should never get here unless get_phys_addr_pmsav8() caused | ||
501 | * an exception for NS executing in S&NSC memory. | ||
502 | */ | ||
503 | assert(!env->v7m.secure); | ||
504 | @@ -XXX,XX +XXX,XX @@ static bool v7m_handle_execute_nsc(ARMCPU *cpu) | ||
505 | } | ||
506 | |||
507 | if (insn != 0xe97f) { | ||
508 | - /* Not an SG instruction first half (we choose the IMPDEF | ||
509 | + /* | ||
510 | + * Not an SG instruction first half (we choose the IMPDEF | ||
511 | * early-SG-check option). | ||
512 | */ | ||
513 | goto gen_invep; | ||
514 | @@ -XXX,XX +XXX,XX @@ static bool v7m_handle_execute_nsc(ARMCPU *cpu) | ||
515 | } | ||
516 | |||
517 | if (insn != 0xe97f) { | ||
518 | - /* Not an SG instruction second half (yes, both halves of the SG | ||
519 | + /* | ||
520 | + * Not an SG instruction second half (yes, both halves of the SG | ||
521 | * insn have the same hex value) | ||
522 | */ | ||
523 | goto gen_invep; | ||
524 | } | ||
525 | |||
526 | - /* OK, we have confirmed that we really have an SG instruction. | ||
527 | + /* | ||
528 | + * OK, we have confirmed that we really have an SG instruction. | ||
529 | * We know we're NS in S memory so don't need to repeat those checks. | ||
530 | */ | ||
531 | qemu_log_mask(CPU_LOG_INT, "...really an SG instruction at 0x%08" PRIx32 | ||
532 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
533 | |||
534 | arm_log_exception(cs->exception_index); | ||
535 | |||
536 | - /* For exceptions we just mark as pending on the NVIC, and let that | ||
537 | - handle it. */ | ||
538 | + /* | ||
539 | + * For exceptions we just mark as pending on the NVIC, and let that | ||
540 | + * handle it. | ||
541 | + */ | ||
542 | switch (cs->exception_index) { | ||
543 | case EXCP_UDEF: | ||
544 | armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_USAGE, env->v7m.secure); | ||
545 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
546 | break; | ||
547 | case EXCP_PREFETCH_ABORT: | ||
548 | case EXCP_DATA_ABORT: | ||
549 | - /* Note that for M profile we don't have a guest facing FSR, but | ||
550 | + /* | ||
551 | + * Note that for M profile we don't have a guest facing FSR, but | ||
552 | * the env->exception.fsr will be populated by the code that | ||
553 | * raises the fault, in the A profile short-descriptor format. | ||
554 | */ | ||
555 | switch (env->exception.fsr & 0xf) { | ||
556 | case M_FAKE_FSR_NSC_EXEC: | ||
557 | - /* Exception generated when we try to execute code at an address | ||
558 | + /* | ||
559 | + * Exception generated when we try to execute code at an address | ||
560 | * which is marked as Secure & Non-Secure Callable and the CPU | ||
561 | * is in the Non-Secure state. The only instruction which can | ||
562 | * be executed like this is SG (and that only if both halves of | ||
563 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
564 | } | ||
565 | break; | ||
566 | case M_FAKE_FSR_SFAULT: | ||
567 | - /* Various flavours of SecureFault for attempts to execute or | ||
568 | + /* | ||
569 | + * Various flavours of SecureFault for attempts to execute or | ||
570 | * access data in the wrong security state. | ||
571 | */ | ||
572 | switch (cs->exception_index) { | ||
573 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
574 | armv7m_nvic_set_pending(env->nvic, ARMV7M_EXCP_BUS, false); | ||
575 | break; | ||
576 | default: | ||
577 | - /* All other FSR values are either MPU faults or "can't happen | ||
578 | + /* | ||
579 | + * All other FSR values are either MPU faults or "can't happen | ||
580 | * for M profile" cases. | ||
581 | */ | ||
582 | switch (cs->exception_index) { | ||
583 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
584 | if (arm_feature(env, ARM_FEATURE_V8)) { | ||
585 | lr = R_V7M_EXCRET_RES1_MASK | | ||
586 | R_V7M_EXCRET_DCRS_MASK; | ||
587 | - /* The S bit indicates whether we should return to Secure | ||
588 | + /* | ||
589 | + * The S bit indicates whether we should return to Secure | ||
590 | * or NonSecure (ie our current state). | ||
591 | * The ES bit indicates whether we're taking this exception | ||
592 | * to Secure or NonSecure (ie our target state). We set it | ||
593 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) | ||
594 | v7m_exception_taken(cpu, lr, false, ignore_stackfaults); | ||
595 | } | ||
596 | |||
597 | -/* Function used to synchronize QEMU's AArch64 register set with AArch32 | ||
598 | +/* | ||
599 | + * Function used to synchronize QEMU's AArch64 register set with AArch32 | ||
600 | * register set. This is necessary when switching between AArch32 and AArch64 | ||
601 | * execution state. | ||
602 | */ | ||
603 | @@ -XXX,XX +XXX,XX @@ void aarch64_sync_32_to_64(CPUARMState *env) | ||
604 | env->xregs[i] = env->regs[i]; | ||
605 | } | ||
606 | |||
607 | - /* Unless we are in FIQ mode, x8-x12 come from the user registers r8-r12. | ||
608 | + /* | ||
609 | + * Unless we are in FIQ mode, x8-x12 come from the user registers r8-r12. | ||
610 | * Otherwise, they come from the banked user regs. | ||
611 | */ | ||
612 | if (mode == ARM_CPU_MODE_FIQ) { | ||
613 | @@ -XXX,XX +XXX,XX @@ void aarch64_sync_32_to_64(CPUARMState *env) | ||
614 | } | ||
615 | } | ||
616 | |||
617 | - /* Registers x13-x23 are the various mode SP and FP registers. Registers | ||
618 | + /* | ||
619 | + * Registers x13-x23 are the various mode SP and FP registers. Registers | ||
620 | * r13 and r14 are only copied if we are in that mode, otherwise we copy | ||
621 | * from the mode banked register. | ||
622 | */ | ||
623 | @@ -XXX,XX +XXX,XX @@ void aarch64_sync_32_to_64(CPUARMState *env) | ||
624 | env->xregs[23] = env->banked_r13[bank_number(ARM_CPU_MODE_UND)]; | ||
625 | } | ||
626 | |||
627 | - /* Registers x24-x30 are mapped to r8-r14 in FIQ mode. If we are in FIQ | ||
628 | + /* | ||
629 | + * Registers x24-x30 are mapped to r8-r14 in FIQ mode. If we are in FIQ | ||
630 | * mode, then we can copy from r8-r14. Otherwise, we copy from the | ||
631 | * FIQ bank for r8-r14. | ||
632 | */ | ||
633 | @@ -XXX,XX +XXX,XX @@ void aarch64_sync_32_to_64(CPUARMState *env) | ||
634 | env->pc = env->regs[15]; | ||
635 | } | ||
636 | |||
637 | -/* Function used to synchronize QEMU's AArch32 register set with AArch64 | ||
638 | +/* | ||
639 | + * Function used to synchronize QEMU's AArch32 register set with AArch64 | ||
640 | * register set. This is necessary when switching between AArch32 and AArch64 | ||
641 | * execution state. | ||
642 | */ | ||
643 | @@ -XXX,XX +XXX,XX @@ void aarch64_sync_64_to_32(CPUARMState *env) | ||
644 | env->regs[i] = env->xregs[i]; | ||
645 | } | ||
646 | |||
647 | - /* Unless we are in FIQ mode, r8-r12 come from the user registers x8-x12. | ||
648 | + /* | ||
649 | + * Unless we are in FIQ mode, r8-r12 come from the user registers x8-x12. | ||
650 | * Otherwise, we copy x8-x12 into the banked user regs. | ||
651 | */ | ||
652 | if (mode == ARM_CPU_MODE_FIQ) { | ||
653 | @@ -XXX,XX +XXX,XX @@ void aarch64_sync_64_to_32(CPUARMState *env) | ||
654 | } | ||
655 | } | ||
656 | |||
657 | - /* Registers r13 & r14 depend on the current mode. | ||
658 | + /* | ||
659 | + * Registers r13 & r14 depend on the current mode. | ||
660 | * If we are in a given mode, we copy the corresponding x registers to r13 | ||
661 | * and r14. Otherwise, we copy the x register to the banked r13 and r14 | ||
662 | * for the mode. | ||
663 | @@ -XXX,XX +XXX,XX @@ void aarch64_sync_64_to_32(CPUARMState *env) | ||
664 | } else { | ||
665 | env->banked_r13[bank_number(ARM_CPU_MODE_USR)] = env->xregs[13]; | ||
666 | |||
667 | - /* HYP is an exception in that it does not have its own banked r14 but | ||
668 | + /* | ||
669 | + * HYP is an exception in that it does not have its own banked r14 but | ||
670 | * shares the USR r14 | ||
671 | */ | ||
672 | if (mode == ARM_CPU_MODE_HYP) { | ||
673 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_mrs)(CPUARMState *env, uint32_t reg) | ||
674 | return value; | ||
675 | } | ||
676 | case 0x94: /* CONTROL_NS */ | ||
677 | - /* We have to handle this here because unprivileged Secure code | ||
678 | + /* | ||
679 | + * We have to handle this here because unprivileged Secure code | ||
680 | * can read the NS CONTROL register. | ||
681 | */ | ||
682 | if (!env->v7m.secure) { | ||
683 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_mrs)(CPUARMState *env, uint32_t reg) | ||
684 | return env->v7m.faultmask[M_REG_NS]; | ||
685 | case 0x98: /* SP_NS */ | ||
686 | { | ||
687 | - /* This gives the non-secure SP selected based on whether we're | ||
688 | + /* | ||
689 | + * This gives the non-secure SP selected based on whether we're | ||
690 | * currently in handler mode or not, using the NS CONTROL.SPSEL. | ||
691 | */ | ||
692 | bool spsel = env->v7m.control[M_REG_NS] & R_V7M_CONTROL_SPSEL_MASK; | ||
693 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_mrs)(CPUARMState *env, uint32_t reg) | ||
694 | |||
695 | void HELPER(v7m_msr)(CPUARMState *env, uint32_t maskreg, uint32_t val) | ||
696 | { | ||
697 | - /* We're passed bits [11..0] of the instruction; extract | ||
698 | + /* | ||
699 | + * We're passed bits [11..0] of the instruction; extract | ||
700 | * SYSm and the mask bits. | ||
701 | * Invalid combinations of SYSm and mask are UNPREDICTABLE; | ||
702 | * we choose to treat them as if the mask bits were valid. | ||
703 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_msr)(CPUARMState *env, uint32_t maskreg, uint32_t val) | ||
704 | return; | ||
705 | case 0x98: /* SP_NS */ | ||
706 | { | ||
707 | - /* This gives the non-secure SP selected based on whether we're | ||
708 | + /* | ||
709 | + * This gives the non-secure SP selected based on whether we're | ||
710 | * currently in handler mode or not, using the NS CONTROL.SPSEL. | ||
711 | */ | ||
712 | bool spsel = env->v7m.control[M_REG_NS] & R_V7M_CONTROL_SPSEL_MASK; | ||
713 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_tt)(CPUARMState *env, uint32_t addr, uint32_t op) | ||
714 | bool targetsec = env->v7m.secure; | ||
715 | bool is_subpage; | ||
716 | |||
717 | - /* Work out what the security state and privilege level we're | ||
718 | + /* | ||
719 | + * Work out what the security state and privilege level we're | ||
720 | * interested in is... | ||
721 | */ | ||
722 | if (alt) { | ||
723 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(v7m_tt)(CPUARMState *env, uint32_t addr, uint32_t op) | ||
724 | /* ...and then figure out which MMU index this is */ | ||
725 | mmu_idx = arm_v7m_mmu_idx_for_secstate_and_priv(env, targetsec, targetpriv); | ||
726 | |||
727 | - /* We know that the MPU and SAU don't care about the access type | ||
728 | + /* | ||
729 | + * We know that the MPU and SAU don't care about the access type | ||
730 | * for our purposes beyond that we don't want to claim to be | ||
731 | * an insn fetch, so we arbitrarily call this a read. | ||
732 | */ | ||
733 | |||
734 | - /* MPU region info only available for privileged or if | ||
735 | + /* | ||
736 | + * MPU region info only available for privileged or if | ||
737 | * inspecting the other MPU state. | ||
738 | */ | ||
739 | if (arm_current_el(env) != 0 || alt) { | ||
740 | @@ -XXX,XX +XXX,XX @@ bool arm_cpu_tlb_fill(CPUState *cs, vaddr address, int size, | ||
741 | |||
742 | void HELPER(dc_zva)(CPUARMState *env, uint64_t vaddr_in) | ||
743 | { | ||
744 | - /* Implement DC ZVA, which zeroes a fixed-length block of memory. | ||
745 | + /* | ||
746 | + * Implement DC ZVA, which zeroes a fixed-length block of memory. | ||
747 | * Note that we do not implement the (architecturally mandated) | ||
748 | * alignment fault for attempts to use this on Device memory | ||
749 | * (which matches the usual QEMU behaviour of not implementing either | ||
750 | @@ -XXX,XX +XXX,XX @@ void HELPER(dc_zva)(CPUARMState *env, uint64_t vaddr_in) | ||
751 | |||
752 | #ifndef CONFIG_USER_ONLY | ||
753 | { | ||
754 | - /* Slightly awkwardly, QEMU's TARGET_PAGE_SIZE may be less than | ||
755 | + /* | ||
756 | + * Slightly awkwardly, QEMU's TARGET_PAGE_SIZE may be less than | ||
757 | * the block size so we might have to do more than one TLB lookup. | ||
758 | * We know that in fact for any v8 CPU the page size is at least 4K | ||
759 | * and the block size must be 2K or less, but TARGET_PAGE_SIZE is only | ||
760 | @@ -XXX,XX +XXX,XX @@ void HELPER(dc_zva)(CPUARMState *env, uint64_t vaddr_in) | ||
761 | } | ||
762 | } | ||
763 | if (i == maxidx) { | ||
764 | - /* If it's all in the TLB it's fair game for just writing to; | ||
765 | + /* | ||
766 | + * If it's all in the TLB it's fair game for just writing to; | ||
767 | * we know we don't need to update dirty status, etc. | ||
768 | */ | ||
769 | for (i = 0; i < maxidx - 1; i++) { | ||
770 | @@ -XXX,XX +XXX,XX @@ void HELPER(dc_zva)(CPUARMState *env, uint64_t vaddr_in) | ||
771 | memset(hostaddr[i], 0, blocklen - (i * TARGET_PAGE_SIZE)); | ||
772 | return; | ||
773 | } | ||
774 | - /* OK, try a store and see if we can populate the tlb. This | ||
775 | + /* | ||
776 | + * OK, try a store and see if we can populate the tlb. This | ||
777 | * might cause an exception if the memory isn't writable, | ||
778 | * in which case we will longjmp out of here. We must for | ||
779 | * this purpose use the actual register value passed to us | ||
780 | @@ -XXX,XX +XXX,XX @@ void HELPER(dc_zva)(CPUARMState *env, uint64_t vaddr_in) | ||
781 | } | ||
782 | } | ||
783 | |||
784 | - /* Slow path (probably attempt to do this to an I/O device or | ||
785 | + /* | ||
786 | + * Slow path (probably attempt to do this to an I/O device or | ||
787 | * similar, or clearing of a block of code we have translations | ||
788 | * cached for). Just do a series of byte writes as the architecture | ||
789 | * demands. It's not worth trying to use a cpu_physical_memory_map(), | ||
790 | diff --git a/target/arm/op_helper.c b/target/arm/op_helper.c | ||
791 | index XXXXXXX..XXXXXXX 100644 | ||
792 | --- a/target/arm/op_helper.c | ||
793 | +++ b/target/arm/op_helper.c | ||
794 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t merge_syn_data_abort(uint32_t template_syn, | ||
795 | { | ||
796 | uint32_t syn; | ||
797 | |||
798 | - /* ISV is only set for data aborts routed to EL2 and | ||
799 | + /* | ||
800 | + * ISV is only set for data aborts routed to EL2 and | ||
801 | * never for stage-1 page table walks faulting on stage 2. | ||
802 | * | ||
803 | * Furthermore, ISV is only set for certain kinds of load/stores. | ||
804 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t merge_syn_data_abort(uint32_t template_syn, | ||
805 | syn = syn_data_abort_no_iss(same_el, | ||
806 | ea, 0, s1ptw, is_write, fsc); | ||
807 | } else { | ||
808 | - /* Fields: IL, ISV, SAS, SSE, SRT, SF and AR come from the template | ||
809 | + /* | ||
810 | + * Fields: IL, ISV, SAS, SSE, SRT, SF and AR come from the template | ||
811 | * syndrome created at translation time. | ||
812 | * Now we create the runtime syndrome with the remaining fields. | ||
813 | */ | ||
814 | @@ -XXX,XX +XXX,XX @@ void arm_deliver_fault(ARMCPU *cpu, vaddr addr, MMUAccessType access_type, | ||
815 | |||
816 | if (target_el == 2 || arm_el_is_aa64(env, target_el) || | ||
817 | arm_s1_regime_using_lpae_format(env, arm_mmu_idx)) { | ||
818 | - /* LPAE format fault status register : bottom 6 bits are | ||
819 | + /* | ||
820 | + * LPAE format fault status register : bottom 6 bits are | ||
821 | * status code in the same form as needed for syndrome | ||
822 | */ | ||
823 | fsr = arm_fi_to_lfsc(fi); | ||
824 | fsc = extract32(fsr, 0, 6); | ||
825 | } else { | ||
826 | fsr = arm_fi_to_sfsc(fi); | ||
827 | - /* Short format FSR : this fault will never actually be reported | ||
828 | + /* | ||
829 | + * Short format FSR : this fault will never actually be reported | ||
830 | * to an EL that uses a syndrome register. Use a (currently) | ||
831 | * reserved FSR code in case the constructed syndrome does leak | ||
832 | * into the guest somehow. | ||
833 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr, | ||
834 | arm_deliver_fault(cpu, vaddr, access_type, mmu_idx, &fi); | ||
835 | } | ||
836 | |||
837 | -/* arm_cpu_do_transaction_failed: handle a memory system error response | ||
838 | +/* | ||
839 | + * arm_cpu_do_transaction_failed: handle a memory system error response | ||
840 | * (eg "no device/memory present at address") by raising an external abort | ||
841 | * exception | ||
842 | */ | ||
843 | @@ -XXX,XX +XXX,XX @@ static bool linked_bp_matches(ARMCPU *cpu, int lbn) | ||
844 | int bt; | ||
845 | uint32_t contextidr; | ||
846 | |||
847 | - /* Links to unimplemented or non-context aware breakpoints are | ||
848 | + /* | ||
849 | + * Links to unimplemented or non-context aware breakpoints are | ||
850 | * CONSTRAINED UNPREDICTABLE: either behave as if disabled, or | ||
851 | * as if linked to an UNKNOWN context-aware breakpoint (in which | ||
852 | * case DBGWCR<n>_EL1.LBN must indicate that breakpoint). | ||
853 | @@ -XXX,XX +XXX,XX @@ static bool linked_bp_matches(ARMCPU *cpu, int lbn) | ||
854 | |||
855 | bt = extract64(bcr, 20, 4); | ||
856 | |||
857 | - /* We match the whole register even if this is AArch32 using the | ||
858 | + /* | ||
859 | + * We match the whole register even if this is AArch32 using the | ||
860 | * short descriptor format (in which case it holds both PROCID and ASID), | ||
861 | * since we don't implement the optional v7 context ID masking. | ||
862 | */ | ||
863 | @@ -XXX,XX +XXX,XX @@ static bool linked_bp_matches(ARMCPU *cpu, int lbn) | ||
864 | case 9: /* linked VMID match (reserved if no EL2) */ | ||
865 | case 11: /* linked context ID and VMID match (reserved if no EL2) */ | ||
866 | default: | ||
867 | - /* Links to Unlinked context breakpoints must generate no | ||
868 | + /* | ||
869 | + * Links to Unlinked context breakpoints must generate no | ||
870 | * events; we choose to do the same for reserved values too. | ||
871 | */ | ||
872 | return false; | ||
873 | @@ -XXX,XX +XXX,XX @@ static bool bp_wp_matches(ARMCPU *cpu, int n, bool is_wp) | ||
874 | CPUARMState *env = &cpu->env; | ||
875 | uint64_t cr; | ||
876 | int pac, hmc, ssc, wt, lbn; | ||
877 | - /* Note that for watchpoints the check is against the CPU security | ||
878 | + /* | ||
879 | + * Note that for watchpoints the check is against the CPU security | ||
880 | * state, not the S/NS attribute on the offending data access. | ||
881 | */ | ||
882 | bool is_secure = arm_is_secure(env); | ||
883 | @@ -XXX,XX +XXX,XX @@ static bool bp_wp_matches(ARMCPU *cpu, int n, bool is_wp) | ||
884 | } | ||
885 | cr = env->cp15.dbgwcr[n]; | ||
886 | if (wp->hitattrs.user) { | ||
887 | - /* The LDRT/STRT/LDT/STT "unprivileged access" instructions should | ||
888 | + /* | ||
889 | + * The LDRT/STRT/LDT/STT "unprivileged access" instructions should | ||
890 | * match watchpoints as if they were accesses done at EL0, even if | ||
891 | * the CPU is at EL1 or higher. | ||
892 | */ | ||
893 | @@ -XXX,XX +XXX,XX @@ static bool bp_wp_matches(ARMCPU *cpu, int n, bool is_wp) | ||
894 | } | ||
895 | cr = env->cp15.dbgbcr[n]; | ||
896 | } | ||
897 | - /* The WATCHPOINT_HIT flag guarantees us that the watchpoint is | ||
898 | + /* | ||
899 | + * The WATCHPOINT_HIT flag guarantees us that the watchpoint is | ||
900 | * enabled and that the address and access type match; for breakpoints | ||
901 | * we know the address matched; check the remaining fields, including | ||
902 | * linked breakpoints. We rely on WCR and BCR having the same layout | ||
903 | @@ -XXX,XX +XXX,XX @@ static bool check_watchpoints(ARMCPU *cpu) | ||
904 | CPUARMState *env = &cpu->env; | ||
905 | int n; | ||
906 | |||
907 | - /* If watchpoints are disabled globally or we can't take debug | ||
908 | + /* | ||
909 | + * If watchpoints are disabled globally or we can't take debug | ||
910 | * exceptions here then watchpoint firings are ignored. | ||
911 | */ | ||
912 | if (extract32(env->cp15.mdscr_el1, 15, 1) == 0 | ||
913 | @@ -XXX,XX +XXX,XX @@ static bool check_breakpoints(ARMCPU *cpu) | ||
914 | CPUARMState *env = &cpu->env; | ||
915 | int n; | ||
916 | |||
917 | - /* If breakpoints are disabled globally or we can't take debug | ||
918 | + /* | ||
919 | + * If breakpoints are disabled globally or we can't take debug | ||
920 | * exceptions here then breakpoint firings are ignored. | ||
921 | */ | ||
922 | if (extract32(env->cp15.mdscr_el1, 15, 1) == 0 | ||
923 | @@ -XXX,XX +XXX,XX @@ void HELPER(check_breakpoints)(CPUARMState *env) | ||
924 | |||
925 | bool arm_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) | ||
926 | { | ||
927 | - /* Called by core code when a CPU watchpoint fires; need to check if this | ||
928 | + /* | ||
929 | + * Called by core code when a CPU watchpoint fires; need to check if this | ||
930 | * is also an architectural watchpoint match. | ||
931 | */ | ||
932 | ARMCPU *cpu = ARM_CPU(cs); | ||
933 | @@ -XXX,XX +XXX,XX @@ vaddr arm_adjust_watchpoint_address(CPUState *cs, vaddr addr, int len) | ||
934 | ARMCPU *cpu = ARM_CPU(cs); | ||
935 | CPUARMState *env = &cpu->env; | ||
936 | |||
937 | - /* In BE32 system mode, target memory is stored byteswapped (on a | ||
938 | + /* | ||
939 | + * In BE32 system mode, target memory is stored byteswapped (on a | ||
940 | * little-endian host system), and by the time we reach here (via an | ||
941 | * opcode helper) the addresses of subword accesses have been adjusted | ||
942 | * to account for that, which means that watchpoints will not match. | ||
943 | @@ -XXX,XX +XXX,XX @@ vaddr arm_adjust_watchpoint_address(CPUState *cs, vaddr addr, int len) | ||
944 | |||
945 | void arm_debug_excp_handler(CPUState *cs) | ||
946 | { | ||
947 | - /* Called by core code when a watchpoint or breakpoint fires; | ||
948 | + /* | ||
949 | + * Called by core code when a watchpoint or breakpoint fires; | ||
950 | * need to check which one and raise the appropriate exception. | ||
951 | */ | ||
952 | ARMCPU *cpu = ARM_CPU(cs); | ||
953 | @@ -XXX,XX +XXX,XX @@ void arm_debug_excp_handler(CPUState *cs) | ||
954 | uint64_t pc = is_a64(env) ? env->pc : env->regs[15]; | ||
955 | bool same_el = (arm_debug_target_el(env) == arm_current_el(env)); | ||
956 | |||
957 | - /* (1) GDB breakpoints should be handled first. | ||
958 | + /* | ||
959 | + * (1) GDB breakpoints should be handled first. | ||
960 | * (2) Do not raise a CPU exception if no CPU breakpoint has fired, | ||
961 | * since singlestep is also done by generating a debug internal | ||
962 | * exception. | ||
963 | @@ -XXX,XX +XXX,XX @@ void arm_debug_excp_handler(CPUState *cs) | ||
964 | } | ||
965 | |||
966 | env->exception.fsr = arm_debug_exception_fsr(env); | ||
967 | - /* FAR is UNKNOWN: clear vaddress to avoid potentially exposing | ||
968 | + /* | ||
969 | + * FAR is UNKNOWN: clear vaddress to avoid potentially exposing | ||
970 | * values to the guest that it shouldn't be able to see at its | ||
971 | * exception/security level. | ||
972 | */ | ||
973 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | ||
974 | index XXXXXXX..XXXXXXX 100644 | ||
975 | --- a/target/arm/vfp_helper.c | ||
976 | +++ b/target/arm/vfp_helper.c | ||
977 | @@ -XXX,XX +XXX,XX @@ void HELPER(vfp_set_fpscr)(CPUARMState *env, uint32_t val) | ||
978 | set_default_nan_mode(dnan_enabled, &env->vfp.fp_status_f16); | ||
979 | } | ||
980 | |||
981 | - /* The exception flags are ORed together when we read fpscr so we | ||
982 | + /* | ||
983 | + * The exception flags are ORed together when we read fpscr so we | ||
984 | * only need to preserve the current state in one of our | ||
985 | * float_status values. | ||
986 | */ | ||
987 | -- | 49 | -- |
988 | 2.20.1 | 50 | 2.25.1 |
989 | |||
990 | diff view generated by jsdifflib |
1 | From: Joel Stanley <joel@jms.id.au> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | All systems have an RTC. | 3 | Note that SME remains effectively disabled for user-only, |
4 | because we do not yet set CPACR_EL1.SMEN. This needs to | ||
5 | wait until the kernel ABI is implemented. | ||
4 | 6 | ||
5 | The IRQ is hooked up but the model does not use it at this stage. There | ||
6 | is no guest code that uses it, so this limitation is acceptable. | ||
7 | |||
8 | Signed-off-by: Joel Stanley <joel@jms.id.au> | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Message-id: 20190618165311.27066-5-clg@kaod.org | 8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20220708151540.18136-33-richard.henderson@linaro.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 11 | --- |
13 | include/hw/arm/aspeed_soc.h | 2 ++ | 12 | docs/system/arm/emulation.rst | 4 ++++ |
14 | hw/arm/aspeed_soc.c | 13 +++++++++++++ | 13 | target/arm/cpu64.c | 11 +++++++++++ |
15 | 2 files changed, 15 insertions(+) | 14 | 2 files changed, 15 insertions(+) |
16 | 15 | ||
17 | diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h | 16 | diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst |
18 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/include/hw/arm/aspeed_soc.h | 18 | --- a/docs/system/arm/emulation.rst |
20 | +++ b/include/hw/arm/aspeed_soc.h | 19 | +++ b/docs/system/arm/emulation.rst |
21 | @@ -XXX,XX +XXX,XX @@ | 20 | @@ -XXX,XX +XXX,XX @@ the following architecture extensions: |
22 | #include "hw/misc/aspeed_scu.h" | 21 | - FEAT_SHA512 (Advanced SIMD SHA512 instructions) |
23 | #include "hw/misc/aspeed_sdmc.h" | 22 | - FEAT_SM3 (Advanced SIMD SM3 instructions) |
24 | #include "hw/timer/aspeed_timer.h" | 23 | - FEAT_SM4 (Advanced SIMD SM4 instructions) |
25 | +#include "hw/timer/aspeed_rtc.h" | 24 | +- FEAT_SME (Scalable Matrix Extension) |
26 | #include "hw/i2c/aspeed_i2c.h" | 25 | +- FEAT_SME_FA64 (Full A64 instruction set in Streaming SVE mode) |
27 | #include "hw/ssi/aspeed_smc.h" | 26 | +- FEAT_SME_F64F64 (Double-precision floating-point outer product instructions) |
28 | #include "hw/watchdog/wdt_aspeed.h" | 27 | +- FEAT_SME_I16I64 (16-bit to 64-bit integer widening outer product instructions) |
29 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedSoCState { | 28 | - FEAT_SPECRES (Speculation restriction instructions) |
30 | ARMCPU cpu; | 29 | - FEAT_SSBS (Speculative Store Bypass Safe) |
31 | MemoryRegion sram; | 30 | - FEAT_TLBIOS (TLB invalidate instructions in Outer Shareable domain) |
32 | AspeedVICState vic; | 31 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c |
33 | + AspeedRtcState rtc; | ||
34 | AspeedTimerCtrlState timerctrl; | ||
35 | AspeedI2CState i2c; | ||
36 | AspeedSCUState scu; | ||
37 | diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c | ||
38 | index XXXXXXX..XXXXXXX 100644 | 32 | index XXXXXXX..XXXXXXX 100644 |
39 | --- a/hw/arm/aspeed_soc.c | 33 | --- a/target/arm/cpu64.c |
40 | +++ b/hw/arm/aspeed_soc.c | 34 | +++ b/target/arm/cpu64.c |
41 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_init(Object *obj) | 35 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) |
42 | sysbus_init_child_obj(obj, "vic", OBJECT(&s->vic), sizeof(s->vic), | 36 | */ |
43 | TYPE_ASPEED_VIC); | 37 | t = FIELD_DP64(t, ID_AA64PFR1, MTE, 3); /* FEAT_MTE3 */ |
44 | 38 | t = FIELD_DP64(t, ID_AA64PFR1, RAS_FRAC, 0); /* FEAT_RASv1p1 + FEAT_DoubleFault */ | |
45 | + sysbus_init_child_obj(obj, "rtc", OBJECT(&s->rtc), sizeof(s->rtc), | 39 | + t = FIELD_DP64(t, ID_AA64PFR1, SME, 1); /* FEAT_SME */ |
46 | + TYPE_ASPEED_RTC); | 40 | t = FIELD_DP64(t, ID_AA64PFR1, CSV2_FRAC, 0); /* FEAT_CSV2_2 */ |
41 | cpu->isar.id_aa64pfr1 = t; | ||
42 | |||
43 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
44 | t = FIELD_DP64(t, ID_AA64DFR0, PMUVER, 5); /* FEAT_PMUv3p4 */ | ||
45 | cpu->isar.id_aa64dfr0 = t; | ||
46 | |||
47 | + t = cpu->isar.id_aa64smfr0; | ||
48 | + t = FIELD_DP64(t, ID_AA64SMFR0, F32F32, 1); /* FEAT_SME */ | ||
49 | + t = FIELD_DP64(t, ID_AA64SMFR0, B16F32, 1); /* FEAT_SME */ | ||
50 | + t = FIELD_DP64(t, ID_AA64SMFR0, F16F32, 1); /* FEAT_SME */ | ||
51 | + t = FIELD_DP64(t, ID_AA64SMFR0, I8I32, 0xf); /* FEAT_SME */ | ||
52 | + t = FIELD_DP64(t, ID_AA64SMFR0, F64F64, 1); /* FEAT_SME_F64F64 */ | ||
53 | + t = FIELD_DP64(t, ID_AA64SMFR0, I16I64, 0xf); /* FEAT_SME_I16I64 */ | ||
54 | + t = FIELD_DP64(t, ID_AA64SMFR0, FA64, 1); /* FEAT_SME_FA64 */ | ||
55 | + cpu->isar.id_aa64smfr0 = t; | ||
47 | + | 56 | + |
48 | sysbus_init_child_obj(obj, "timerctrl", OBJECT(&s->timerctrl), | 57 | /* Replicate the same data to the 32-bit id registers. */ |
49 | sizeof(s->timerctrl), TYPE_ASPEED_TIMER); | 58 | aa32_max_features(cpu); |
50 | object_property_add_const_link(OBJECT(&s->timerctrl), "scu", | 59 | |
51 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
52 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->vic), 1, | ||
53 | qdev_get_gpio_in(DEVICE(&s->cpu), ARM_CPU_FIQ)); | ||
54 | |||
55 | + /* RTC */ | ||
56 | + object_property_set_bool(OBJECT(&s->rtc), true, "realized", &err); | ||
57 | + if (err) { | ||
58 | + error_propagate(errp, err); | ||
59 | + return; | ||
60 | + } | ||
61 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->rtc), 0, sc->info->memmap[ASPEED_RTC]); | ||
62 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->rtc), 0, | ||
63 | + aspeed_soc_get_irq(s, ASPEED_RTC)); | ||
64 | + | ||
65 | /* Timer */ | ||
66 | object_property_set_bool(OBJECT(&s->timerctrl), true, "realized", &err); | ||
67 | if (err) { | ||
68 | -- | 60 | -- |
69 | 2.20.1 | 61 | 2.25.1 |
70 | |||
71 | diff view generated by jsdifflib |
1 | From: Andrey Smirnov <andrew.smirnov@gmail.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Add no-op/unimplemented PCIE PHY IP block. Needed by new kernels to | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
4 | use PCIE. | 4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
5 | 5 | Message-id: 20220708151540.18136-34-richard.henderson@linaro.org | |
6 | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> | ||
7 | Cc: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Cc: Michael S. Tsirkin <mst@redhat.com> | ||
9 | Cc: qemu-devel@nongnu.org | ||
10 | Cc: qemu-arm@nongnu.org | ||
11 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 7 | --- |
14 | include/hw/arm/fsl-imx7.h | 3 +++ | 8 | linux-user/aarch64/target_cpu.h | 5 ++++- |
15 | hw/arm/fsl-imx7.c | 5 +++++ | 9 | 1 file changed, 4 insertions(+), 1 deletion(-) |
16 | 2 files changed, 8 insertions(+) | ||
17 | 10 | ||
18 | diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h | 11 | diff --git a/linux-user/aarch64/target_cpu.h b/linux-user/aarch64/target_cpu.h |
19 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/include/hw/arm/fsl-imx7.h | 13 | --- a/linux-user/aarch64/target_cpu.h |
21 | +++ b/include/hw/arm/fsl-imx7.h | 14 | +++ b/linux-user/aarch64/target_cpu.h |
22 | @@ -XXX,XX +XXX,XX @@ enum FslIMX7MemoryMap { | 15 | @@ -XXX,XX +XXX,XX @@ static inline void cpu_clone_regs_parent(CPUARMState *env, unsigned flags) |
23 | FSL_IMX7_ADC2_ADDR = 0x30620000, | 16 | |
24 | FSL_IMX7_ADCn_SIZE = 0x1000, | 17 | static inline void cpu_set_tls(CPUARMState *env, target_ulong newtls) |
25 | 18 | { | |
26 | + FSL_IMX7_PCIE_PHY_ADDR = 0x306D0000, | 19 | - /* Note that AArch64 Linux keeps the TLS pointer in TPIDR; this is |
27 | + FSL_IMX7_PCIE_PHY_SIZE = 0x10000, | 20 | + /* |
28 | + | 21 | + * Note that AArch64 Linux keeps the TLS pointer in TPIDR; this is |
29 | FSL_IMX7_GPC_ADDR = 0x303A0000, | 22 | * different from AArch32 Linux, which uses TPIDRRO. |
30 | |||
31 | FSL_IMX7_I2C1_ADDR = 0x30A20000, | ||
32 | diff --git a/hw/arm/fsl-imx7.c b/hw/arm/fsl-imx7.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/hw/arm/fsl-imx7.c | ||
35 | +++ b/hw/arm/fsl-imx7.c | ||
36 | @@ -XXX,XX +XXX,XX @@ static void fsl_imx7_realize(DeviceState *dev, Error **errp) | ||
37 | */ | 23 | */ |
38 | create_unimplemented_device("dma-apbh", FSL_IMX7_DMA_APBH_ADDR, | 24 | env->cp15.tpidr_el[0] = newtls; |
39 | FSL_IMX7_DMA_APBH_SIZE); | 25 | + /* TPIDR2_EL0 is cleared with CLONE_SETTLS. */ |
40 | + /* | 26 | + env->cp15.tpidr2_el0 = 0; |
41 | + * PCIe PHY | ||
42 | + */ | ||
43 | + create_unimplemented_device("pcie-phy", FSL_IMX7_PCIE_PHY_ADDR, | ||
44 | + FSL_IMX7_PCIE_PHY_SIZE); | ||
45 | } | 27 | } |
46 | 28 | ||
47 | static void fsl_imx7_class_init(ObjectClass *oc, void *data) | 29 | static inline abi_ulong get_sp_from_cpustate(CPUARMState *state) |
48 | -- | 30 | -- |
49 | 2.20.1 | 31 | 2.25.1 |
50 | |||
51 | diff view generated by jsdifflib |
1 | From: Andrew Jeffery <andrew@aj.id.au> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | From the datasheet: | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
4 | 4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | |
5 | This register stores the current status of counter #N. When timer | 5 | Message-id: 20220708151540.18136-35-richard.henderson@linaro.org |
6 | enable bit TMC30[N * b] is disabled, the reload register will be | ||
7 | loaded into this counter. When timer bit TMC30[N * b] is set, the | ||
8 | counter will start to decrement. CPU can update this register value | ||
9 | when enable bit is set. | ||
10 | |||
11 | Signed-off-by: Andrew Jeffery <andrew@aj.id.au> | ||
12 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
13 | Reviewed-by: Joel Stanley <joel@jms.id.au> | ||
14 | Message-id: 20190618165311.27066-9-clg@kaod.org | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 7 | --- |
17 | hw/timer/aspeed_timer.c | 6 +++++- | 8 | linux-user/aarch64/cpu_loop.c | 9 +++++++++ |
18 | 1 file changed, 5 insertions(+), 1 deletion(-) | 9 | 1 file changed, 9 insertions(+) |
19 | 10 | ||
20 | diff --git a/hw/timer/aspeed_timer.c b/hw/timer/aspeed_timer.c | 11 | diff --git a/linux-user/aarch64/cpu_loop.c b/linux-user/aarch64/cpu_loop.c |
21 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
22 | --- a/hw/timer/aspeed_timer.c | 13 | --- a/linux-user/aarch64/cpu_loop.c |
23 | +++ b/hw/timer/aspeed_timer.c | 14 | +++ b/linux-user/aarch64/cpu_loop.c |
24 | @@ -XXX,XX +XXX,XX @@ static uint64_t aspeed_timer_get_value(AspeedTimer *t, int reg) | 15 | @@ -XXX,XX +XXX,XX @@ void cpu_loop(CPUARMState *env) |
25 | 16 | ||
26 | switch (reg) { | 17 | switch (trapnr) { |
27 | case TIMER_REG_STATUS: | 18 | case EXCP_SWI: |
28 | - value = calculate_ticks(t, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL)); | 19 | + /* |
29 | + if (timer_enabled(t)) { | 20 | + * On syscall, PSTATE.ZA is preserved, along with the ZA matrix. |
30 | + value = calculate_ticks(t, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL)); | 21 | + * PSTATE.SM is cleared, per SMSTOP, which does ResetSVEState. |
31 | + } else { | 22 | + */ |
32 | + value = t->reload; | 23 | + if (FIELD_EX64(env->svcr, SVCR, SM)) { |
33 | + } | 24 | + env->svcr = FIELD_DP64(env->svcr, SVCR, SM, 0); |
34 | break; | 25 | + arm_rebuild_hflags(env); |
35 | case TIMER_REG_RELOAD: | 26 | + arm_reset_sve_state(env); |
36 | value = t->reload; | 27 | + } |
28 | ret = do_syscall(env, | ||
29 | env->xregs[8], | ||
30 | env->xregs[0], | ||
37 | -- | 31 | -- |
38 | 2.20.1 | 32 | 2.25.1 |
39 | |||
40 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The current models of the Aspeed SoCs only have one CPU but future | 3 | Make sure to zero the currently reserved fields. |
4 | ones will support SMP. Introduce a new num_cpus field at the SoC class | ||
5 | level to define the number of available CPUs per SoC and also | ||
6 | introduce a 'num-cpus' property to activate the CPUs configured for | ||
7 | the machine. | ||
8 | 4 | ||
9 | The max_cpus limit of the machine should depend on the SoC definition | 5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | but, unfortunately, these values are not available when the machine | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
11 | class is initialized. This is the reason why we add a check on | 7 | Message-id: 20220708151540.18136-36-richard.henderson@linaro.org |
12 | num_cpus in the AspeedSoC realize handler. | ||
13 | |||
14 | SMP support will be activated when models for such SoCs are implemented. | ||
15 | |||
16 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
17 | Reviewed-by: Joel Stanley <joel@jms.id.au> | ||
18 | Message-id: 20190618165311.27066-6-clg@kaod.org | ||
19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
20 | --- | 9 | --- |
21 | include/hw/arm/aspeed_soc.h | 5 ++++- | 10 | linux-user/aarch64/signal.c | 9 ++++++++- |
22 | hw/arm/aspeed.c | 7 +++++-- | 11 | 1 file changed, 8 insertions(+), 1 deletion(-) |
23 | hw/arm/aspeed_soc.c | 33 +++++++++++++++++++++++++++------ | ||
24 | 3 files changed, 36 insertions(+), 9 deletions(-) | ||
25 | 12 | ||
26 | diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h | 13 | diff --git a/linux-user/aarch64/signal.c b/linux-user/aarch64/signal.c |
27 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/include/hw/arm/aspeed_soc.h | 15 | --- a/linux-user/aarch64/signal.c |
29 | +++ b/include/hw/arm/aspeed_soc.h | 16 | +++ b/linux-user/aarch64/signal.c |
30 | @@ -XXX,XX +XXX,XX @@ | 17 | @@ -XXX,XX +XXX,XX @@ struct target_extra_context { |
31 | 18 | struct target_sve_context { | |
32 | #define ASPEED_SPIS_NUM 2 | 19 | struct target_aarch64_ctx head; |
33 | #define ASPEED_WDTS_NUM 3 | 20 | uint16_t vl; |
34 | +#define ASPEED_CPUS_NUM 2 | 21 | - uint16_t reserved[3]; |
35 | 22 | + uint16_t flags; | |
36 | typedef struct AspeedSoCState { | 23 | + uint16_t reserved[2]; |
37 | /*< private >*/ | 24 | /* The actual SVE data immediately follows. It is laid out |
38 | DeviceState parent; | 25 | * according to TARGET_SVE_SIG_{Z,P}REG_OFFSET, based off of |
39 | 26 | * the original struct pointer. | |
40 | /*< public >*/ | 27 | @@ -XXX,XX +XXX,XX @@ struct target_sve_context { |
41 | - ARMCPU cpu; | 28 | #define TARGET_SVE_SIG_CONTEXT_SIZE(VQ) \ |
42 | + ARMCPU cpu[ASPEED_CPUS_NUM]; | 29 | (TARGET_SVE_SIG_PREG_OFFSET(VQ, 17)) |
43 | + uint32_t num_cpus; | 30 | |
44 | MemoryRegion sram; | 31 | +#define TARGET_SVE_SIG_FLAG_SM 1 |
45 | AspeedVICState vic; | 32 | + |
46 | AspeedRtcState rtc; | 33 | struct target_rt_sigframe { |
47 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedSoCInfo { | 34 | struct target_siginfo info; |
48 | int wdts_num; | 35 | struct target_ucontext uc; |
49 | const int *irqmap; | 36 | @@ -XXX,XX +XXX,XX @@ static void target_setup_sve_record(struct target_sve_context *sve, |
50 | const hwaddr *memmap; | 37 | { |
51 | + uint32_t num_cpus; | 38 | int i, j; |
52 | } AspeedSoCInfo; | 39 | |
53 | 40 | + memset(sve, 0, sizeof(*sve)); | |
54 | typedef struct AspeedSoCClass { | 41 | __put_user(TARGET_SVE_MAGIC, &sve->head.magic); |
55 | diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c | 42 | __put_user(size, &sve->head.size); |
56 | index XXXXXXX..XXXXXXX 100644 | 43 | __put_user(vq * TARGET_SVE_VQ_BYTES, &sve->vl); |
57 | --- a/hw/arm/aspeed.c | 44 | + if (FIELD_EX64(env->svcr, SVCR, SM)) { |
58 | +++ b/hw/arm/aspeed.c | 45 | + __put_user(TARGET_SVE_SIG_FLAG_SM, &sve->flags); |
59 | @@ -XXX,XX +XXX,XX @@ | ||
60 | #include "hw/misc/tmp105.h" | ||
61 | #include "qemu/log.h" | ||
62 | #include "sysemu/block-backend.h" | ||
63 | +#include "sysemu/sysemu.h" | ||
64 | #include "hw/loader.h" | ||
65 | #include "qemu/error-report.h" | ||
66 | #include "qemu/units.h" | ||
67 | |||
68 | static struct arm_boot_info aspeed_board_binfo = { | ||
69 | .board_id = -1, /* device-tree-only board */ | ||
70 | - .nb_cpus = 1, | ||
71 | }; | ||
72 | |||
73 | struct AspeedBoardState { | ||
74 | @@ -XXX,XX +XXX,XX @@ static void aspeed_board_init(MachineState *machine, | ||
75 | &error_abort); | ||
76 | object_property_set_int(OBJECT(&bmc->soc), cfg->num_cs, "num-cs", | ||
77 | &error_abort); | ||
78 | + object_property_set_int(OBJECT(&bmc->soc), smp_cpus, "num-cpus", | ||
79 | + &error_abort); | ||
80 | if (machine->kernel_filename) { | ||
81 | /* | ||
82 | * When booting with a -kernel command line there is no u-boot | ||
83 | @@ -XXX,XX +XXX,XX @@ static void aspeed_board_init(MachineState *machine, | ||
84 | aspeed_board_binfo.kernel_cmdline = machine->kernel_cmdline; | ||
85 | aspeed_board_binfo.ram_size = ram_size; | ||
86 | aspeed_board_binfo.loader_start = sc->info->memmap[ASPEED_SDRAM]; | ||
87 | + aspeed_board_binfo.nb_cpus = bmc->soc.num_cpus; | ||
88 | |||
89 | if (cfg->i2c_init) { | ||
90 | cfg->i2c_init(bmc); | ||
91 | @@ -XXX,XX +XXX,XX @@ static void aspeed_machine_class_init(ObjectClass *oc, void *data) | ||
92 | |||
93 | mc->desc = board->desc; | ||
94 | mc->init = aspeed_machine_init; | ||
95 | - mc->max_cpus = 1; | ||
96 | + mc->max_cpus = ASPEED_CPUS_NUM; | ||
97 | mc->no_sdcard = 1; | ||
98 | mc->no_floppy = 1; | ||
99 | mc->no_cdrom = 1; | ||
100 | diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c | ||
101 | index XXXXXXX..XXXXXXX 100644 | ||
102 | --- a/hw/arm/aspeed_soc.c | ||
103 | +++ b/hw/arm/aspeed_soc.c | ||
104 | @@ -XXX,XX +XXX,XX @@ | ||
105 | #include "hw/char/serial.h" | ||
106 | #include "qemu/log.h" | ||
107 | #include "qemu/module.h" | ||
108 | +#include "qemu/error-report.h" | ||
109 | #include "hw/i2c/aspeed_i2c.h" | ||
110 | #include "net/net.h" | ||
111 | |||
112 | @@ -XXX,XX +XXX,XX @@ static const AspeedSoCInfo aspeed_socs[] = { | ||
113 | .wdts_num = 2, | ||
114 | .irqmap = aspeed_soc_ast2400_irqmap, | ||
115 | .memmap = aspeed_soc_ast2400_memmap, | ||
116 | + .num_cpus = 1, | ||
117 | }, { | ||
118 | .name = "ast2400-a1", | ||
119 | .cpu_type = ARM_CPU_TYPE_NAME("arm926"), | ||
120 | @@ -XXX,XX +XXX,XX @@ static const AspeedSoCInfo aspeed_socs[] = { | ||
121 | .wdts_num = 2, | ||
122 | .irqmap = aspeed_soc_ast2400_irqmap, | ||
123 | .memmap = aspeed_soc_ast2400_memmap, | ||
124 | + .num_cpus = 1, | ||
125 | }, { | ||
126 | .name = "ast2400", | ||
127 | .cpu_type = ARM_CPU_TYPE_NAME("arm926"), | ||
128 | @@ -XXX,XX +XXX,XX @@ static const AspeedSoCInfo aspeed_socs[] = { | ||
129 | .wdts_num = 2, | ||
130 | .irqmap = aspeed_soc_ast2400_irqmap, | ||
131 | .memmap = aspeed_soc_ast2400_memmap, | ||
132 | + .num_cpus = 1, | ||
133 | }, { | ||
134 | .name = "ast2500-a1", | ||
135 | .cpu_type = ARM_CPU_TYPE_NAME("arm1176"), | ||
136 | @@ -XXX,XX +XXX,XX @@ static const AspeedSoCInfo aspeed_socs[] = { | ||
137 | .wdts_num = 3, | ||
138 | .irqmap = aspeed_soc_ast2500_irqmap, | ||
139 | .memmap = aspeed_soc_ast2500_memmap, | ||
140 | + .num_cpus = 1, | ||
141 | }, | ||
142 | }; | ||
143 | |||
144 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_init(Object *obj) | ||
145 | AspeedSoCClass *sc = ASPEED_SOC_GET_CLASS(s); | ||
146 | int i; | ||
147 | |||
148 | - object_initialize_child(obj, "cpu", OBJECT(&s->cpu), sizeof(s->cpu), | ||
149 | - sc->info->cpu_type, &error_abort, NULL); | ||
150 | + for (i = 0; i < sc->info->num_cpus; i++) { | ||
151 | + object_initialize_child(obj, "cpu[*]", OBJECT(&s->cpu[i]), | ||
152 | + sizeof(s->cpu[i]), sc->info->cpu_type, | ||
153 | + &error_abort, NULL); | ||
154 | + } | 46 | + } |
155 | 47 | ||
156 | sysbus_init_child_obj(obj, "scu", OBJECT(&s->scu), sizeof(s->scu), | 48 | /* Note that SVE regs are stored as a byte stream, with each byte element |
157 | TYPE_ASPEED_SCU); | 49 | * at a subsequent address. This corresponds to a little-endian store |
158 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
159 | create_unimplemented_device("aspeed_soc.io", sc->info->memmap[ASPEED_IOMEM], | ||
160 | ASPEED_SOC_IOMEM_SIZE); | ||
161 | |||
162 | + if (s->num_cpus > sc->info->num_cpus) { | ||
163 | + warn_report("%s: invalid number of CPUs %d, using default %d", | ||
164 | + sc->info->name, s->num_cpus, sc->info->num_cpus); | ||
165 | + s->num_cpus = sc->info->num_cpus; | ||
166 | + } | ||
167 | + | ||
168 | /* CPU */ | ||
169 | - object_property_set_bool(OBJECT(&s->cpu), true, "realized", &err); | ||
170 | - if (err) { | ||
171 | - error_propagate(errp, err); | ||
172 | - return; | ||
173 | + for (i = 0; i < s->num_cpus; i++) { | ||
174 | + object_property_set_bool(OBJECT(&s->cpu[i]), true, "realized", &err); | ||
175 | + if (err) { | ||
176 | + error_propagate(errp, err); | ||
177 | + return; | ||
178 | + } | ||
179 | } | ||
180 | |||
181 | /* SRAM */ | ||
182 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
183 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->ftgmac100), 0, | ||
184 | aspeed_soc_get_irq(s, ASPEED_ETH1)); | ||
185 | } | ||
186 | +static Property aspeed_soc_properties[] = { | ||
187 | + DEFINE_PROP_UINT32("num-cpus", AspeedSoCState, num_cpus, 0), | ||
188 | + DEFINE_PROP_END_OF_LIST(), | ||
189 | +}; | ||
190 | |||
191 | static void aspeed_soc_class_init(ObjectClass *oc, void *data) | ||
192 | { | ||
193 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_class_init(ObjectClass *oc, void *data) | ||
194 | dc->realize = aspeed_soc_realize; | ||
195 | /* Reason: Uses serial_hds and nd_table in realize() directly */ | ||
196 | dc->user_creatable = false; | ||
197 | + dc->props = aspeed_soc_properties; | ||
198 | } | ||
199 | |||
200 | static const TypeInfo aspeed_soc_type_info = { | ||
201 | -- | 50 | -- |
202 | 2.20.1 | 51 | 2.25.1 |
203 | |||
204 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Since we'll move this code around, fix its style first. | 3 | Fold the return value setting into the goto, so each |
4 | point of failure need not do both. | ||
4 | 5 | ||
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20190701132516.26392-9-philmd@redhat.com | 8 | Message-id: 20220708151540.18136-37-richard.henderson@linaro.org |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 10 | --- |
10 | target/arm/translate.c | 11 ++++++----- | 11 | linux-user/aarch64/signal.c | 26 +++++++++++--------------- |
11 | target/arm/vfp_helper.c | 36 ++++++++++++++++++++++++------------ | 12 | 1 file changed, 11 insertions(+), 15 deletions(-) |
12 | 2 files changed, 30 insertions(+), 17 deletions(-) | ||
13 | 13 | ||
14 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 14 | diff --git a/linux-user/aarch64/signal.c b/linux-user/aarch64/signal.c |
15 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/translate.c | 16 | --- a/linux-user/aarch64/signal.c |
17 | +++ b/target/arm/translate.c | 17 | +++ b/linux-user/aarch64/signal.c |
18 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | 18 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, |
19 | loaded_base = 0; | 19 | struct target_sve_context *sve = NULL; |
20 | loaded_var = NULL; | 20 | uint64_t extra_datap = 0; |
21 | n = 0; | 21 | bool used_extra = false; |
22 | - for(i=0;i<16;i++) { | 22 | - bool err = false; |
23 | + for (i = 0; i < 16; i++) { | 23 | int vq = 0, sve_size = 0; |
24 | if (insn & (1 << i)) | 24 | |
25 | n++; | 25 | target_restore_general_frame(env, sf); |
26 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, | ||
27 | switch (magic) { | ||
28 | case 0: | ||
29 | if (size != 0) { | ||
30 | - err = true; | ||
31 | - goto exit; | ||
32 | + goto err; | ||
33 | } | ||
34 | if (used_extra) { | ||
35 | ctx = NULL; | ||
36 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, | ||
37 | |||
38 | case TARGET_FPSIMD_MAGIC: | ||
39 | if (fpsimd || size != sizeof(struct target_fpsimd_context)) { | ||
40 | - err = true; | ||
41 | - goto exit; | ||
42 | + goto err; | ||
43 | } | ||
44 | fpsimd = (struct target_fpsimd_context *)ctx; | ||
45 | break; | ||
46 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, | ||
47 | break; | ||
26 | } | 48 | } |
27 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | 49 | } |
28 | } | 50 | - err = true; |
29 | } | 51 | - goto exit; |
30 | j = 0; | 52 | + goto err; |
31 | - for(i=0;i<16;i++) { | 53 | |
32 | + for (i = 0; i < 16; i++) { | 54 | case TARGET_EXTRA_MAGIC: |
33 | if (insn & (1 << i)) { | 55 | if (extra || size != sizeof(struct target_extra_context)) { |
34 | if (is_load) { | 56 | - err = true; |
35 | /* load */ | 57 | - goto exit; |
36 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_dump_state(CPUState *cs, FILE *f, int flags) | 58 | + goto err; |
37 | return; | 59 | } |
60 | __get_user(extra_datap, | ||
61 | &((struct target_extra_context *)ctx)->datap); | ||
62 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, | ||
63 | /* Unknown record -- we certainly didn't generate it. | ||
64 | * Did we in fact get out of sync? | ||
65 | */ | ||
66 | - err = true; | ||
67 | - goto exit; | ||
68 | + goto err; | ||
69 | } | ||
70 | ctx = (void *)ctx + size; | ||
38 | } | 71 | } |
39 | 72 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, | |
40 | - for(i=0;i<16;i++) { | 73 | if (fpsimd) { |
41 | + for (i = 0; i < 16; i++) { | 74 | target_restore_fpsimd_record(env, fpsimd); |
42 | qemu_fprintf(f, "R%02d=%08x", i, env->regs[i]); | 75 | } else { |
43 | - if ((i % 4) == 3) | 76 | - err = true; |
44 | + if ((i % 4) == 3) { | 77 | + goto err; |
45 | qemu_fprintf(f, "\n"); | ||
46 | - else | ||
47 | + } else { | ||
48 | qemu_fprintf(f, " "); | ||
49 | + } | ||
50 | } | 78 | } |
51 | 79 | ||
52 | if (arm_feature(env, ARM_FEATURE_M)) { | 80 | /* SVE data, if present, overwrites FPSIMD data. */ |
53 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | 81 | if (sve) { |
54 | index XXXXXXX..XXXXXXX 100644 | 82 | target_restore_sve_record(env, sve, vq); |
55 | --- a/target/arm/vfp_helper.c | 83 | } |
56 | +++ b/target/arm/vfp_helper.c | 84 | - |
57 | @@ -XXX,XX +XXX,XX @@ static inline int vfp_exceptbits_from_host(int host_bits) | 85 | - exit: |
58 | { | 86 | unlock_user(extra, extra_datap, 0); |
59 | int target_bits = 0; | 87 | - return err; |
60 | 88 | + return 0; | |
61 | - if (host_bits & float_flag_invalid) | 89 | + |
62 | + if (host_bits & float_flag_invalid) { | 90 | + err: |
63 | target_bits |= 1; | 91 | + unlock_user(extra, extra_datap, 0); |
64 | - if (host_bits & float_flag_divbyzero) | 92 | + return 1; |
65 | + } | ||
66 | + if (host_bits & float_flag_divbyzero) { | ||
67 | target_bits |= 2; | ||
68 | - if (host_bits & float_flag_overflow) | ||
69 | + } | ||
70 | + if (host_bits & float_flag_overflow) { | ||
71 | target_bits |= 4; | ||
72 | - if (host_bits & (float_flag_underflow | float_flag_output_denormal)) | ||
73 | + } | ||
74 | + if (host_bits & (float_flag_underflow | float_flag_output_denormal)) { | ||
75 | target_bits |= 8; | ||
76 | - if (host_bits & float_flag_inexact) | ||
77 | + } | ||
78 | + if (host_bits & float_flag_inexact) { | ||
79 | target_bits |= 0x10; | ||
80 | - if (host_bits & float_flag_input_denormal) | ||
81 | + } | ||
82 | + if (host_bits & float_flag_input_denormal) { | ||
83 | target_bits |= 0x80; | ||
84 | + } | ||
85 | return target_bits; | ||
86 | } | 93 | } |
87 | 94 | ||
88 | @@ -XXX,XX +XXX,XX @@ static inline int vfp_exceptbits_to_host(int target_bits) | 95 | static abi_ulong get_sigframe(struct target_sigaction *ka, |
89 | { | ||
90 | int host_bits = 0; | ||
91 | |||
92 | - if (target_bits & 1) | ||
93 | + if (target_bits & 1) { | ||
94 | host_bits |= float_flag_invalid; | ||
95 | - if (target_bits & 2) | ||
96 | + } | ||
97 | + if (target_bits & 2) { | ||
98 | host_bits |= float_flag_divbyzero; | ||
99 | - if (target_bits & 4) | ||
100 | + } | ||
101 | + if (target_bits & 4) { | ||
102 | host_bits |= float_flag_overflow; | ||
103 | - if (target_bits & 8) | ||
104 | + } | ||
105 | + if (target_bits & 8) { | ||
106 | host_bits |= float_flag_underflow; | ||
107 | - if (target_bits & 0x10) | ||
108 | + } | ||
109 | + if (target_bits & 0x10) { | ||
110 | host_bits |= float_flag_inexact; | ||
111 | - if (target_bits & 0x80) | ||
112 | + } | ||
113 | + if (target_bits & 0x80) { | ||
114 | host_bits |= float_flag_input_denormal; | ||
115 | + } | ||
116 | return host_bits; | ||
117 | } | ||
118 | |||
119 | -- | 96 | -- |
120 | 2.20.1 | 97 | 2.25.1 |
121 | |||
122 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Group SOFTMMU objects together. | 3 | In parse_user_sigframe, the kernel rejects duplicate sve records, |
4 | Since PSCI is TCG specific, keep it separate. | 4 | or records that are smaller than the header. We were silently |
5 | allowing these cases to pass, dropping the record. | ||
5 | 6 | ||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20190701132516.26392-5-philmd@redhat.com | 9 | Message-id: 20220708151540.18136-38-richard.henderson@linaro.org |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 11 | --- |
11 | target/arm/Makefile.objs | 5 ++++- | 12 | linux-user/aarch64/signal.c | 5 ++++- |
12 | 1 file changed, 4 insertions(+), 1 deletion(-) | 13 | 1 file changed, 4 insertions(+), 1 deletion(-) |
13 | 14 | ||
14 | diff --git a/target/arm/Makefile.objs b/target/arm/Makefile.objs | 15 | diff --git a/linux-user/aarch64/signal.c b/linux-user/aarch64/signal.c |
15 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/Makefile.objs | 17 | --- a/linux-user/aarch64/signal.c |
17 | +++ b/target/arm/Makefile.objs | 18 | +++ b/linux-user/aarch64/signal.c |
18 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, |
19 | obj-y += arm-semi.o | 20 | break; |
20 | -obj-$(CONFIG_SOFTMMU) += machine.o psci.o arch_dump.o monitor.o | 21 | |
21 | obj-y += helper.o vfp_helper.o | 22 | case TARGET_SVE_MAGIC: |
22 | obj-y += cpu.o gdbstub.o | 23 | + if (sve || size < sizeof(struct target_sve_context)) { |
23 | obj-$(TARGET_AARCH64) += cpu64.o gdbstub64.o | 24 | + goto err; |
24 | + | 25 | + } |
25 | +obj-$(CONFIG_SOFTMMU) += machine.o arch_dump.o monitor.o | 26 | if (cpu_isar_feature(aa64_sve, env_archcpu(env))) { |
26 | obj-$(CONFIG_SOFTMMU) += arm-powerctl.o | 27 | vq = sve_vq(env); |
27 | 28 | sve_size = QEMU_ALIGN_UP(TARGET_SVE_SIG_CONTEXT_SIZE(vq), 16); | |
28 | obj-$(CONFIG_KVM) += kvm.o | 29 | - if (!sve && size == sve_size) { |
29 | @@ -XXX,XX +XXX,XX @@ obj-y += translate.o op_helper.o | 30 | + if (size == sve_size) { |
30 | obj-y += crypto_helper.o | 31 | sve = (struct target_sve_context *)ctx; |
31 | obj-y += iwmmxt_helper.o vec_helper.o neon_helper.o | 32 | break; |
32 | 33 | } | |
33 | +obj-$(CONFIG_SOFTMMU) += psci.o | ||
34 | + | ||
35 | obj-$(TARGET_AARCH64) += translate-a64.o helper-a64.o | ||
36 | obj-$(TARGET_AARCH64) += translate-sve.o sve_helper.o | ||
37 | obj-$(TARGET_AARCH64) += pauth_helper.o | ||
38 | -- | 34 | -- |
39 | 2.20.1 | 35 | 2.25.1 |
40 | |||
41 | diff view generated by jsdifflib |
1 | From: Andrey Smirnov <andrew.smirnov@gmail.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | MSI mapping needs to be update when MSI address changes, so add the | ||
4 | code to do so. | ||
5 | |||
6 | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> | ||
7 | Cc: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Cc: Michael S. Tsirkin <mst@redhat.com> | ||
9 | Cc: qemu-devel@nongnu.org | ||
10 | Cc: qemu-arm@nongnu.org | ||
11 | Acked-by: Michael S. Tsirkin <mst@redhat.com> | ||
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
5 | Message-id: 20220708151540.18136-39-richard.henderson@linaro.org | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | --- | 7 | --- |
15 | hw/pci-host/designware.c | 2 ++ | 8 | linux-user/aarch64/signal.c | 3 +++ |
16 | 1 file changed, 2 insertions(+) | 9 | 1 file changed, 3 insertions(+) |
17 | 10 | ||
18 | diff --git a/hw/pci-host/designware.c b/hw/pci-host/designware.c | 11 | diff --git a/linux-user/aarch64/signal.c b/linux-user/aarch64/signal.c |
19 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/hw/pci-host/designware.c | 13 | --- a/linux-user/aarch64/signal.c |
21 | +++ b/hw/pci-host/designware.c | 14 | +++ b/linux-user/aarch64/signal.c |
22 | @@ -XXX,XX +XXX,XX @@ static void designware_pcie_root_config_write(PCIDevice *d, uint32_t address, | 15 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, |
23 | case DESIGNWARE_PCIE_MSI_ADDR_LO: | 16 | __get_user(extra_size, |
24 | root->msi.base &= 0xFFFFFFFF00000000ULL; | 17 | &((struct target_extra_context *)ctx)->size); |
25 | root->msi.base |= val; | 18 | extra = lock_user(VERIFY_READ, extra_datap, extra_size, 0); |
26 | + designware_pcie_root_update_msi_mapping(root); | 19 | + if (!extra) { |
27 | break; | 20 | + return 1; |
28 | 21 | + } | |
29 | case DESIGNWARE_PCIE_MSI_ADDR_HI: | 22 | break; |
30 | root->msi.base &= 0x00000000FFFFFFFFULL; | 23 | |
31 | root->msi.base |= (uint64_t)val << 32; | 24 | default: |
32 | + designware_pcie_root_update_msi_mapping(root); | ||
33 | break; | ||
34 | |||
35 | case DESIGNWARE_PCIE_MSI_INTR0_ENABLE: | ||
36 | -- | 25 | -- |
37 | 2.20.1 | 26 | 2.25.1 |
38 | |||
39 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The vfp_set_fpscr() helper contains code specific to the host | 3 | Move the checks out of the parsing loop and into the |
4 | floating point implementation (here the SoftFloat library). | 4 | restore function. This more closely mirrors the code |
5 | Extract this code to vfp_set_fpscr_to_host(). | 5 | structure in the kernel, and is slightly clearer. |
6 | 6 | ||
7 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 7 | Reject rather than silently skip incorrect VL and SVE record sizes, |
8 | Message-id: 20190701132516.26392-16-philmd@redhat.com | 8 | bringing our checks in to line with those the kernel does. |
9 | |||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20220708151540.18136-40-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 14 | --- |
12 | target/arm/vfp_helper.c | 127 +++++++++++++++++++++------------------- | 15 | linux-user/aarch64/signal.c | 51 +++++++++++++++++++++++++------------ |
13 | 1 file changed, 66 insertions(+), 61 deletions(-) | 16 | 1 file changed, 35 insertions(+), 16 deletions(-) |
14 | 17 | ||
15 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | 18 | diff --git a/linux-user/aarch64/signal.c b/linux-user/aarch64/signal.c |
16 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/vfp_helper.c | 20 | --- a/linux-user/aarch64/signal.c |
18 | +++ b/target/arm/vfp_helper.c | 21 | +++ b/linux-user/aarch64/signal.c |
19 | @@ -XXX,XX +XXX,XX @@ static inline int vfp_exceptbits_to_host(int target_bits) | 22 | @@ -XXX,XX +XXX,XX @@ static void target_restore_fpsimd_record(CPUARMState *env, |
20 | return host_bits; | 23 | } |
21 | } | 24 | } |
22 | 25 | ||
23 | -uint32_t HELPER(vfp_get_fpscr)(CPUARMState *env) | 26 | -static void target_restore_sve_record(CPUARMState *env, |
24 | -{ | 27 | - struct target_sve_context *sve, int vq) |
25 | - uint32_t i, fpscr; | 28 | +static bool target_restore_sve_record(CPUARMState *env, |
26 | - | 29 | + struct target_sve_context *sve, |
27 | - fpscr = env->vfp.xregs[ARM_VFP_FPSCR] | 30 | + int size) |
28 | - | (env->vfp.vec_len << 16) | ||
29 | - | (env->vfp.vec_stride << 20); | ||
30 | - | ||
31 | - i = get_float_exception_flags(&env->vfp.fp_status); | ||
32 | - i |= get_float_exception_flags(&env->vfp.standard_fp_status); | ||
33 | - /* FZ16 does not generate an input denormal exception. */ | ||
34 | - i |= (get_float_exception_flags(&env->vfp.fp_status_f16) | ||
35 | - & ~float_flag_input_denormal); | ||
36 | - fpscr |= vfp_exceptbits_from_host(i); | ||
37 | - | ||
38 | - i = env->vfp.qc[0] | env->vfp.qc[1] | env->vfp.qc[2] | env->vfp.qc[3]; | ||
39 | - fpscr |= i ? FPCR_QC : 0; | ||
40 | - | ||
41 | - return fpscr; | ||
42 | -} | ||
43 | - | ||
44 | -uint32_t vfp_get_fpscr(CPUARMState *env) | ||
45 | -{ | ||
46 | - return HELPER(vfp_get_fpscr)(env); | ||
47 | -} | ||
48 | - | ||
49 | -void HELPER(vfp_set_fpscr)(CPUARMState *env, uint32_t val) | ||
50 | +static void vfp_set_fpscr_to_host(CPUARMState *env, uint32_t val) | ||
51 | { | 31 | { |
52 | int i; | 32 | - int i, j; |
53 | uint32_t changed = env->vfp.xregs[ARM_VFP_FPSCR]; | 33 | + int i, j, vl, vq; |
54 | 34 | ||
55 | - /* When ARMv8.2-FP16 is not supported, FZ16 is RES0. */ | 35 | - /* Note that SVE regs are stored as a byte stream, with each byte element |
56 | - if (!cpu_isar_feature(aa64_fp16, env_archcpu(env))) { | 36 | + if (!cpu_isar_feature(aa64_sve, env_archcpu(env))) { |
57 | - val &= ~FPCR_FZ16; | 37 | + return false; |
58 | - } | ||
59 | - | ||
60 | - if (arm_feature(env, ARM_FEATURE_M)) { | ||
61 | - /* | ||
62 | - * M profile FPSCR is RES0 for the QC, STRIDE, FZ16, LEN bits | ||
63 | - * and also for the trapped-exception-handling bits IxE. | ||
64 | - */ | ||
65 | - val &= 0xf7c0009f; | ||
66 | - } | ||
67 | - | ||
68 | - /* | ||
69 | - * We don't implement trapped exception handling, so the | ||
70 | - * trap enable bits, IDE|IXE|UFE|OFE|DZE|IOE are all RAZ/WI (not RES0!) | ||
71 | - * | ||
72 | - * If we exclude the exception flags, IOC|DZC|OFC|UFC|IXC|IDC | ||
73 | - * (which are stored in fp_status), and the other RES0 bits | ||
74 | - * in between, then we clear all of the low 16 bits. | ||
75 | - */ | ||
76 | - env->vfp.xregs[ARM_VFP_FPSCR] = val & 0xf7c80000; | ||
77 | - env->vfp.vec_len = (val >> 16) & 7; | ||
78 | - env->vfp.vec_stride = (val >> 20) & 3; | ||
79 | - | ||
80 | - /* | ||
81 | - * The bit we set within fpscr_q is arbitrary; the register as a | ||
82 | - * whole being zero/non-zero is what counts. | ||
83 | - */ | ||
84 | - env->vfp.qc[0] = val & FPCR_QC; | ||
85 | - env->vfp.qc[1] = 0; | ||
86 | - env->vfp.qc[2] = 0; | ||
87 | - env->vfp.qc[3] = 0; | ||
88 | - | ||
89 | changed ^= val; | ||
90 | if (changed & (3 << 22)) { | ||
91 | i = (val >> 22) & 3; | ||
92 | @@ -XXX,XX +XXX,XX @@ void HELPER(vfp_set_fpscr)(CPUARMState *env, uint32_t val) | ||
93 | set_float_exception_flags(0, &env->vfp.standard_fp_status); | ||
94 | } | ||
95 | |||
96 | +uint32_t HELPER(vfp_get_fpscr)(CPUARMState *env) | ||
97 | +{ | ||
98 | + uint32_t i, fpscr; | ||
99 | + | ||
100 | + fpscr = env->vfp.xregs[ARM_VFP_FPSCR] | ||
101 | + | (env->vfp.vec_len << 16) | ||
102 | + | (env->vfp.vec_stride << 20); | ||
103 | + | ||
104 | + i = get_float_exception_flags(&env->vfp.fp_status); | ||
105 | + i |= get_float_exception_flags(&env->vfp.standard_fp_status); | ||
106 | + /* FZ16 does not generate an input denormal exception. */ | ||
107 | + i |= (get_float_exception_flags(&env->vfp.fp_status_f16) | ||
108 | + & ~float_flag_input_denormal); | ||
109 | + fpscr |= vfp_exceptbits_from_host(i); | ||
110 | + | ||
111 | + i = env->vfp.qc[0] | env->vfp.qc[1] | env->vfp.qc[2] | env->vfp.qc[3]; | ||
112 | + fpscr |= i ? FPCR_QC : 0; | ||
113 | + | ||
114 | + return fpscr; | ||
115 | +} | ||
116 | + | ||
117 | +uint32_t vfp_get_fpscr(CPUARMState *env) | ||
118 | +{ | ||
119 | + return HELPER(vfp_get_fpscr)(env); | ||
120 | +} | ||
121 | + | ||
122 | +void HELPER(vfp_set_fpscr)(CPUARMState *env, uint32_t val) | ||
123 | +{ | ||
124 | + /* When ARMv8.2-FP16 is not supported, FZ16 is RES0. */ | ||
125 | + if (!cpu_isar_feature(aa64_fp16, env_archcpu(env))) { | ||
126 | + val &= ~FPCR_FZ16; | ||
127 | + } | 38 | + } |
128 | + | 39 | + |
129 | + if (arm_feature(env, ARM_FEATURE_M)) { | 40 | + __get_user(vl, &sve->vl); |
130 | + /* | 41 | + vq = sve_vq(env); |
131 | + * M profile FPSCR is RES0 for the QC, STRIDE, FZ16, LEN bits | 42 | + |
132 | + * and also for the trapped-exception-handling bits IxE. | 43 | + /* Reject mismatched VL. */ |
133 | + */ | 44 | + if (vl != vq * TARGET_SVE_VQ_BYTES) { |
134 | + val &= 0xf7c0009f; | 45 | + return false; |
46 | + } | ||
47 | + | ||
48 | + /* Accept empty record -- used to clear PSTATE.SM. */ | ||
49 | + if (size <= sizeof(*sve)) { | ||
50 | + return true; | ||
51 | + } | ||
52 | + | ||
53 | + /* Reject non-empty but incomplete record. */ | ||
54 | + if (size < TARGET_SVE_SIG_CONTEXT_SIZE(vq)) { | ||
55 | + return false; | ||
135 | + } | 56 | + } |
136 | + | 57 | + |
137 | + /* | 58 | + /* |
138 | + * We don't implement trapped exception handling, so the | 59 | + * Note that SVE regs are stored as a byte stream, with each byte element |
139 | + * trap enable bits, IDE|IXE|UFE|OFE|DZE|IOE are all RAZ/WI (not RES0!) | 60 | * at a subsequent address. This corresponds to a little-endian load |
140 | + * | 61 | * of our 64-bit hunks. |
141 | + * If we exclude the exception flags, IOC|DZC|OFC|UFC|IXC|IDC | 62 | */ |
142 | + * (which are stored in fp_status), and the other RES0 bits | 63 | @@ -XXX,XX +XXX,XX @@ static void target_restore_sve_record(CPUARMState *env, |
143 | + * in between, then we clear all of the low 16 bits. | 64 | } |
144 | + */ | 65 | } |
145 | + env->vfp.xregs[ARM_VFP_FPSCR] = val & 0xf7c80000; | 66 | } |
146 | + env->vfp.vec_len = (val >> 16) & 7; | 67 | + return true; |
147 | + env->vfp.vec_stride = (val >> 20) & 3; | 68 | } |
148 | + | 69 | |
149 | + /* | 70 | static int target_restore_sigframe(CPUARMState *env, |
150 | + * The bit we set within fpscr_q is arbitrary; the register as a | 71 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, |
151 | + * whole being zero/non-zero is what counts. | 72 | struct target_sve_context *sve = NULL; |
152 | + */ | 73 | uint64_t extra_datap = 0; |
153 | + env->vfp.qc[0] = val & FPCR_QC; | 74 | bool used_extra = false; |
154 | + env->vfp.qc[1] = 0; | 75 | - int vq = 0, sve_size = 0; |
155 | + env->vfp.qc[2] = 0; | 76 | + int sve_size = 0; |
156 | + env->vfp.qc[3] = 0; | 77 | |
157 | + | 78 | target_restore_general_frame(env, sf); |
158 | + vfp_set_fpscr_to_host(env, val); | 79 | |
159 | +} | 80 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, |
160 | + | 81 | if (sve || size < sizeof(struct target_sve_context)) { |
161 | void vfp_set_fpscr(CPUARMState *env, uint32_t val) | 82 | goto err; |
162 | { | 83 | } |
163 | HELPER(vfp_set_fpscr)(env, val); | 84 | - if (cpu_isar_feature(aa64_sve, env_archcpu(env))) { |
85 | - vq = sve_vq(env); | ||
86 | - sve_size = QEMU_ALIGN_UP(TARGET_SVE_SIG_CONTEXT_SIZE(vq), 16); | ||
87 | - if (size == sve_size) { | ||
88 | - sve = (struct target_sve_context *)ctx; | ||
89 | - break; | ||
90 | - } | ||
91 | - } | ||
92 | - goto err; | ||
93 | + sve = (struct target_sve_context *)ctx; | ||
94 | + sve_size = size; | ||
95 | + break; | ||
96 | |||
97 | case TARGET_EXTRA_MAGIC: | ||
98 | if (extra || size != sizeof(struct target_extra_context)) { | ||
99 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, | ||
100 | } | ||
101 | |||
102 | /* SVE data, if present, overwrites FPSIMD data. */ | ||
103 | - if (sve) { | ||
104 | - target_restore_sve_record(env, sve, vq); | ||
105 | + if (sve && !target_restore_sve_record(env, sve, sve_size)) { | ||
106 | + goto err; | ||
107 | } | ||
108 | unlock_user(extra, extra_datap, 0); | ||
109 | return 0; | ||
164 | -- | 110 | -- |
165 | 2.20.1 | 111 | 2.25.1 |
166 | |||
167 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | To ease the review of the next commit, | 3 | Set the SM bit in the SVE record on signal delivery, create the ZA record. |
4 | move the vfp_exceptbits_to_host() function directly after | 4 | Restore SM and ZA state according to the records present on return. |
5 | vfp_exceptbits_from_host(). Amusingly the diff shows we | ||
6 | are moving vfp_get_fpscr(). | ||
7 | 5 | ||
8 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
9 | Message-id: 20190701132516.26392-15-philmd@redhat.com | ||
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20220708151540.18136-41-richard.henderson@linaro.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 10 | --- |
13 | target/arm/vfp_helper.c | 52 ++++++++++++++++++++--------------------- | 11 | linux-user/aarch64/signal.c | 167 +++++++++++++++++++++++++++++++++--- |
14 | 1 file changed, 26 insertions(+), 26 deletions(-) | 12 | 1 file changed, 154 insertions(+), 13 deletions(-) |
15 | 13 | ||
16 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | 14 | diff --git a/linux-user/aarch64/signal.c b/linux-user/aarch64/signal.c |
17 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/vfp_helper.c | 16 | --- a/linux-user/aarch64/signal.c |
19 | +++ b/target/arm/vfp_helper.c | 17 | +++ b/linux-user/aarch64/signal.c |
20 | @@ -XXX,XX +XXX,XX @@ static inline int vfp_exceptbits_from_host(int host_bits) | 18 | @@ -XXX,XX +XXX,XX @@ struct target_sve_context { |
21 | return target_bits; | 19 | |
20 | #define TARGET_SVE_SIG_FLAG_SM 1 | ||
21 | |||
22 | +#define TARGET_ZA_MAGIC 0x54366345 | ||
23 | + | ||
24 | +struct target_za_context { | ||
25 | + struct target_aarch64_ctx head; | ||
26 | + uint16_t vl; | ||
27 | + uint16_t reserved[3]; | ||
28 | + /* The actual ZA data immediately follows. */ | ||
29 | +}; | ||
30 | + | ||
31 | +#define TARGET_ZA_SIG_REGS_OFFSET \ | ||
32 | + QEMU_ALIGN_UP(sizeof(struct target_za_context), TARGET_SVE_VQ_BYTES) | ||
33 | +#define TARGET_ZA_SIG_ZAV_OFFSET(VQ, N) \ | ||
34 | + (TARGET_ZA_SIG_REGS_OFFSET + (VQ) * TARGET_SVE_VQ_BYTES * (N)) | ||
35 | +#define TARGET_ZA_SIG_CONTEXT_SIZE(VQ) \ | ||
36 | + TARGET_ZA_SIG_ZAV_OFFSET(VQ, VQ * TARGET_SVE_VQ_BYTES) | ||
37 | + | ||
38 | struct target_rt_sigframe { | ||
39 | struct target_siginfo info; | ||
40 | struct target_ucontext uc; | ||
41 | @@ -XXX,XX +XXX,XX @@ static void target_setup_end_record(struct target_aarch64_ctx *end) | ||
22 | } | 42 | } |
23 | 43 | ||
24 | -uint32_t HELPER(vfp_get_fpscr)(CPUARMState *env) | 44 | static void target_setup_sve_record(struct target_sve_context *sve, |
25 | -{ | 45 | - CPUARMState *env, int vq, int size) |
26 | - uint32_t i, fpscr; | 46 | + CPUARMState *env, int size) |
27 | - | 47 | { |
28 | - fpscr = env->vfp.xregs[ARM_VFP_FPSCR] | 48 | - int i, j; |
29 | - | (env->vfp.vec_len << 16) | 49 | + int i, j, vq = sve_vq(env); |
30 | - | (env->vfp.vec_stride << 20); | 50 | |
31 | - | 51 | memset(sve, 0, sizeof(*sve)); |
32 | - i = get_float_exception_flags(&env->vfp.fp_status); | 52 | __put_user(TARGET_SVE_MAGIC, &sve->head.magic); |
33 | - i |= get_float_exception_flags(&env->vfp.standard_fp_status); | 53 | @@ -XXX,XX +XXX,XX @@ static void target_setup_sve_record(struct target_sve_context *sve, |
34 | - /* FZ16 does not generate an input denormal exception. */ | 54 | } |
35 | - i |= (get_float_exception_flags(&env->vfp.fp_status_f16) | ||
36 | - & ~float_flag_input_denormal); | ||
37 | - fpscr |= vfp_exceptbits_from_host(i); | ||
38 | - | ||
39 | - i = env->vfp.qc[0] | env->vfp.qc[1] | env->vfp.qc[2] | env->vfp.qc[3]; | ||
40 | - fpscr |= i ? FPCR_QC : 0; | ||
41 | - | ||
42 | - return fpscr; | ||
43 | -} | ||
44 | - | ||
45 | -uint32_t vfp_get_fpscr(CPUARMState *env) | ||
46 | -{ | ||
47 | - return HELPER(vfp_get_fpscr)(env); | ||
48 | -} | ||
49 | - | ||
50 | /* Convert vfp exception flags to target form. */ | ||
51 | static inline int vfp_exceptbits_to_host(int target_bits) | ||
52 | { | ||
53 | @@ -XXX,XX +XXX,XX @@ static inline int vfp_exceptbits_to_host(int target_bits) | ||
54 | return host_bits; | ||
55 | } | 55 | } |
56 | 56 | ||
57 | +uint32_t HELPER(vfp_get_fpscr)(CPUARMState *env) | 57 | +static void target_setup_za_record(struct target_za_context *za, |
58 | + CPUARMState *env, int size) | ||
58 | +{ | 59 | +{ |
59 | + uint32_t i, fpscr; | 60 | + int vq = sme_vq(env); |
60 | + | 61 | + int vl = vq * TARGET_SVE_VQ_BYTES; |
61 | + fpscr = env->vfp.xregs[ARM_VFP_FPSCR] | 62 | + int i, j; |
62 | + | (env->vfp.vec_len << 16) | 63 | + |
63 | + | (env->vfp.vec_stride << 20); | 64 | + memset(za, 0, sizeof(*za)); |
64 | + | 65 | + __put_user(TARGET_ZA_MAGIC, &za->head.magic); |
65 | + i = get_float_exception_flags(&env->vfp.fp_status); | 66 | + __put_user(size, &za->head.size); |
66 | + i |= get_float_exception_flags(&env->vfp.standard_fp_status); | 67 | + __put_user(vl, &za->vl); |
67 | + /* FZ16 does not generate an input denormal exception. */ | 68 | + |
68 | + i |= (get_float_exception_flags(&env->vfp.fp_status_f16) | 69 | + if (size == TARGET_ZA_SIG_CONTEXT_SIZE(0)) { |
69 | + & ~float_flag_input_denormal); | 70 | + return; |
70 | + fpscr |= vfp_exceptbits_from_host(i); | 71 | + } |
71 | + | 72 | + assert(size == TARGET_ZA_SIG_CONTEXT_SIZE(vq)); |
72 | + i = env->vfp.qc[0] | env->vfp.qc[1] | env->vfp.qc[2] | env->vfp.qc[3]; | 73 | + |
73 | + fpscr |= i ? FPCR_QC : 0; | 74 | + /* |
74 | + | 75 | + * Note that ZA vectors are stored as a byte stream, |
75 | + return fpscr; | 76 | + * with each byte element at a subsequent address. |
77 | + */ | ||
78 | + for (i = 0; i < vl; ++i) { | ||
79 | + uint64_t *z = (void *)za + TARGET_ZA_SIG_ZAV_OFFSET(vq, i); | ||
80 | + for (j = 0; j < vq * 2; ++j) { | ||
81 | + __put_user_e(env->zarray[i].d[j], z + j, le); | ||
82 | + } | ||
83 | + } | ||
76 | +} | 84 | +} |
77 | + | 85 | + |
78 | +uint32_t vfp_get_fpscr(CPUARMState *env) | 86 | static void target_restore_general_frame(CPUARMState *env, |
87 | struct target_rt_sigframe *sf) | ||
88 | { | ||
89 | @@ -XXX,XX +XXX,XX @@ static void target_restore_fpsimd_record(CPUARMState *env, | ||
90 | |||
91 | static bool target_restore_sve_record(CPUARMState *env, | ||
92 | struct target_sve_context *sve, | ||
93 | - int size) | ||
94 | + int size, int *svcr) | ||
95 | { | ||
96 | - int i, j, vl, vq; | ||
97 | + int i, j, vl, vq, flags; | ||
98 | + bool sm; | ||
99 | |||
100 | - if (!cpu_isar_feature(aa64_sve, env_archcpu(env))) { | ||
101 | + __get_user(vl, &sve->vl); | ||
102 | + __get_user(flags, &sve->flags); | ||
103 | + | ||
104 | + sm = flags & TARGET_SVE_SIG_FLAG_SM; | ||
105 | + | ||
106 | + /* The cpu must support Streaming or Non-streaming SVE. */ | ||
107 | + if (sm | ||
108 | + ? !cpu_isar_feature(aa64_sme, env_archcpu(env)) | ||
109 | + : !cpu_isar_feature(aa64_sve, env_archcpu(env))) { | ||
110 | return false; | ||
111 | } | ||
112 | |||
113 | - __get_user(vl, &sve->vl); | ||
114 | - vq = sve_vq(env); | ||
115 | + /* | ||
116 | + * Note that we cannot use sve_vq() because that depends on the | ||
117 | + * current setting of PSTATE.SM, not the state to be restored. | ||
118 | + */ | ||
119 | + vq = sve_vqm1_for_el_sm(env, 0, sm) + 1; | ||
120 | |||
121 | /* Reject mismatched VL. */ | ||
122 | if (vl != vq * TARGET_SVE_VQ_BYTES) { | ||
123 | @@ -XXX,XX +XXX,XX @@ static bool target_restore_sve_record(CPUARMState *env, | ||
124 | return false; | ||
125 | } | ||
126 | |||
127 | + *svcr = FIELD_DP64(*svcr, SVCR, SM, sm); | ||
128 | + | ||
129 | /* | ||
130 | * Note that SVE regs are stored as a byte stream, with each byte element | ||
131 | * at a subsequent address. This corresponds to a little-endian load | ||
132 | @@ -XXX,XX +XXX,XX @@ static bool target_restore_sve_record(CPUARMState *env, | ||
133 | return true; | ||
134 | } | ||
135 | |||
136 | +static bool target_restore_za_record(CPUARMState *env, | ||
137 | + struct target_za_context *za, | ||
138 | + int size, int *svcr) | ||
79 | +{ | 139 | +{ |
80 | + return HELPER(vfp_get_fpscr)(env); | 140 | + int i, j, vl, vq; |
141 | + | ||
142 | + if (!cpu_isar_feature(aa64_sme, env_archcpu(env))) { | ||
143 | + return false; | ||
144 | + } | ||
145 | + | ||
146 | + __get_user(vl, &za->vl); | ||
147 | + vq = sme_vq(env); | ||
148 | + | ||
149 | + /* Reject mismatched VL. */ | ||
150 | + if (vl != vq * TARGET_SVE_VQ_BYTES) { | ||
151 | + return false; | ||
152 | + } | ||
153 | + | ||
154 | + /* Accept empty record -- used to clear PSTATE.ZA. */ | ||
155 | + if (size <= TARGET_ZA_SIG_CONTEXT_SIZE(0)) { | ||
156 | + return true; | ||
157 | + } | ||
158 | + | ||
159 | + /* Reject non-empty but incomplete record. */ | ||
160 | + if (size < TARGET_ZA_SIG_CONTEXT_SIZE(vq)) { | ||
161 | + return false; | ||
162 | + } | ||
163 | + | ||
164 | + *svcr = FIELD_DP64(*svcr, SVCR, ZA, 1); | ||
165 | + | ||
166 | + for (i = 0; i < vl; ++i) { | ||
167 | + uint64_t *z = (void *)za + TARGET_ZA_SIG_ZAV_OFFSET(vq, i); | ||
168 | + for (j = 0; j < vq * 2; ++j) { | ||
169 | + __get_user_e(env->zarray[i].d[j], z + j, le); | ||
170 | + } | ||
171 | + } | ||
172 | + return true; | ||
81 | +} | 173 | +} |
82 | + | 174 | + |
83 | void HELPER(vfp_set_fpscr)(CPUARMState *env, uint32_t val) | 175 | static int target_restore_sigframe(CPUARMState *env, |
84 | { | 176 | struct target_rt_sigframe *sf) |
85 | int i; | 177 | { |
178 | struct target_aarch64_ctx *ctx, *extra = NULL; | ||
179 | struct target_fpsimd_context *fpsimd = NULL; | ||
180 | struct target_sve_context *sve = NULL; | ||
181 | + struct target_za_context *za = NULL; | ||
182 | uint64_t extra_datap = 0; | ||
183 | bool used_extra = false; | ||
184 | int sve_size = 0; | ||
185 | + int za_size = 0; | ||
186 | + int svcr = 0; | ||
187 | |||
188 | target_restore_general_frame(env, sf); | ||
189 | |||
190 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, | ||
191 | sve_size = size; | ||
192 | break; | ||
193 | |||
194 | + case TARGET_ZA_MAGIC: | ||
195 | + if (za || size < sizeof(struct target_za_context)) { | ||
196 | + goto err; | ||
197 | + } | ||
198 | + za = (struct target_za_context *)ctx; | ||
199 | + za_size = size; | ||
200 | + break; | ||
201 | + | ||
202 | case TARGET_EXTRA_MAGIC: | ||
203 | if (extra || size != sizeof(struct target_extra_context)) { | ||
204 | goto err; | ||
205 | @@ -XXX,XX +XXX,XX @@ static int target_restore_sigframe(CPUARMState *env, | ||
206 | } | ||
207 | |||
208 | /* SVE data, if present, overwrites FPSIMD data. */ | ||
209 | - if (sve && !target_restore_sve_record(env, sve, sve_size)) { | ||
210 | + if (sve && !target_restore_sve_record(env, sve, sve_size, &svcr)) { | ||
211 | goto err; | ||
212 | } | ||
213 | + if (za && !target_restore_za_record(env, za, za_size, &svcr)) { | ||
214 | + goto err; | ||
215 | + } | ||
216 | + if (env->svcr != svcr) { | ||
217 | + env->svcr = svcr; | ||
218 | + arm_rebuild_hflags(env); | ||
219 | + } | ||
220 | unlock_user(extra, extra_datap, 0); | ||
221 | return 0; | ||
222 | |||
223 | @@ -XXX,XX +XXX,XX @@ static void target_setup_frame(int usig, struct target_sigaction *ka, | ||
224 | .total_size = offsetof(struct target_rt_sigframe, | ||
225 | uc.tuc_mcontext.__reserved), | ||
226 | }; | ||
227 | - int fpsimd_ofs, fr_ofs, sve_ofs = 0, vq = 0, sve_size = 0; | ||
228 | + int fpsimd_ofs, fr_ofs, sve_ofs = 0, za_ofs = 0; | ||
229 | + int sve_size = 0, za_size = 0; | ||
230 | struct target_rt_sigframe *frame; | ||
231 | struct target_rt_frame_record *fr; | ||
232 | abi_ulong frame_addr, return_addr; | ||
233 | @@ -XXX,XX +XXX,XX @@ static void target_setup_frame(int usig, struct target_sigaction *ka, | ||
234 | &layout); | ||
235 | |||
236 | /* SVE state needs saving only if it exists. */ | ||
237 | - if (cpu_isar_feature(aa64_sve, env_archcpu(env))) { | ||
238 | - vq = sve_vq(env); | ||
239 | - sve_size = QEMU_ALIGN_UP(TARGET_SVE_SIG_CONTEXT_SIZE(vq), 16); | ||
240 | + if (cpu_isar_feature(aa64_sve, env_archcpu(env)) || | ||
241 | + cpu_isar_feature(aa64_sme, env_archcpu(env))) { | ||
242 | + sve_size = QEMU_ALIGN_UP(TARGET_SVE_SIG_CONTEXT_SIZE(sve_vq(env)), 16); | ||
243 | sve_ofs = alloc_sigframe_space(sve_size, &layout); | ||
244 | } | ||
245 | + if (cpu_isar_feature(aa64_sme, env_archcpu(env))) { | ||
246 | + /* ZA state needs saving only if it is enabled. */ | ||
247 | + if (FIELD_EX64(env->svcr, SVCR, ZA)) { | ||
248 | + za_size = TARGET_ZA_SIG_CONTEXT_SIZE(sme_vq(env)); | ||
249 | + } else { | ||
250 | + za_size = TARGET_ZA_SIG_CONTEXT_SIZE(0); | ||
251 | + } | ||
252 | + za_ofs = alloc_sigframe_space(za_size, &layout); | ||
253 | + } | ||
254 | |||
255 | if (layout.extra_ofs) { | ||
256 | /* Reserve space for the extra end marker. The standard end marker | ||
257 | @@ -XXX,XX +XXX,XX @@ static void target_setup_frame(int usig, struct target_sigaction *ka, | ||
258 | target_setup_end_record((void *)frame + layout.extra_end_ofs); | ||
259 | } | ||
260 | if (sve_ofs) { | ||
261 | - target_setup_sve_record((void *)frame + sve_ofs, env, vq, sve_size); | ||
262 | + target_setup_sve_record((void *)frame + sve_ofs, env, sve_size); | ||
263 | + } | ||
264 | + if (za_ofs) { | ||
265 | + target_setup_za_record((void *)frame + za_ofs, env, za_size); | ||
266 | } | ||
267 | |||
268 | /* Set up the stack frame for unwinding. */ | ||
269 | @@ -XXX,XX +XXX,XX @@ static void target_setup_frame(int usig, struct target_sigaction *ka, | ||
270 | env->btype = 2; | ||
271 | } | ||
272 | |||
273 | + /* | ||
274 | + * Invoke the signal handler with both SM and ZA disabled. | ||
275 | + * When clearing SM, ResetSVEState, per SMSTOP. | ||
276 | + */ | ||
277 | + if (FIELD_EX64(env->svcr, SVCR, SM)) { | ||
278 | + arm_reset_sve_state(env); | ||
279 | + } | ||
280 | + if (env->svcr) { | ||
281 | + env->svcr = 0; | ||
282 | + arm_rebuild_hflags(env); | ||
283 | + } | ||
284 | + | ||
285 | if (info) { | ||
286 | tswap_siginfo(&frame->info, info); | ||
287 | env->xregs[1] = frame_addr + offsetof(struct target_rt_sigframe, info); | ||
86 | -- | 288 | -- |
87 | 2.20.1 | 289 | 2.25.1 |
88 | |||
89 | diff view generated by jsdifflib |
1 | From: Andrey Smirnov <andrew.smirnov@gmail.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Expression to calculate update_msi_mapping in code handling writes to | 3 | Add "sve" to the sve prctl functions, to distinguish |
4 | DESIGNWARE_PCIE_MSI_INTR0_ENABLE is missing an ! operator and should | 4 | them from the coming "sme" prctls with similar names. |
5 | be: | ||
6 | 5 | ||
7 | !!root->msi.intr[0].enable ^ !!val; | ||
8 | |||
9 | so that MSI mapping is updated when enabled transitions from either | ||
10 | "none" -> "any" or "any" -> "none". Since that register shouldn't be | ||
11 | written to very often, change the code to update MSI mapping | ||
12 | unconditionally instead of trying to fix the update_msi_mapping logic. | ||
13 | |||
14 | Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> | ||
15 | Cc: Peter Maydell <peter.maydell@linaro.org> | ||
16 | Cc: Michael S. Tsirkin <mst@redhat.com> | ||
17 | Cc: qemu-devel@nongnu.org | ||
18 | Cc: qemu-arm@nongnu.org | ||
19 | Acked-by: Michael S. Tsirkin <mst@redhat.com> | ||
20 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20220708151540.18136-42-richard.henderson@linaro.org | ||
21 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
22 | --- | 10 | --- |
23 | hw/pci-host/designware.c | 10 ++-------- | 11 | linux-user/aarch64/target_prctl.h | 8 ++++---- |
24 | 1 file changed, 2 insertions(+), 8 deletions(-) | 12 | linux-user/syscall.c | 12 ++++++------ |
13 | 2 files changed, 10 insertions(+), 10 deletions(-) | ||
25 | 14 | ||
26 | diff --git a/hw/pci-host/designware.c b/hw/pci-host/designware.c | 15 | diff --git a/linux-user/aarch64/target_prctl.h b/linux-user/aarch64/target_prctl.h |
27 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/hw/pci-host/designware.c | 17 | --- a/linux-user/aarch64/target_prctl.h |
29 | +++ b/hw/pci-host/designware.c | 18 | +++ b/linux-user/aarch64/target_prctl.h |
30 | @@ -XXX,XX +XXX,XX @@ static void designware_pcie_root_config_write(PCIDevice *d, uint32_t address, | 19 | @@ -XXX,XX +XXX,XX @@ |
31 | root->msi.base |= (uint64_t)val << 32; | 20 | #ifndef AARCH64_TARGET_PRCTL_H |
32 | break; | 21 | #define AARCH64_TARGET_PRCTL_H |
33 | 22 | ||
34 | - case DESIGNWARE_PCIE_MSI_INTR0_ENABLE: { | 23 | -static abi_long do_prctl_get_vl(CPUArchState *env) |
35 | - const bool update_msi_mapping = !root->msi.intr[0].enable ^ !!val; | 24 | +static abi_long do_prctl_sve_get_vl(CPUArchState *env) |
36 | - | 25 | { |
37 | + case DESIGNWARE_PCIE_MSI_INTR0_ENABLE: | 26 | ARMCPU *cpu = env_archcpu(env); |
38 | root->msi.intr[0].enable = val; | 27 | if (cpu_isar_feature(aa64_sve, cpu)) { |
39 | - | 28 | @@ -XXX,XX +XXX,XX @@ static abi_long do_prctl_get_vl(CPUArchState *env) |
40 | - if (update_msi_mapping) { | 29 | } |
41 | - designware_pcie_root_update_msi_mapping(root); | 30 | return -TARGET_EINVAL; |
42 | - } | 31 | } |
43 | + designware_pcie_root_update_msi_mapping(root); | 32 | -#define do_prctl_get_vl do_prctl_get_vl |
44 | break; | 33 | +#define do_prctl_sve_get_vl do_prctl_sve_get_vl |
45 | - } | 34 | |
46 | 35 | -static abi_long do_prctl_set_vl(CPUArchState *env, abi_long arg2) | |
47 | case DESIGNWARE_PCIE_MSI_INTR0_MASK: | 36 | +static abi_long do_prctl_sve_set_vl(CPUArchState *env, abi_long arg2) |
48 | root->msi.intr[0].mask = val; | 37 | { |
38 | /* | ||
39 | * We cannot support either PR_SVE_SET_VL_ONEXEC or PR_SVE_VL_INHERIT. | ||
40 | @@ -XXX,XX +XXX,XX @@ static abi_long do_prctl_set_vl(CPUArchState *env, abi_long arg2) | ||
41 | } | ||
42 | return -TARGET_EINVAL; | ||
43 | } | ||
44 | -#define do_prctl_set_vl do_prctl_set_vl | ||
45 | +#define do_prctl_sve_set_vl do_prctl_sve_set_vl | ||
46 | |||
47 | static abi_long do_prctl_reset_keys(CPUArchState *env, abi_long arg2) | ||
48 | { | ||
49 | diff --git a/linux-user/syscall.c b/linux-user/syscall.c | ||
50 | index XXXXXXX..XXXXXXX 100644 | ||
51 | --- a/linux-user/syscall.c | ||
52 | +++ b/linux-user/syscall.c | ||
53 | @@ -XXX,XX +XXX,XX @@ static abi_long do_prctl_inval1(CPUArchState *env, abi_long arg2) | ||
54 | #ifndef do_prctl_set_fp_mode | ||
55 | #define do_prctl_set_fp_mode do_prctl_inval1 | ||
56 | #endif | ||
57 | -#ifndef do_prctl_get_vl | ||
58 | -#define do_prctl_get_vl do_prctl_inval0 | ||
59 | +#ifndef do_prctl_sve_get_vl | ||
60 | +#define do_prctl_sve_get_vl do_prctl_inval0 | ||
61 | #endif | ||
62 | -#ifndef do_prctl_set_vl | ||
63 | -#define do_prctl_set_vl do_prctl_inval1 | ||
64 | +#ifndef do_prctl_sve_set_vl | ||
65 | +#define do_prctl_sve_set_vl do_prctl_inval1 | ||
66 | #endif | ||
67 | #ifndef do_prctl_reset_keys | ||
68 | #define do_prctl_reset_keys do_prctl_inval1 | ||
69 | @@ -XXX,XX +XXX,XX @@ static abi_long do_prctl(CPUArchState *env, abi_long option, abi_long arg2, | ||
70 | case PR_SET_FP_MODE: | ||
71 | return do_prctl_set_fp_mode(env, arg2); | ||
72 | case PR_SVE_GET_VL: | ||
73 | - return do_prctl_get_vl(env); | ||
74 | + return do_prctl_sve_get_vl(env); | ||
75 | case PR_SVE_SET_VL: | ||
76 | - return do_prctl_set_vl(env, arg2); | ||
77 | + return do_prctl_sve_set_vl(env, arg2); | ||
78 | case PR_PAC_RESET_KEYS: | ||
79 | if (arg3 || arg4 || arg5) { | ||
80 | return -TARGET_EINVAL; | ||
49 | -- | 81 | -- |
50 | 2.20.1 | 82 | 2.25.1 |
51 | |||
52 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This code is specific to the SoftFloat floating-point | 3 | These prctl set the Streaming SVE vector length, which may |
4 | implementation, which is only used by TCG. | 4 | be completely different from the Normal SVE vector length. |
5 | 5 | ||
6 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
7 | Message-id: 20190701132516.26392-18-philmd@redhat.com | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20220708151540.18136-43-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 10 | --- |
11 | target/arm/vfp_helper.c | 26 +++++++++++++++++++++++--- | 11 | linux-user/aarch64/target_prctl.h | 54 +++++++++++++++++++++++++++++++ |
12 | 1 file changed, 23 insertions(+), 3 deletions(-) | 12 | linux-user/syscall.c | 16 +++++++++ |
13 | 2 files changed, 70 insertions(+) | ||
13 | 14 | ||
14 | diff --git a/target/arm/vfp_helper.c b/target/arm/vfp_helper.c | 15 | diff --git a/linux-user/aarch64/target_prctl.h b/linux-user/aarch64/target_prctl.h |
15 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/vfp_helper.c | 17 | --- a/linux-user/aarch64/target_prctl.h |
17 | +++ b/target/arm/vfp_helper.c | 18 | +++ b/linux-user/aarch64/target_prctl.h |
18 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ static abi_long do_prctl_sve_get_vl(CPUArchState *env) |
19 | */ | 20 | { |
20 | 21 | ARMCPU *cpu = env_archcpu(env); | |
21 | #include "qemu/osdep.h" | 22 | if (cpu_isar_feature(aa64_sve, cpu)) { |
22 | -#include "qemu/log.h" | 23 | + /* PSTATE.SM is always unset on syscall entry. */ |
23 | #include "cpu.h" | 24 | return sve_vq(env) * 16; |
24 | #include "exec/helper-proto.h" | 25 | } |
25 | -#include "fpu/softfloat.h" | 26 | return -TARGET_EINVAL; |
26 | #include "internals.h" | 27 | @@ -XXX,XX +XXX,XX @@ static abi_long do_prctl_sve_set_vl(CPUArchState *env, abi_long arg2) |
27 | - | 28 | && arg2 >= 0 && arg2 <= 512 * 16 && !(arg2 & 15)) { |
28 | +#ifdef CONFIG_TCG | 29 | uint32_t vq, old_vq; |
29 | +#include "qemu/log.h" | 30 | |
30 | +#include "fpu/softfloat.h" | 31 | + /* PSTATE.SM is always unset on syscall entry. */ |
32 | old_vq = sve_vq(env); | ||
33 | |||
34 | /* | ||
35 | @@ -XXX,XX +XXX,XX @@ static abi_long do_prctl_sve_set_vl(CPUArchState *env, abi_long arg2) | ||
36 | } | ||
37 | #define do_prctl_sve_set_vl do_prctl_sve_set_vl | ||
38 | |||
39 | +static abi_long do_prctl_sme_get_vl(CPUArchState *env) | ||
40 | +{ | ||
41 | + ARMCPU *cpu = env_archcpu(env); | ||
42 | + if (cpu_isar_feature(aa64_sme, cpu)) { | ||
43 | + return sme_vq(env) * 16; | ||
44 | + } | ||
45 | + return -TARGET_EINVAL; | ||
46 | +} | ||
47 | +#define do_prctl_sme_get_vl do_prctl_sme_get_vl | ||
48 | + | ||
49 | +static abi_long do_prctl_sme_set_vl(CPUArchState *env, abi_long arg2) | ||
50 | +{ | ||
51 | + /* | ||
52 | + * We cannot support either PR_SME_SET_VL_ONEXEC or PR_SME_VL_INHERIT. | ||
53 | + * Note the kernel definition of sve_vl_valid allows for VQ=512, | ||
54 | + * i.e. VL=8192, even though the architectural maximum is VQ=16. | ||
55 | + */ | ||
56 | + if (cpu_isar_feature(aa64_sme, env_archcpu(env)) | ||
57 | + && arg2 >= 0 && arg2 <= 512 * 16 && !(arg2 & 15)) { | ||
58 | + int vq, old_vq; | ||
59 | + | ||
60 | + old_vq = sme_vq(env); | ||
61 | + | ||
62 | + /* | ||
63 | + * Bound the value of vq, so that we know that it fits into | ||
64 | + * the 4-bit field in SMCR_EL1. Because PSTATE.SM is cleared | ||
65 | + * on syscall entry, we are not modifying the current SVE | ||
66 | + * vector length. | ||
67 | + */ | ||
68 | + vq = MAX(arg2 / 16, 1); | ||
69 | + vq = MIN(vq, 16); | ||
70 | + env->vfp.smcr_el[1] = | ||
71 | + FIELD_DP64(env->vfp.smcr_el[1], SMCR, LEN, vq - 1); | ||
72 | + | ||
73 | + /* Delay rebuilding hflags until we know if ZA must change. */ | ||
74 | + vq = sve_vqm1_for_el_sm(env, 0, true) + 1; | ||
75 | + | ||
76 | + if (vq != old_vq) { | ||
77 | + /* | ||
78 | + * PSTATE.ZA state is cleared on any change to SVL. | ||
79 | + * We need not call arm_rebuild_hflags because PSTATE.SM was | ||
80 | + * cleared on syscall entry, so this hasn't changed VL. | ||
81 | + */ | ||
82 | + env->svcr = FIELD_DP64(env->svcr, SVCR, ZA, 0); | ||
83 | + arm_rebuild_hflags(env); | ||
84 | + } | ||
85 | + return vq * 16; | ||
86 | + } | ||
87 | + return -TARGET_EINVAL; | ||
88 | +} | ||
89 | +#define do_prctl_sme_set_vl do_prctl_sme_set_vl | ||
90 | + | ||
91 | static abi_long do_prctl_reset_keys(CPUArchState *env, abi_long arg2) | ||
92 | { | ||
93 | ARMCPU *cpu = env_archcpu(env); | ||
94 | diff --git a/linux-user/syscall.c b/linux-user/syscall.c | ||
95 | index XXXXXXX..XXXXXXX 100644 | ||
96 | --- a/linux-user/syscall.c | ||
97 | +++ b/linux-user/syscall.c | ||
98 | @@ -XXX,XX +XXX,XX @@ abi_long do_arch_prctl(CPUX86State *env, int code, abi_ulong addr) | ||
99 | #ifndef PR_SET_SYSCALL_USER_DISPATCH | ||
100 | # define PR_SET_SYSCALL_USER_DISPATCH 59 | ||
101 | #endif | ||
102 | +#ifndef PR_SME_SET_VL | ||
103 | +# define PR_SME_SET_VL 63 | ||
104 | +# define PR_SME_GET_VL 64 | ||
105 | +# define PR_SME_VL_LEN_MASK 0xffff | ||
106 | +# define PR_SME_VL_INHERIT (1 << 17) | ||
31 | +#endif | 107 | +#endif |
32 | 108 | ||
33 | /* VFP support. We follow the convention used for VFP instructions: | 109 | #include "target_prctl.h" |
34 | Single precision routines have a "s" suffix, double precision a | 110 | |
35 | "d" suffix. */ | 111 | @@ -XXX,XX +XXX,XX @@ static abi_long do_prctl_inval1(CPUArchState *env, abi_long arg2) |
36 | 112 | #ifndef do_prctl_set_unalign | |
37 | +#ifdef CONFIG_TCG | 113 | #define do_prctl_set_unalign do_prctl_inval1 |
38 | + | 114 | #endif |
39 | /* Convert host exception flags to vfp form. */ | 115 | +#ifndef do_prctl_sme_get_vl |
40 | static inline int vfp_exceptbits_from_host(int host_bits) | 116 | +#define do_prctl_sme_get_vl do_prctl_inval0 |
41 | { | ||
42 | @@ -XXX,XX +XXX,XX @@ static void vfp_set_fpscr_to_host(CPUARMState *env, uint32_t val) | ||
43 | set_float_exception_flags(0, &env->vfp.standard_fp_status); | ||
44 | } | ||
45 | |||
46 | +#else | ||
47 | + | ||
48 | +static uint32_t vfp_get_fpscr_from_host(CPUARMState *env) | ||
49 | +{ | ||
50 | + return 0; | ||
51 | +} | ||
52 | + | ||
53 | +static void vfp_set_fpscr_to_host(CPUARMState *env, uint32_t val) | ||
54 | +{ | ||
55 | +} | ||
56 | + | ||
57 | +#endif | 117 | +#endif |
58 | + | 118 | +#ifndef do_prctl_sme_set_vl |
59 | uint32_t HELPER(vfp_get_fpscr)(CPUARMState *env) | 119 | +#define do_prctl_sme_set_vl do_prctl_inval1 |
60 | { | ||
61 | uint32_t i, fpscr; | ||
62 | @@ -XXX,XX +XXX,XX @@ void vfp_set_fpscr(CPUARMState *env, uint32_t val) | ||
63 | HELPER(vfp_set_fpscr)(env, val); | ||
64 | } | ||
65 | |||
66 | +#ifdef CONFIG_TCG | ||
67 | + | ||
68 | #define VFP_HELPER(name, p) HELPER(glue(glue(vfp_,name),p)) | ||
69 | |||
70 | #define VFP_BINOP(name) \ | ||
71 | @@ -XXX,XX +XXX,XX @@ float64 HELPER(frint64_d)(float64 f, void *fpst) | ||
72 | { | ||
73 | return frint_d(f, fpst, 64); | ||
74 | } | ||
75 | + | ||
76 | +#endif | 120 | +#endif |
121 | |||
122 | static abi_long do_prctl(CPUArchState *env, abi_long option, abi_long arg2, | ||
123 | abi_long arg3, abi_long arg4, abi_long arg5) | ||
124 | @@ -XXX,XX +XXX,XX @@ static abi_long do_prctl(CPUArchState *env, abi_long option, abi_long arg2, | ||
125 | return do_prctl_sve_get_vl(env); | ||
126 | case PR_SVE_SET_VL: | ||
127 | return do_prctl_sve_set_vl(env, arg2); | ||
128 | + case PR_SME_GET_VL: | ||
129 | + return do_prctl_sme_get_vl(env); | ||
130 | + case PR_SME_SET_VL: | ||
131 | + return do_prctl_sme_set_vl(env, arg2); | ||
132 | case PR_PAC_RESET_KEYS: | ||
133 | if (arg3 || arg4 || arg5) { | ||
134 | return -TARGET_EINVAL; | ||
77 | -- | 135 | -- |
78 | 2.20.1 | 136 | 2.25.1 |
79 | |||
80 | diff view generated by jsdifflib |
1 | From: Jan Kiszka <jan.kiszka@siemens.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Allow cortex-a7 to be used with the virt board; it supports | 3 | There's no reason to set CPACR_EL1.ZEN if SVE disabled. |
4 | the v7VE features and there is no reason to deny this type. | ||
5 | 4 | ||
6 | Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
8 | Message-id: fc5404f7-4d1d-c28f-6e48-d8799c82acc0@web.de | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20220708151540.18136-44-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 9 | --- |
12 | hw/arm/virt.c | 1 + | 10 | target/arm/cpu.c | 7 +++---- |
13 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 3 insertions(+), 4 deletions(-) |
14 | 12 | ||
15 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 13 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
16 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/arm/virt.c | 15 | --- a/target/arm/cpu.c |
18 | +++ b/hw/arm/virt.c | 16 | +++ b/target/arm/cpu.c |
19 | @@ -XXX,XX +XXX,XX @@ static const int a15irqmap[] = { | 17 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(DeviceState *dev) |
20 | }; | 18 | /* and to the FP/Neon instructions */ |
21 | 19 | env->cp15.cpacr_el1 = FIELD_DP64(env->cp15.cpacr_el1, | |
22 | static const char *valid_cpus[] = { | 20 | CPACR_EL1, FPEN, 3); |
23 | + ARM_CPU_TYPE_NAME("cortex-a7"), | 21 | - /* and to the SVE instructions */ |
24 | ARM_CPU_TYPE_NAME("cortex-a15"), | 22 | - env->cp15.cpacr_el1 = FIELD_DP64(env->cp15.cpacr_el1, |
25 | ARM_CPU_TYPE_NAME("cortex-a53"), | 23 | - CPACR_EL1, ZEN, 3); |
26 | ARM_CPU_TYPE_NAME("cortex-a57"), | 24 | - /* with reasonable vector length */ |
25 | + /* and to the SVE instructions, with default vector length */ | ||
26 | if (cpu_isar_feature(aa64_sve, cpu)) { | ||
27 | + env->cp15.cpacr_el1 = FIELD_DP64(env->cp15.cpacr_el1, | ||
28 | + CPACR_EL1, ZEN, 3); | ||
29 | env->vfp.zcr_el[1] = cpu->sve_default_vq - 1; | ||
30 | } | ||
31 | /* | ||
27 | -- | 32 | -- |
28 | 2.20.1 | 33 | 2.25.1 |
29 | |||
30 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This machine correctly defines its default_cpu_type to cortex-m3 | 3 | Enable SME, TPIDR2_EL0, and FA64 if supported by the cpu. |
4 | and report an error if the user requested another cpu_type, | ||
5 | however it does not exit, and this can confuse users trying | ||
6 | to use another core: | ||
7 | 4 | ||
8 | $ qemu-system-arm -M emcraft-sf2 -cpu cortex-m4 -kernel test-m4.elf | 5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | qemu-system-arm: This board can only be used with CPU cortex-m3-arm-cpu | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
10 | [output related to M3 core ...] | 7 | Message-id: 20220708151540.18136-45-richard.henderson@linaro.org |
11 | |||
12 | The CPU is indeed a M3 core: | ||
13 | |||
14 | (qemu) info qom-tree | ||
15 | /machine (emcraft-sf2-machine) | ||
16 | /unattached (container) | ||
17 | /device[0] (msf2-soc) | ||
18 | /armv7m (armv7m) | ||
19 | /cpu (cortex-m3-arm-cpu) | ||
20 | |||
21 | Add the missing exit() call to return to the shell. | ||
22 | |||
23 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
24 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
25 | Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> | ||
26 | Message-id: 20190617160136.29930-1-philmd@redhat.com | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 9 | --- |
29 | hw/arm/msf2-som.c | 1 + | 10 | target/arm/cpu.c | 11 +++++++++++ |
30 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 11 insertions(+) |
31 | 12 | ||
32 | diff --git a/hw/arm/msf2-som.c b/hw/arm/msf2-som.c | 13 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
33 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/arm/msf2-som.c | 15 | --- a/target/arm/cpu.c |
35 | +++ b/hw/arm/msf2-som.c | 16 | +++ b/target/arm/cpu.c |
36 | @@ -XXX,XX +XXX,XX @@ static void emcraft_sf2_s2s010_init(MachineState *machine) | 17 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(DeviceState *dev) |
37 | if (strcmp(machine->cpu_type, mc->default_cpu_type) != 0) { | 18 | CPACR_EL1, ZEN, 3); |
38 | error_report("This board can only be used with CPU %s", | 19 | env->vfp.zcr_el[1] = cpu->sve_default_vq - 1; |
39 | mc->default_cpu_type); | 20 | } |
40 | + exit(1); | 21 | + /* and for SME instructions, with default vector length, and TPIDR2 */ |
41 | } | 22 | + if (cpu_isar_feature(aa64_sme, cpu)) { |
42 | 23 | + env->cp15.sctlr_el[1] |= SCTLR_EnTP2; | |
43 | memory_region_init_ram(ddr, NULL, "ddr-ram", DDR_SIZE, | 24 | + env->cp15.cpacr_el1 = FIELD_DP64(env->cp15.cpacr_el1, |
25 | + CPACR_EL1, SMEN, 3); | ||
26 | + env->vfp.smcr_el[1] = cpu->sme_default_vq - 1; | ||
27 | + if (cpu_isar_feature(aa64_sme_fa64, cpu)) { | ||
28 | + env->vfp.smcr_el[1] = FIELD_DP64(env->vfp.smcr_el[1], | ||
29 | + SMCR, FA64, 1); | ||
30 | + } | ||
31 | + } | ||
32 | /* | ||
33 | * Enable 48-bit address space (TODO: take reserved_va into account). | ||
34 | * Enable TBI0 but not TBI1. | ||
44 | -- | 35 | -- |
45 | 2.20.1 | 36 | 2.25.1 |
46 | |||
47 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | This will simplify the definition of new SoCs, like the AST2600 which | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
4 | should use a slightly different address space and have a different set | 4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
5 | of controllers. | 5 | Message-id: 20220708151540.18136-46-richard.henderson@linaro.org |
6 | |||
7 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
9 | Reviewed-by: Joel Stanley <joel@jms.id.au> | ||
10 | Message-id: 20190618165311.27066-3-clg@kaod.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 7 | --- |
13 | include/hw/arm/aspeed_soc.h | 4 +- | 8 | linux-user/elfload.c | 20 ++++++++++++++++++++ |
14 | hw/arm/aspeed.c | 8 +-- | 9 | 1 file changed, 20 insertions(+) |
15 | hw/arm/aspeed_soc.c | 117 ++++++++++++++++++++++-------------- | ||
16 | 3 files changed, 78 insertions(+), 51 deletions(-) | ||
17 | 10 | ||
18 | diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h | 11 | diff --git a/linux-user/elfload.c b/linux-user/elfload.c |
19 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/include/hw/arm/aspeed_soc.h | 13 | --- a/linux-user/elfload.c |
21 | +++ b/include/hw/arm/aspeed_soc.h | 14 | +++ b/linux-user/elfload.c |
22 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedSoCInfo { | ||
23 | const char *name; | ||
24 | const char *cpu_type; | ||
25 | uint32_t silicon_rev; | ||
26 | - hwaddr sdram_base; | ||
27 | uint64_t sram_size; | ||
28 | int spis_num; | ||
29 | - const hwaddr *spi_bases; | ||
30 | const char *fmc_typename; | ||
31 | const char **spi_typename; | ||
32 | int wdts_num; | ||
33 | const int *irqmap; | ||
34 | + const hwaddr *memmap; | ||
35 | } AspeedSoCInfo; | ||
36 | |||
37 | typedef struct AspeedSoCClass { | ||
38 | @@ -XXX,XX +XXX,XX @@ enum { | 15 | @@ -XXX,XX +XXX,XX @@ enum { |
39 | ASPEED_I2C, | 16 | ARM_HWCAP2_A64_RNG = 1 << 16, |
40 | ASPEED_ETH1, | 17 | ARM_HWCAP2_A64_BTI = 1 << 17, |
41 | ASPEED_ETH2, | 18 | ARM_HWCAP2_A64_MTE = 1 << 18, |
42 | + ASPEED_SDRAM, | 19 | + ARM_HWCAP2_A64_ECV = 1 << 19, |
20 | + ARM_HWCAP2_A64_AFP = 1 << 20, | ||
21 | + ARM_HWCAP2_A64_RPRES = 1 << 21, | ||
22 | + ARM_HWCAP2_A64_MTE3 = 1 << 22, | ||
23 | + ARM_HWCAP2_A64_SME = 1 << 23, | ||
24 | + ARM_HWCAP2_A64_SME_I16I64 = 1 << 24, | ||
25 | + ARM_HWCAP2_A64_SME_F64F64 = 1 << 25, | ||
26 | + ARM_HWCAP2_A64_SME_I8I32 = 1 << 26, | ||
27 | + ARM_HWCAP2_A64_SME_F16F32 = 1 << 27, | ||
28 | + ARM_HWCAP2_A64_SME_B16F32 = 1 << 28, | ||
29 | + ARM_HWCAP2_A64_SME_F32F32 = 1 << 29, | ||
30 | + ARM_HWCAP2_A64_SME_FA64 = 1 << 30, | ||
43 | }; | 31 | }; |
44 | 32 | ||
45 | #endif /* ASPEED_SOC_H */ | 33 | #define ELF_HWCAP get_elf_hwcap() |
46 | diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c | 34 | @@ -XXX,XX +XXX,XX @@ static uint32_t get_elf_hwcap2(void) |
47 | index XXXXXXX..XXXXXXX 100644 | 35 | GET_FEATURE_ID(aa64_rndr, ARM_HWCAP2_A64_RNG); |
48 | --- a/hw/arm/aspeed.c | 36 | GET_FEATURE_ID(aa64_bti, ARM_HWCAP2_A64_BTI); |
49 | +++ b/hw/arm/aspeed.c | 37 | GET_FEATURE_ID(aa64_mte, ARM_HWCAP2_A64_MTE); |
50 | @@ -XXX,XX +XXX,XX @@ static void aspeed_board_init(MachineState *machine, | 38 | + GET_FEATURE_ID(aa64_sme, (ARM_HWCAP2_A64_SME | |
51 | &error_abort); | 39 | + ARM_HWCAP2_A64_SME_F32F32 | |
52 | 40 | + ARM_HWCAP2_A64_SME_B16F32 | | |
53 | memory_region_allocate_system_memory(&bmc->ram, NULL, "ram", ram_size); | 41 | + ARM_HWCAP2_A64_SME_F16F32 | |
54 | - memory_region_add_subregion(get_system_memory(), sc->info->sdram_base, | 42 | + ARM_HWCAP2_A64_SME_I8I32)); |
55 | - &bmc->ram); | 43 | + GET_FEATURE_ID(aa64_sme_f64f64, ARM_HWCAP2_A64_SME_F64F64); |
56 | + memory_region_add_subregion(get_system_memory(), | 44 | + GET_FEATURE_ID(aa64_sme_i16i64, ARM_HWCAP2_A64_SME_I16I64); |
57 | + sc->info->memmap[ASPEED_SDRAM], &bmc->ram); | 45 | + GET_FEATURE_ID(aa64_sme_fa64, ARM_HWCAP2_A64_SME_FA64); |
58 | object_property_add_const_link(OBJECT(&bmc->soc), "ram", OBJECT(&bmc->ram), | 46 | |
59 | &error_abort); | 47 | return hwcaps; |
60 | |||
61 | @@ -XXX,XX +XXX,XX @@ static void aspeed_board_init(MachineState *machine, | ||
62 | memory_region_init_io(&bmc->max_ram, NULL, &max_ram_ops, NULL, | ||
63 | "max_ram", max_ram_size - ram_size); | ||
64 | memory_region_add_subregion(get_system_memory(), | ||
65 | - sc->info->sdram_base + ram_size, | ||
66 | + sc->info->memmap[ASPEED_SDRAM] + ram_size, | ||
67 | &bmc->max_ram); | ||
68 | |||
69 | aspeed_board_init_flashes(&bmc->soc.fmc, cfg->fmc_model, &error_abort); | ||
70 | @@ -XXX,XX +XXX,XX @@ static void aspeed_board_init(MachineState *machine, | ||
71 | aspeed_board_binfo.initrd_filename = machine->initrd_filename; | ||
72 | aspeed_board_binfo.kernel_cmdline = machine->kernel_cmdline; | ||
73 | aspeed_board_binfo.ram_size = ram_size; | ||
74 | - aspeed_board_binfo.loader_start = sc->info->sdram_base; | ||
75 | + aspeed_board_binfo.loader_start = sc->info->memmap[ASPEED_SDRAM]; | ||
76 | |||
77 | if (cfg->i2c_init) { | ||
78 | cfg->i2c_init(bmc); | ||
79 | diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c | ||
80 | index XXXXXXX..XXXXXXX 100644 | ||
81 | --- a/hw/arm/aspeed_soc.c | ||
82 | +++ b/hw/arm/aspeed_soc.c | ||
83 | @@ -XXX,XX +XXX,XX @@ | ||
84 | #include "hw/i2c/aspeed_i2c.h" | ||
85 | #include "net/net.h" | ||
86 | |||
87 | -#define ASPEED_SOC_UART_5_BASE 0x00184000 | ||
88 | #define ASPEED_SOC_IOMEM_SIZE 0x00200000 | ||
89 | -#define ASPEED_SOC_IOMEM_BASE 0x1E600000 | ||
90 | -#define ASPEED_SOC_FMC_BASE 0x1E620000 | ||
91 | -#define ASPEED_SOC_SPI_BASE 0x1E630000 | ||
92 | -#define ASPEED_SOC_SPI2_BASE 0x1E631000 | ||
93 | -#define ASPEED_SOC_VIC_BASE 0x1E6C0000 | ||
94 | -#define ASPEED_SOC_SDMC_BASE 0x1E6E0000 | ||
95 | -#define ASPEED_SOC_SCU_BASE 0x1E6E2000 | ||
96 | -#define ASPEED_SOC_SRAM_BASE 0x1E720000 | ||
97 | -#define ASPEED_SOC_TIMER_BASE 0x1E782000 | ||
98 | -#define ASPEED_SOC_WDT_BASE 0x1E785000 | ||
99 | -#define ASPEED_SOC_I2C_BASE 0x1E78A000 | ||
100 | -#define ASPEED_SOC_ETH1_BASE 0x1E660000 | ||
101 | -#define ASPEED_SOC_ETH2_BASE 0x1E680000 | ||
102 | + | ||
103 | +static const hwaddr aspeed_soc_ast2400_memmap[] = { | ||
104 | + [ASPEED_IOMEM] = 0x1E600000, | ||
105 | + [ASPEED_FMC] = 0x1E620000, | ||
106 | + [ASPEED_SPI1] = 0x1E630000, | ||
107 | + [ASPEED_VIC] = 0x1E6C0000, | ||
108 | + [ASPEED_SDMC] = 0x1E6E0000, | ||
109 | + [ASPEED_SCU] = 0x1E6E2000, | ||
110 | + [ASPEED_ADC] = 0x1E6E9000, | ||
111 | + [ASPEED_SRAM] = 0x1E720000, | ||
112 | + [ASPEED_GPIO] = 0x1E780000, | ||
113 | + [ASPEED_RTC] = 0x1E781000, | ||
114 | + [ASPEED_TIMER1] = 0x1E782000, | ||
115 | + [ASPEED_WDT] = 0x1E785000, | ||
116 | + [ASPEED_PWM] = 0x1E786000, | ||
117 | + [ASPEED_LPC] = 0x1E789000, | ||
118 | + [ASPEED_IBT] = 0x1E789140, | ||
119 | + [ASPEED_I2C] = 0x1E78A000, | ||
120 | + [ASPEED_ETH1] = 0x1E660000, | ||
121 | + [ASPEED_ETH2] = 0x1E680000, | ||
122 | + [ASPEED_UART1] = 0x1E783000, | ||
123 | + [ASPEED_UART5] = 0x1E784000, | ||
124 | + [ASPEED_VUART] = 0x1E787000, | ||
125 | + [ASPEED_SDRAM] = 0x40000000, | ||
126 | +}; | ||
127 | + | ||
128 | +static const hwaddr aspeed_soc_ast2500_memmap[] = { | ||
129 | + [ASPEED_IOMEM] = 0x1E600000, | ||
130 | + [ASPEED_FMC] = 0x1E620000, | ||
131 | + [ASPEED_SPI1] = 0x1E630000, | ||
132 | + [ASPEED_SPI2] = 0x1E631000, | ||
133 | + [ASPEED_VIC] = 0x1E6C0000, | ||
134 | + [ASPEED_SDMC] = 0x1E6E0000, | ||
135 | + [ASPEED_SCU] = 0x1E6E2000, | ||
136 | + [ASPEED_ADC] = 0x1E6E9000, | ||
137 | + [ASPEED_SRAM] = 0x1E720000, | ||
138 | + [ASPEED_GPIO] = 0x1E780000, | ||
139 | + [ASPEED_RTC] = 0x1E781000, | ||
140 | + [ASPEED_TIMER1] = 0x1E782000, | ||
141 | + [ASPEED_WDT] = 0x1E785000, | ||
142 | + [ASPEED_PWM] = 0x1E786000, | ||
143 | + [ASPEED_LPC] = 0x1E789000, | ||
144 | + [ASPEED_IBT] = 0x1E789140, | ||
145 | + [ASPEED_I2C] = 0x1E78A000, | ||
146 | + [ASPEED_ETH1] = 0x1E660000, | ||
147 | + [ASPEED_ETH2] = 0x1E680000, | ||
148 | + [ASPEED_UART1] = 0x1E783000, | ||
149 | + [ASPEED_UART5] = 0x1E784000, | ||
150 | + [ASPEED_VUART] = 0x1E787000, | ||
151 | + [ASPEED_SDRAM] = 0x80000000, | ||
152 | +}; | ||
153 | |||
154 | static const int aspeed_soc_ast2400_irqmap[] = { | ||
155 | [ASPEED_UART1] = 9, | ||
156 | @@ -XXX,XX +XXX,XX @@ static const int aspeed_soc_ast2400_irqmap[] = { | ||
157 | [ASPEED_ETH2] = 3, | ||
158 | }; | ||
159 | |||
160 | -#define AST2400_SDRAM_BASE 0x40000000 | ||
161 | -#define AST2500_SDRAM_BASE 0x80000000 | ||
162 | - | ||
163 | -/* AST2500 uses the same IRQs as the AST2400 */ | ||
164 | #define aspeed_soc_ast2500_irqmap aspeed_soc_ast2400_irqmap | ||
165 | |||
166 | -static const hwaddr aspeed_soc_ast2400_spi_bases[] = { ASPEED_SOC_SPI_BASE }; | ||
167 | static const char *aspeed_soc_ast2400_typenames[] = { "aspeed.smc.spi" }; | ||
168 | - | ||
169 | -static const hwaddr aspeed_soc_ast2500_spi_bases[] = { ASPEED_SOC_SPI_BASE, | ||
170 | - ASPEED_SOC_SPI2_BASE}; | ||
171 | static const char *aspeed_soc_ast2500_typenames[] = { | ||
172 | "aspeed.smc.ast2500-spi1", "aspeed.smc.ast2500-spi2" }; | ||
173 | |||
174 | @@ -XXX,XX +XXX,XX @@ static const AspeedSoCInfo aspeed_socs[] = { | ||
175 | .name = "ast2400-a0", | ||
176 | .cpu_type = ARM_CPU_TYPE_NAME("arm926"), | ||
177 | .silicon_rev = AST2400_A0_SILICON_REV, | ||
178 | - .sdram_base = AST2400_SDRAM_BASE, | ||
179 | .sram_size = 0x8000, | ||
180 | .spis_num = 1, | ||
181 | - .spi_bases = aspeed_soc_ast2400_spi_bases, | ||
182 | .fmc_typename = "aspeed.smc.fmc", | ||
183 | .spi_typename = aspeed_soc_ast2400_typenames, | ||
184 | .wdts_num = 2, | ||
185 | .irqmap = aspeed_soc_ast2400_irqmap, | ||
186 | + .memmap = aspeed_soc_ast2400_memmap, | ||
187 | }, { | ||
188 | .name = "ast2400-a1", | ||
189 | .cpu_type = ARM_CPU_TYPE_NAME("arm926"), | ||
190 | .silicon_rev = AST2400_A1_SILICON_REV, | ||
191 | - .sdram_base = AST2400_SDRAM_BASE, | ||
192 | .sram_size = 0x8000, | ||
193 | .spis_num = 1, | ||
194 | - .spi_bases = aspeed_soc_ast2400_spi_bases, | ||
195 | .fmc_typename = "aspeed.smc.fmc", | ||
196 | .spi_typename = aspeed_soc_ast2400_typenames, | ||
197 | .wdts_num = 2, | ||
198 | .irqmap = aspeed_soc_ast2400_irqmap, | ||
199 | + .memmap = aspeed_soc_ast2400_memmap, | ||
200 | }, { | ||
201 | .name = "ast2400", | ||
202 | .cpu_type = ARM_CPU_TYPE_NAME("arm926"), | ||
203 | .silicon_rev = AST2400_A0_SILICON_REV, | ||
204 | - .sdram_base = AST2400_SDRAM_BASE, | ||
205 | .sram_size = 0x8000, | ||
206 | .spis_num = 1, | ||
207 | - .spi_bases = aspeed_soc_ast2400_spi_bases, | ||
208 | .fmc_typename = "aspeed.smc.fmc", | ||
209 | .spi_typename = aspeed_soc_ast2400_typenames, | ||
210 | .wdts_num = 2, | ||
211 | .irqmap = aspeed_soc_ast2400_irqmap, | ||
212 | + .memmap = aspeed_soc_ast2400_memmap, | ||
213 | }, { | ||
214 | .name = "ast2500-a1", | ||
215 | .cpu_type = ARM_CPU_TYPE_NAME("arm1176"), | ||
216 | .silicon_rev = AST2500_A1_SILICON_REV, | ||
217 | - .sdram_base = AST2500_SDRAM_BASE, | ||
218 | .sram_size = 0x9000, | ||
219 | .spis_num = 2, | ||
220 | - .spi_bases = aspeed_soc_ast2500_spi_bases, | ||
221 | .fmc_typename = "aspeed.smc.ast2500-fmc", | ||
222 | .spi_typename = aspeed_soc_ast2500_typenames, | ||
223 | .wdts_num = 3, | ||
224 | .irqmap = aspeed_soc_ast2500_irqmap, | ||
225 | + .memmap = aspeed_soc_ast2500_memmap, | ||
226 | }, | ||
227 | }; | ||
228 | |||
229 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
230 | Error *err = NULL, *local_err = NULL; | ||
231 | |||
232 | /* IO space */ | ||
233 | - create_unimplemented_device("aspeed_soc.io", | ||
234 | - ASPEED_SOC_IOMEM_BASE, ASPEED_SOC_IOMEM_SIZE); | ||
235 | + create_unimplemented_device("aspeed_soc.io", sc->info->memmap[ASPEED_IOMEM], | ||
236 | + ASPEED_SOC_IOMEM_SIZE); | ||
237 | |||
238 | /* CPU */ | ||
239 | object_property_set_bool(OBJECT(&s->cpu), true, "realized", &err); | ||
240 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
241 | error_propagate(errp, err); | ||
242 | return; | ||
243 | } | ||
244 | - memory_region_add_subregion(get_system_memory(), ASPEED_SOC_SRAM_BASE, | ||
245 | - &s->sram); | ||
246 | + memory_region_add_subregion(get_system_memory(), | ||
247 | + sc->info->memmap[ASPEED_SRAM], &s->sram); | ||
248 | |||
249 | /* SCU */ | ||
250 | object_property_set_bool(OBJECT(&s->scu), true, "realized", &err); | ||
251 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
252 | error_propagate(errp, err); | ||
253 | return; | ||
254 | } | ||
255 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->scu), 0, ASPEED_SOC_SCU_BASE); | ||
256 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->scu), 0, sc->info->memmap[ASPEED_SCU]); | ||
257 | |||
258 | /* VIC */ | ||
259 | object_property_set_bool(OBJECT(&s->vic), true, "realized", &err); | ||
260 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
261 | error_propagate(errp, err); | ||
262 | return; | ||
263 | } | ||
264 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->vic), 0, ASPEED_SOC_VIC_BASE); | ||
265 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->vic), 0, sc->info->memmap[ASPEED_VIC]); | ||
266 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->vic), 0, | ||
267 | qdev_get_gpio_in(DEVICE(&s->cpu), ARM_CPU_IRQ)); | ||
268 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->vic), 1, | ||
269 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
270 | error_propagate(errp, err); | ||
271 | return; | ||
272 | } | ||
273 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->timerctrl), 0, ASPEED_SOC_TIMER_BASE); | ||
274 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->timerctrl), 0, | ||
275 | + sc->info->memmap[ASPEED_TIMER1]); | ||
276 | for (i = 0; i < ASPEED_TIMER_NR_TIMERS; i++) { | ||
277 | qemu_irq irq = aspeed_soc_get_irq(s, ASPEED_TIMER1 + i); | ||
278 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->timerctrl), i, irq); | ||
279 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
280 | /* UART - attach an 8250 to the IO space as our UART5 */ | ||
281 | if (serial_hd(0)) { | ||
282 | qemu_irq uart5 = aspeed_soc_get_irq(s, ASPEED_UART5); | ||
283 | - serial_mm_init(get_system_memory(), | ||
284 | - ASPEED_SOC_IOMEM_BASE + ASPEED_SOC_UART_5_BASE, 2, | ||
285 | + serial_mm_init(get_system_memory(), sc->info->memmap[ASPEED_UART5], 2, | ||
286 | uart5, 38400, serial_hd(0), DEVICE_LITTLE_ENDIAN); | ||
287 | } | ||
288 | |||
289 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
290 | error_propagate(errp, err); | ||
291 | return; | ||
292 | } | ||
293 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->i2c), 0, ASPEED_SOC_I2C_BASE); | ||
294 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->i2c), 0, sc->info->memmap[ASPEED_I2C]); | ||
295 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->i2c), 0, | ||
296 | aspeed_soc_get_irq(s, ASPEED_I2C)); | ||
297 | |||
298 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
299 | error_propagate(errp, err); | ||
300 | return; | ||
301 | } | ||
302 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->fmc), 0, ASPEED_SOC_FMC_BASE); | ||
303 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->fmc), 0, sc->info->memmap[ASPEED_FMC]); | ||
304 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->fmc), 1, | ||
305 | s->fmc.ctrl->flash_window_base); | ||
306 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->fmc), 0, | ||
307 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
308 | error_propagate(errp, err); | ||
309 | return; | ||
310 | } | ||
311 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->spi[i]), 0, sc->info->spi_bases[i]); | ||
312 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->spi[i]), 0, | ||
313 | + sc->info->memmap[ASPEED_SPI1 + i]); | ||
314 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->spi[i]), 1, | ||
315 | s->spi[i].ctrl->flash_window_base); | ||
316 | } | ||
317 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
318 | error_propagate(errp, err); | ||
319 | return; | ||
320 | } | ||
321 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->sdmc), 0, ASPEED_SOC_SDMC_BASE); | ||
322 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->sdmc), 0, sc->info->memmap[ASPEED_SDMC]); | ||
323 | |||
324 | /* Watch dog */ | ||
325 | for (i = 0; i < sc->info->wdts_num; i++) { | ||
326 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
327 | return; | ||
328 | } | ||
329 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->wdt[i]), 0, | ||
330 | - ASPEED_SOC_WDT_BASE + i * 0x20); | ||
331 | + sc->info->memmap[ASPEED_WDT] + i * 0x20); | ||
332 | } | ||
333 | |||
334 | /* Net */ | ||
335 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
336 | error_propagate(errp, err); | ||
337 | return; | ||
338 | } | ||
339 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->ftgmac100), 0, ASPEED_SOC_ETH1_BASE); | ||
340 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->ftgmac100), 0, | ||
341 | + sc->info->memmap[ASPEED_ETH1]); | ||
342 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->ftgmac100), 0, | ||
343 | aspeed_soc_get_irq(s, ASPEED_ETH1)); | ||
344 | } | 48 | } |
345 | -- | 49 | -- |
346 | 2.20.1 | 50 | 2.25.1 |
347 | |||
348 | diff view generated by jsdifflib |