1 | Probably the last arm pullreq before softfreeze... | 1 | Small pile of bug fixes for rc1. I've included my patches to get |
---|---|---|---|
2 | our docs building with Sphinx 3, just for convenience... | ||
2 | 3 | ||
3 | The following changes since commit 58560ad254fbda71d4daa6622d71683190070ee2: | 4 | -- PMM |
4 | 5 | ||
5 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191024' into staging (2019-10-24 16:22:58 +0100) | 6 | The following changes since commit b149dea55cce97cb226683d06af61984a1c11e96: |
7 | |||
8 | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201102' into staging (2020-11-02 10:57:48 +0000) | ||
6 | 9 | ||
7 | are available in the Git repository at: | 10 | are available in the Git repository at: |
8 | 11 | ||
9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20191024 | 12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20201102 |
10 | 13 | ||
11 | for you to fetch changes up to a01a4a3e85ae8f6fe21adbedc80f7013faabdcf4: | 14 | for you to fetch changes up to ffb4fbf90a2f63c9cb33e4bb9f854c79bf04ca4a: |
12 | 15 | ||
13 | hw/arm/highbank: Use AddressSpace when using write_secondary_boot() (2019-10-24 17:16:30 +0100) | 16 | tests/qtest/npcm7xx_rng-test: Disable randomness tests (2020-11-02 16:52:18 +0000) |
14 | 17 | ||
15 | ---------------------------------------------------------------- | 18 | ---------------------------------------------------------------- |
16 | target-arm queue: | 19 | target-arm queue: |
17 | * raspi boards: some cleanup | 20 | * target/arm: Fix Neon emulation bugs on big-endian hosts |
18 | * raspi: implement the bcm2835 system timer device | 21 | * target/arm: fix handling of HCR.FB |
19 | * raspi: implement a dummy thermal sensor | 22 | * target/arm: fix LORID_EL1 access check |
20 | * KVM: support providing SVE to the guest | 23 | * disas/capstone: Fix monitor disassembly of >32 bytes |
21 | * misc devices: switch to ptimer transaction API | 24 | * hw/arm/smmuv3: Fix potential integer overflow (CID 1432363) |
22 | * cache TB flag state to improve performance of cpu_get_tb_cpu_state | 25 | * hw/arm/boot: fix SVE for EL3 direct kernel boot |
23 | * aspeed: Add an AST2600 eval board | 26 | * hw/display/omap_lcdc: Fix potential NULL pointer dereference |
27 | * hw/display/exynos4210_fimd: Fix potential NULL pointer dereference | ||
28 | * target/arm: Get correct MMU index for other-security-state | ||
29 | * configure: Test that gio libs from pkg-config work | ||
30 | * hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work | ||
31 | * docs: Fix building with Sphinx 3 | ||
32 | * tests/qtest/npcm7xx_rng-test: Disable randomness tests | ||
24 | 33 | ||
25 | ---------------------------------------------------------------- | 34 | ---------------------------------------------------------------- |
26 | Andrew Jones (9): | 35 | AlexChen (2): |
27 | target/arm/monitor: Introduce qmp_query_cpu_model_expansion | 36 | hw/display/omap_lcdc: Fix potential NULL pointer dereference |
28 | tests: arm: Introduce cpu feature tests | 37 | hw/display/exynos4210_fimd: Fix potential NULL pointer dereference |
29 | target/arm: Allow SVE to be disabled via a CPU property | ||
30 | target/arm/cpu64: max cpu: Introduce sve<N> properties | ||
31 | target/arm/kvm64: Add kvm_arch_get/put_sve | ||
32 | target/arm/kvm64: max cpu: Enable SVE when available | ||
33 | target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init features | ||
34 | target/arm/cpu64: max cpu: Support sve properties with KVM | ||
35 | target/arm/kvm: host cpu: Add support for sve<N> properties | ||
36 | 38 | ||
37 | Cédric Le Goater (2): | 39 | Peter Maydell (9): |
38 | hw/gpio: Fix property accessors of the AST2600 GPIO 1.8V model | 40 | target/arm: Fix float16 pairwise Neon ops on big-endian hosts |
39 | aspeed: Add an AST2600 eval board | 41 | target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hosts |
42 | disas/capstone: Fix monitor disassembly of >32 bytes | ||
43 | target/arm: Get correct MMU index for other-security-state | ||
44 | configure: Test that gio libs from pkg-config work | ||
45 | hw/intc/arm_gicv3_cpuif: Make GIC maintenance interrupts work | ||
46 | scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments | ||
47 | qemu-option-trace.rst.inc: Don't use option:: markup | ||
48 | tests/qtest/npcm7xx_rng-test: Disable randomness tests | ||
40 | 49 | ||
41 | Peter Maydell (8): | 50 | Philippe Mathieu-Daudé (1): |
42 | hw/net/fsl_etsec/etsec.c: Switch to transaction-based ptimer API | 51 | hw/arm/smmuv3: Fix potential integer overflow (CID 1432363) |
43 | hw/timer/xilinx_timer.c: Switch to transaction-based ptimer API | ||
44 | hw/dma/xilinx_axidma.c: Switch to transaction-based ptimer API | ||
45 | hw/timer/slavio_timer: Remove useless check for NULL t->timer | ||
46 | hw/timer/slavio_timer.c: Switch to transaction-based ptimer API | ||
47 | hw/timer/grlib_gptimer.c: Switch to transaction-based ptimer API | ||
48 | hw/m68k/mcf5206.c: Switch to transaction-based ptimer API | ||
49 | hw/watchdog/milkymist-sysctl.c: Switch to transaction-based ptimer API | ||
50 | 52 | ||
51 | Philippe Mathieu-Daudé (8): | 53 | Richard Henderson (11): |
52 | hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor | 54 | target/arm: Introduce neon_full_reg_offset |
53 | hw/arm/bcm2835_peripherals: Use the thermal sensor block | 55 | target/arm: Move neon_element_offset to translate.c |
54 | hw/timer/bcm2835: Add the BCM2835 SYS_timer | 56 | target/arm: Use neon_element_offset in neon_load/store_reg |
55 | hw/arm/bcm2835_peripherals: Use the SYS_timer | 57 | target/arm: Use neon_element_offset in vfp_reg_offset |
56 | hw/arm/bcm2836: Make the SoC code modular | 58 | target/arm: Add read/write_neon_element32 |
57 | hw/arm/bcm2836: Rename cpus[] as cpu[].core | 59 | target/arm: Expand read/write_neon_element32 to all MemOp |
58 | hw/arm/raspi: Use AddressSpace when using arm_boot::write_secondary_boot | 60 | target/arm: Rename neon_load_reg32 to vfp_load_reg32 |
59 | hw/arm/highbank: Use AddressSpace when using write_secondary_boot() | 61 | target/arm: Add read/write_neon_element64 |
62 | target/arm: Rename neon_load_reg64 to vfp_load_reg64 | ||
63 | target/arm: Simplify do_long_3d and do_2scalar_long | ||
64 | target/arm: Improve do_prewiden_3d | ||
60 | 65 | ||
61 | Richard Henderson (24): | 66 | Rémi Denis-Courmont (3): |
62 | target/arm: Split out rebuild_hflags_common | 67 | target/arm: fix handling of HCR.FB |
63 | target/arm: Split out rebuild_hflags_a64 | 68 | target/arm: fix LORID_EL1 access check |
64 | target/arm: Split out rebuild_hflags_common_32 | 69 | hw/arm/boot: fix SVE for EL3 direct kernel boot |
65 | target/arm: Split arm_cpu_data_is_big_endian | ||
66 | target/arm: Split out rebuild_hflags_m32 | ||
67 | target/arm: Reduce tests vs M-profile in cpu_get_tb_cpu_state | ||
68 | target/arm: Split out rebuild_hflags_a32 | ||
69 | target/arm: Split out rebuild_hflags_aprofile | ||
70 | target/arm: Hoist XSCALE_CPAR, VECLEN, VECSTRIDE in cpu_get_tb_cpu_state | ||
71 | target/arm: Simplify set of PSTATE_SS in cpu_get_tb_cpu_state | ||
72 | target/arm: Hoist computation of TBFLAG_A32.VFPEN | ||
73 | target/arm: Add arm_rebuild_hflags | ||
74 | target/arm: Split out arm_mmu_idx_el | ||
75 | target/arm: Hoist store to cs_base in cpu_get_tb_cpu_state | ||
76 | target/arm: Add HELPER(rebuild_hflags_{a32, a64, m32}) | ||
77 | target/arm: Rebuild hflags at EL changes | ||
78 | target/arm: Rebuild hflags at MSR writes | ||
79 | target/arm: Rebuild hflags at CPSR writes | ||
80 | target/arm: Rebuild hflags at Xscale SCTLR writes | ||
81 | target/arm: Rebuild hflags for M-profile | ||
82 | target/arm: Rebuild hflags for M-profile NVIC | ||
83 | linux-user/aarch64: Rebuild hflags for TARGET_WORDS_BIGENDIAN | ||
84 | linux-user/arm: Rebuild hflags for TARGET_WORDS_BIGENDIAN | ||
85 | target/arm: Rely on hflags correct in cpu_get_tb_cpu_state | ||
86 | 70 | ||
87 | hw/misc/Makefile.objs | 1 + | 71 | docs/qemu-option-trace.rst.inc | 6 +- |
88 | hw/timer/Makefile.objs | 1 + | 72 | configure | 10 +- |
89 | tests/Makefile.include | 5 +- | 73 | include/hw/intc/arm_gicv3_common.h | 1 - |
90 | qapi/machine-target.json | 6 +- | 74 | disas/capstone.c | 2 +- |
91 | hw/net/fsl_etsec/etsec.h | 1 - | 75 | hw/arm/boot.c | 3 + |
92 | include/hw/arm/aspeed.h | 1 + | 76 | hw/arm/smmuv3.c | 3 +- |
93 | include/hw/arm/bcm2835_peripherals.h | 5 +- | 77 | hw/display/exynos4210_fimd.c | 4 +- |
94 | include/hw/arm/bcm2836.h | 4 +- | 78 | hw/display/omap_lcdc.c | 10 +- |
95 | include/hw/arm/raspi_platform.h | 1 + | 79 | hw/intc/arm_gicv3_cpuif.c | 5 +- |
96 | include/hw/misc/bcm2835_thermal.h | 27 ++ | 80 | target/arm/helper.c | 24 +- |
97 | include/hw/timer/bcm2835_systmr.h | 33 +++ | 81 | target/arm/m_helper.c | 3 +- |
98 | include/qemu/bitops.h | 1 + | 82 | target/arm/translate.c | 153 +++++++++--- |
99 | target/arm/cpu.h | 105 +++++-- | 83 | target/arm/vec_helper.c | 12 +- |
100 | target/arm/helper.h | 4 + | 84 | tests/qtest/npcm7xx_rng-test.c | 14 +- |
101 | target/arm/internals.h | 9 + | 85 | scripts/kernel-doc | 18 +- |
102 | target/arm/kvm_arm.h | 39 +++ | 86 | target/arm/translate-neon.c.inc | 472 ++++++++++++++++++++----------------- |
103 | hw/arm/aspeed.c | 23 ++ | 87 | target/arm/translate-vfp.c.inc | 341 +++++++++++---------------- |
104 | hw/arm/bcm2835_peripherals.c | 30 +- | 88 | 17 files changed, 588 insertions(+), 493 deletions(-) |
105 | hw/arm/bcm2836.c | 44 +-- | ||
106 | hw/arm/highbank.c | 3 +- | ||
107 | hw/arm/raspi.c | 14 +- | ||
108 | hw/dma/xilinx_axidma.c | 9 +- | ||
109 | hw/gpio/aspeed_gpio.c | 8 +- | ||
110 | hw/intc/armv7m_nvic.c | 22 +- | ||
111 | hw/m68k/mcf5206.c | 15 +- | ||
112 | hw/misc/bcm2835_thermal.c | 135 +++++++++ | ||
113 | hw/net/fsl_etsec/etsec.c | 9 +- | ||
114 | hw/timer/bcm2835_systmr.c | 163 +++++++++++ | ||
115 | hw/timer/grlib_gptimer.c | 28 +- | ||
116 | hw/timer/milkymist-sysctl.c | 25 +- | ||
117 | hw/timer/slavio_timer.c | 32 ++- | ||
118 | hw/timer/xilinx_timer.c | 13 +- | ||
119 | linux-user/aarch64/cpu_loop.c | 1 + | ||
120 | linux-user/arm/cpu_loop.c | 1 + | ||
121 | linux-user/syscall.c | 1 + | ||
122 | target/arm/cpu.c | 26 +- | ||
123 | target/arm/cpu64.c | 364 +++++++++++++++++++++-- | ||
124 | target/arm/helper-a64.c | 3 + | ||
125 | target/arm/helper.c | 403 +++++++++++++++++--------- | ||
126 | target/arm/kvm.c | 25 +- | ||
127 | target/arm/kvm32.c | 6 +- | ||
128 | target/arm/kvm64.c | 325 ++++++++++++++++++--- | ||
129 | target/arm/m_helper.c | 6 + | ||
130 | target/arm/machine.c | 1 + | ||
131 | target/arm/monitor.c | 158 ++++++++++ | ||
132 | target/arm/op_helper.c | 4 + | ||
133 | target/arm/translate-a64.c | 13 +- | ||
134 | target/arm/translate.c | 33 ++- | ||
135 | tests/arm-cpu-features.c | 540 +++++++++++++++++++++++++++++++++++ | ||
136 | docs/arm-cpu-features.rst | 317 ++++++++++++++++++++ | ||
137 | hw/timer/trace-events | 5 + | ||
138 | 51 files changed, 2725 insertions(+), 323 deletions(-) | ||
139 | create mode 100644 include/hw/misc/bcm2835_thermal.h | ||
140 | create mode 100644 include/hw/timer/bcm2835_systmr.h | ||
141 | create mode 100644 hw/misc/bcm2835_thermal.c | ||
142 | create mode 100644 hw/timer/bcm2835_systmr.c | ||
143 | create mode 100644 tests/arm-cpu-features.c | ||
144 | create mode 100644 docs/arm-cpu-features.rst | ||
145 | 89 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Cédric Le Goater <clg@kaod.org> | ||
2 | 1 | ||
3 | The property names of AST2600 GPIO 1.8V model are one character bigger | ||
4 | than the names of the other ASPEED GPIO model. Increase the string | ||
5 | buffer size by one and be more strict on the expected pattern of the | ||
6 | property name. | ||
7 | |||
8 | This fixes the QOM test of the ast2600-evb machine under : | ||
9 | |||
10 | Apple LLVM version 10.0.0 (clang-1000.10.44.4) | ||
11 | Target: x86_64-apple-darwin17.7.0 | ||
12 | Thread model: posix | ||
13 | InstalledDir: /Library/Developer/CommandLineTools/usr/bin | ||
14 | |||
15 | Cc: Rashmica Gupta <rashmica.g@gmail.com> | ||
16 | Fixes: 36d737ee82b2 ("hw/gpio: Add in AST2600 specific implementation") | ||
17 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
18 | Message-id: 20191023130455.1347-2-clg@kaod.org | ||
19 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
21 | --- | ||
22 | hw/gpio/aspeed_gpio.c | 8 ++++---- | ||
23 | 1 file changed, 4 insertions(+), 4 deletions(-) | ||
24 | |||
25 | diff --git a/hw/gpio/aspeed_gpio.c b/hw/gpio/aspeed_gpio.c | ||
26 | index XXXXXXX..XXXXXXX 100644 | ||
27 | --- a/hw/gpio/aspeed_gpio.c | ||
28 | +++ b/hw/gpio/aspeed_gpio.c | ||
29 | @@ -XXX,XX +XXX,XX @@ static void aspeed_gpio_get_pin(Object *obj, Visitor *v, const char *name, | ||
30 | { | ||
31 | int pin = 0xfff; | ||
32 | bool level = true; | ||
33 | - char group[3]; | ||
34 | + char group[4]; | ||
35 | AspeedGPIOState *s = ASPEED_GPIO(obj); | ||
36 | int set_idx, group_idx = 0; | ||
37 | |||
38 | if (sscanf(name, "gpio%2[A-Z]%1d", group, &pin) != 2) { | ||
39 | /* 1.8V gpio */ | ||
40 | - if (sscanf(name, "gpio%3s%1d", group, &pin) != 2) { | ||
41 | + if (sscanf(name, "gpio%3[18A-E]%1d", group, &pin) != 2) { | ||
42 | error_setg(errp, "%s: error reading %s", __func__, name); | ||
43 | return; | ||
44 | } | ||
45 | @@ -XXX,XX +XXX,XX @@ static void aspeed_gpio_set_pin(Object *obj, Visitor *v, const char *name, | ||
46 | Error *local_err = NULL; | ||
47 | bool level; | ||
48 | int pin = 0xfff; | ||
49 | - char group[3]; | ||
50 | + char group[4]; | ||
51 | AspeedGPIOState *s = ASPEED_GPIO(obj); | ||
52 | int set_idx, group_idx = 0; | ||
53 | |||
54 | @@ -XXX,XX +XXX,XX @@ static void aspeed_gpio_set_pin(Object *obj, Visitor *v, const char *name, | ||
55 | } | ||
56 | if (sscanf(name, "gpio%2[A-Z]%1d", group, &pin) != 2) { | ||
57 | /* 1.8V gpio */ | ||
58 | - if (sscanf(name, "gpio%3s%1d", group, &pin) != 2) { | ||
59 | + if (sscanf(name, "gpio%3[18A-E]%1d", group, &pin) != 2) { | ||
60 | error_setg(errp, "%s: error reading %s", __func__, name); | ||
61 | return; | ||
62 | } | ||
63 | -- | ||
64 | 2.20.1 | ||
65 | |||
66 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Cédric Le Goater <clg@kaod.org> | ||
2 | 1 | ||
3 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | ||
4 | Reviewed-by: Joel Stanley <joel@jms.id.au> | ||
5 | Message-id: 20191023130455.1347-3-clg@kaod.org | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | --- | ||
8 | include/hw/arm/aspeed.h | 1 + | ||
9 | hw/arm/aspeed.c | 23 +++++++++++++++++++++++ | ||
10 | 2 files changed, 24 insertions(+) | ||
11 | |||
12 | diff --git a/include/hw/arm/aspeed.h b/include/hw/arm/aspeed.h | ||
13 | index XXXXXXX..XXXXXXX 100644 | ||
14 | --- a/include/hw/arm/aspeed.h | ||
15 | +++ b/include/hw/arm/aspeed.h | ||
16 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedBoardConfig { | ||
17 | const char *desc; | ||
18 | const char *soc_name; | ||
19 | uint32_t hw_strap1; | ||
20 | + uint32_t hw_strap2; | ||
21 | const char *fmc_model; | ||
22 | const char *spi_model; | ||
23 | uint32_t num_cs; | ||
24 | diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/hw/arm/aspeed.c | ||
27 | +++ b/hw/arm/aspeed.c | ||
28 | @@ -XXX,XX +XXX,XX @@ struct AspeedBoardState { | ||
29 | /* Witherspoon hardware value: 0xF10AD216 (but use romulus definition) */ | ||
30 | #define WITHERSPOON_BMC_HW_STRAP1 ROMULUS_BMC_HW_STRAP1 | ||
31 | |||
32 | +/* AST2600 evb hardware value */ | ||
33 | +#define AST2600_EVB_HW_STRAP1 0x000000C0 | ||
34 | +#define AST2600_EVB_HW_STRAP2 0x00000003 | ||
35 | + | ||
36 | /* | ||
37 | * The max ram region is for firmwares that scan the address space | ||
38 | * with load/store to guess how much RAM the SoC has. | ||
39 | @@ -XXX,XX +XXX,XX @@ static void aspeed_board_init(MachineState *machine, | ||
40 | &error_abort); | ||
41 | object_property_set_int(OBJECT(&bmc->soc), cfg->hw_strap1, "hw-strap1", | ||
42 | &error_abort); | ||
43 | + object_property_set_int(OBJECT(&bmc->soc), cfg->hw_strap2, "hw-strap2", | ||
44 | + &error_abort); | ||
45 | object_property_set_int(OBJECT(&bmc->soc), cfg->num_cs, "num-cs", | ||
46 | &error_abort); | ||
47 | object_property_set_int(OBJECT(&bmc->soc), machine->smp.cpus, "num-cpus", | ||
48 | @@ -XXX,XX +XXX,XX @@ static void ast2500_evb_i2c_init(AspeedBoardState *bmc) | ||
49 | i2c_create_slave(aspeed_i2c_get_bus(DEVICE(&soc->i2c), 11), "ds1338", 0x32); | ||
50 | } | ||
51 | |||
52 | +static void ast2600_evb_i2c_init(AspeedBoardState *bmc) | ||
53 | +{ | ||
54 | + /* Start with some devices on our I2C busses */ | ||
55 | + ast2500_evb_i2c_init(bmc); | ||
56 | +} | ||
57 | + | ||
58 | static void romulus_bmc_i2c_init(AspeedBoardState *bmc) | ||
59 | { | ||
60 | AspeedSoCState *soc = &bmc->soc; | ||
61 | @@ -XXX,XX +XXX,XX @@ static const AspeedBoardConfig aspeed_boards[] = { | ||
62 | .num_cs = 2, | ||
63 | .i2c_init = witherspoon_bmc_i2c_init, | ||
64 | .ram = 512 * MiB, | ||
65 | + }, { | ||
66 | + .name = MACHINE_TYPE_NAME("ast2600-evb"), | ||
67 | + .desc = "Aspeed AST2600 EVB (Cortex A7)", | ||
68 | + .soc_name = "ast2600-a0", | ||
69 | + .hw_strap1 = AST2600_EVB_HW_STRAP1, | ||
70 | + .hw_strap2 = AST2600_EVB_HW_STRAP2, | ||
71 | + .fmc_model = "w25q512jv", | ||
72 | + .spi_model = "mx66u51235f", | ||
73 | + .num_cs = 1, | ||
74 | + .i2c_init = ast2600_evb_i2c_init, | ||
75 | + .ram = 1 * GiB, | ||
76 | }, | ||
77 | }; | ||
78 | |||
79 | -- | ||
80 | 2.20.1 | ||
81 | |||
82 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Create a function to compute the values of the TBFLAG_ANY bits | ||
4 | that will be cached. For now, the env->hflags variable is not | ||
5 | used, and the results are fed back to cpu_get_tb_cpu_state. | ||
6 | |||
7 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20191023150057.25731-2-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | target/arm/cpu.h | 29 ++++++++++++++++++----------- | ||
13 | target/arm/helper.c | 26 +++++++++++++++++++------- | ||
14 | 2 files changed, 37 insertions(+), 18 deletions(-) | ||
15 | |||
16 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
17 | index XXXXXXX..XXXXXXX 100644 | ||
18 | --- a/target/arm/cpu.h | ||
19 | +++ b/target/arm/cpu.h | ||
20 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUARMState { | ||
21 | uint32_t pstate; | ||
22 | uint32_t aarch64; /* 1 if CPU is in aarch64 state; inverse of PSTATE.nRW */ | ||
23 | |||
24 | + /* Cached TBFLAGS state. See below for which bits are included. */ | ||
25 | + uint32_t hflags; | ||
26 | + | ||
27 | /* Frequently accessed CPSR bits are stored separately for efficiency. | ||
28 | This contains all the other bits. Use cpsr_{read,write} to access | ||
29 | the whole CPSR. */ | ||
30 | @@ -XXX,XX +XXX,XX @@ typedef ARMCPU ArchCPU; | ||
31 | |||
32 | #include "exec/cpu-all.h" | ||
33 | |||
34 | -/* Bit usage in the TB flags field: bit 31 indicates whether we are | ||
35 | +/* | ||
36 | + * Bit usage in the TB flags field: bit 31 indicates whether we are | ||
37 | * in 32 or 64 bit mode. The meaning of the other bits depends on that. | ||
38 | * We put flags which are shared between 32 and 64 bit mode at the top | ||
39 | * of the word, and flags which apply to only one mode at the bottom. | ||
40 | + * | ||
41 | + * Unless otherwise noted, these bits are cached in env->hflags. | ||
42 | */ | ||
43 | FIELD(TBFLAG_ANY, AARCH64_STATE, 31, 1) | ||
44 | FIELD(TBFLAG_ANY, MMUIDX, 28, 3) | ||
45 | FIELD(TBFLAG_ANY, SS_ACTIVE, 27, 1) | ||
46 | -FIELD(TBFLAG_ANY, PSTATE_SS, 26, 1) | ||
47 | +FIELD(TBFLAG_ANY, PSTATE_SS, 26, 1) /* Not cached. */ | ||
48 | /* Target EL if we take a floating-point-disabled exception */ | ||
49 | FIELD(TBFLAG_ANY, FPEXC_EL, 24, 2) | ||
50 | FIELD(TBFLAG_ANY, BE_DATA, 23, 1) | ||
51 | @@ -XXX,XX +XXX,XX @@ FIELD(TBFLAG_ANY, BE_DATA, 23, 1) | ||
52 | FIELD(TBFLAG_ANY, DEBUG_TARGET_EL, 21, 2) | ||
53 | |||
54 | /* Bit usage when in AArch32 state: */ | ||
55 | -FIELD(TBFLAG_A32, THUMB, 0, 1) | ||
56 | -FIELD(TBFLAG_A32, VECLEN, 1, 3) | ||
57 | -FIELD(TBFLAG_A32, VECSTRIDE, 4, 2) | ||
58 | +FIELD(TBFLAG_A32, THUMB, 0, 1) /* Not cached. */ | ||
59 | +FIELD(TBFLAG_A32, VECLEN, 1, 3) /* Not cached. */ | ||
60 | +FIELD(TBFLAG_A32, VECSTRIDE, 4, 2) /* Not cached. */ | ||
61 | /* | ||
62 | * We store the bottom two bits of the CPAR as TB flags and handle | ||
63 | * checks on the other bits at runtime. This shares the same bits as | ||
64 | * VECSTRIDE, which is OK as no XScale CPU has VFP. | ||
65 | + * Not cached, because VECLEN+VECSTRIDE are not cached. | ||
66 | */ | ||
67 | FIELD(TBFLAG_A32, XSCALE_CPAR, 4, 2) | ||
68 | /* | ||
69 | @@ -XXX,XX +XXX,XX @@ FIELD(TBFLAG_A32, XSCALE_CPAR, 4, 2) | ||
70 | * the same thing as the current security state of the processor! | ||
71 | */ | ||
72 | FIELD(TBFLAG_A32, NS, 6, 1) | ||
73 | -FIELD(TBFLAG_A32, VFPEN, 7, 1) | ||
74 | -FIELD(TBFLAG_A32, CONDEXEC, 8, 8) | ||
75 | +FIELD(TBFLAG_A32, VFPEN, 7, 1) /* Not cached. */ | ||
76 | +FIELD(TBFLAG_A32, CONDEXEC, 8, 8) /* Not cached. */ | ||
77 | FIELD(TBFLAG_A32, SCTLR_B, 16, 1) | ||
78 | /* For M profile only, set if FPCCR.LSPACT is set */ | ||
79 | -FIELD(TBFLAG_A32, LSPACT, 18, 1) | ||
80 | +FIELD(TBFLAG_A32, LSPACT, 18, 1) /* Not cached. */ | ||
81 | /* For M profile only, set if we must create a new FP context */ | ||
82 | -FIELD(TBFLAG_A32, NEW_FP_CTXT_NEEDED, 19, 1) | ||
83 | +FIELD(TBFLAG_A32, NEW_FP_CTXT_NEEDED, 19, 1) /* Not cached. */ | ||
84 | /* For M profile only, set if FPCCR.S does not match current security state */ | ||
85 | -FIELD(TBFLAG_A32, FPCCR_S_WRONG, 20, 1) | ||
86 | +FIELD(TBFLAG_A32, FPCCR_S_WRONG, 20, 1) /* Not cached. */ | ||
87 | /* For M profile only, Handler (ie not Thread) mode */ | ||
88 | FIELD(TBFLAG_A32, HANDLER, 21, 1) | ||
89 | /* For M profile only, whether we should generate stack-limit checks */ | ||
90 | @@ -XXX,XX +XXX,XX @@ FIELD(TBFLAG_A64, SVEEXC_EL, 2, 2) | ||
91 | FIELD(TBFLAG_A64, ZCR_LEN, 4, 4) | ||
92 | FIELD(TBFLAG_A64, PAUTH_ACTIVE, 8, 1) | ||
93 | FIELD(TBFLAG_A64, BT, 9, 1) | ||
94 | -FIELD(TBFLAG_A64, BTYPE, 10, 2) | ||
95 | +FIELD(TBFLAG_A64, BTYPE, 10, 2) /* Not cached. */ | ||
96 | FIELD(TBFLAG_A64, TBID, 12, 2) | ||
97 | |||
98 | static inline bool bswap_code(bool sctlr_b) | ||
99 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
100 | index XXXXXXX..XXXXXXX 100644 | ||
101 | --- a/target/arm/helper.c | ||
102 | +++ b/target/arm/helper.c | ||
103 | @@ -XXX,XX +XXX,XX @@ ARMMMUIdx arm_stage1_mmu_idx(CPUARMState *env) | ||
104 | } | ||
105 | #endif | ||
106 | |||
107 | +static uint32_t rebuild_hflags_common(CPUARMState *env, int fp_el, | ||
108 | + ARMMMUIdx mmu_idx, uint32_t flags) | ||
109 | +{ | ||
110 | + flags = FIELD_DP32(flags, TBFLAG_ANY, FPEXC_EL, fp_el); | ||
111 | + flags = FIELD_DP32(flags, TBFLAG_ANY, MMUIDX, | ||
112 | + arm_to_core_mmu_idx(mmu_idx)); | ||
113 | + | ||
114 | + if (arm_cpu_data_is_big_endian(env)) { | ||
115 | + flags = FIELD_DP32(flags, TBFLAG_ANY, BE_DATA, 1); | ||
116 | + } | ||
117 | + if (arm_singlestep_active(env)) { | ||
118 | + flags = FIELD_DP32(flags, TBFLAG_ANY, SS_ACTIVE, 1); | ||
119 | + } | ||
120 | + return flags; | ||
121 | +} | ||
122 | + | ||
123 | void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
124 | target_ulong *cs_base, uint32_t *pflags) | ||
125 | { | ||
126 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
127 | } | ||
128 | } | ||
129 | |||
130 | - flags = FIELD_DP32(flags, TBFLAG_ANY, MMUIDX, arm_to_core_mmu_idx(mmu_idx)); | ||
131 | + flags = rebuild_hflags_common(env, fp_el, mmu_idx, flags); | ||
132 | |||
133 | /* The SS_ACTIVE and PSTATE_SS bits correspond to the state machine | ||
134 | * states defined in the ARM ARM for software singlestep: | ||
135 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
136 | * 0 x Inactive (the TB flag for SS is always 0) | ||
137 | * 1 0 Active-pending | ||
138 | * 1 1 Active-not-pending | ||
139 | + * SS_ACTIVE is set in hflags; PSTATE_SS is computed every TB. | ||
140 | */ | ||
141 | - if (arm_singlestep_active(env)) { | ||
142 | - flags = FIELD_DP32(flags, TBFLAG_ANY, SS_ACTIVE, 1); | ||
143 | + if (FIELD_EX32(flags, TBFLAG_ANY, SS_ACTIVE)) { | ||
144 | if (is_a64(env)) { | ||
145 | if (env->pstate & PSTATE_SS) { | ||
146 | flags = FIELD_DP32(flags, TBFLAG_ANY, PSTATE_SS, 1); | ||
147 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
148 | } | ||
149 | } | ||
150 | } | ||
151 | - if (arm_cpu_data_is_big_endian(env)) { | ||
152 | - flags = FIELD_DP32(flags, TBFLAG_ANY, BE_DATA, 1); | ||
153 | - } | ||
154 | - flags = FIELD_DP32(flags, TBFLAG_ANY, FPEXC_EL, fp_el); | ||
155 | |||
156 | if (arm_v7m_is_handler_mode(env)) { | ||
157 | flags = FIELD_DP32(flags, TBFLAG_A32, HANDLER, 1); | ||
158 | -- | ||
159 | 2.20.1 | ||
160 | |||
161 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Create a function to compute the values of the TBFLAG_A64 bits | ||
4 | that will be cached. For now, the env->hflags variable is not | ||
5 | used, and the results are fed back to cpu_get_tb_cpu_state. | ||
6 | |||
7 | Note that not all BTI related flags are cached, so we have to | ||
8 | test the BTI feature twice -- once for those bits moved out to | ||
9 | rebuild_hflags_a64 and once for those bits that remain in | ||
10 | cpu_get_tb_cpu_state. | ||
11 | |||
12 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
13 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
14 | Message-id: 20191023150057.25731-3-richard.henderson@linaro.org | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | --- | ||
17 | target/arm/helper.c | 131 +++++++++++++++++++++++--------------------- | ||
18 | 1 file changed, 69 insertions(+), 62 deletions(-) | ||
19 | |||
20 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
21 | index XXXXXXX..XXXXXXX 100644 | ||
22 | --- a/target/arm/helper.c | ||
23 | +++ b/target/arm/helper.c | ||
24 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_common(CPUARMState *env, int fp_el, | ||
25 | return flags; | ||
26 | } | ||
27 | |||
28 | +static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | ||
29 | + ARMMMUIdx mmu_idx) | ||
30 | +{ | ||
31 | + ARMMMUIdx stage1 = stage_1_mmu_idx(mmu_idx); | ||
32 | + ARMVAParameters p0 = aa64_va_parameters_both(env, 0, stage1); | ||
33 | + uint32_t flags = 0; | ||
34 | + uint64_t sctlr; | ||
35 | + int tbii, tbid; | ||
36 | + | ||
37 | + flags = FIELD_DP32(flags, TBFLAG_ANY, AARCH64_STATE, 1); | ||
38 | + | ||
39 | + /* FIXME: ARMv8.1-VHE S2 translation regime. */ | ||
40 | + if (regime_el(env, stage1) < 2) { | ||
41 | + ARMVAParameters p1 = aa64_va_parameters_both(env, -1, stage1); | ||
42 | + tbid = (p1.tbi << 1) | p0.tbi; | ||
43 | + tbii = tbid & ~((p1.tbid << 1) | p0.tbid); | ||
44 | + } else { | ||
45 | + tbid = p0.tbi; | ||
46 | + tbii = tbid & !p0.tbid; | ||
47 | + } | ||
48 | + | ||
49 | + flags = FIELD_DP32(flags, TBFLAG_A64, TBII, tbii); | ||
50 | + flags = FIELD_DP32(flags, TBFLAG_A64, TBID, tbid); | ||
51 | + | ||
52 | + if (cpu_isar_feature(aa64_sve, env_archcpu(env))) { | ||
53 | + int sve_el = sve_exception_el(env, el); | ||
54 | + uint32_t zcr_len; | ||
55 | + | ||
56 | + /* | ||
57 | + * If SVE is disabled, but FP is enabled, | ||
58 | + * then the effective len is 0. | ||
59 | + */ | ||
60 | + if (sve_el != 0 && fp_el == 0) { | ||
61 | + zcr_len = 0; | ||
62 | + } else { | ||
63 | + zcr_len = sve_zcr_len_for_el(env, el); | ||
64 | + } | ||
65 | + flags = FIELD_DP32(flags, TBFLAG_A64, SVEEXC_EL, sve_el); | ||
66 | + flags = FIELD_DP32(flags, TBFLAG_A64, ZCR_LEN, zcr_len); | ||
67 | + } | ||
68 | + | ||
69 | + sctlr = arm_sctlr(env, el); | ||
70 | + | ||
71 | + if (cpu_isar_feature(aa64_pauth, env_archcpu(env))) { | ||
72 | + /* | ||
73 | + * In order to save space in flags, we record only whether | ||
74 | + * pauth is "inactive", meaning all insns are implemented as | ||
75 | + * a nop, or "active" when some action must be performed. | ||
76 | + * The decision of which action to take is left to a helper. | ||
77 | + */ | ||
78 | + if (sctlr & (SCTLR_EnIA | SCTLR_EnIB | SCTLR_EnDA | SCTLR_EnDB)) { | ||
79 | + flags = FIELD_DP32(flags, TBFLAG_A64, PAUTH_ACTIVE, 1); | ||
80 | + } | ||
81 | + } | ||
82 | + | ||
83 | + if (cpu_isar_feature(aa64_bti, env_archcpu(env))) { | ||
84 | + /* Note that SCTLR_EL[23].BT == SCTLR_BT1. */ | ||
85 | + if (sctlr & (el == 0 ? SCTLR_BT0 : SCTLR_BT1)) { | ||
86 | + flags = FIELD_DP32(flags, TBFLAG_A64, BT, 1); | ||
87 | + } | ||
88 | + } | ||
89 | + | ||
90 | + return rebuild_hflags_common(env, fp_el, mmu_idx, flags); | ||
91 | +} | ||
92 | + | ||
93 | void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
94 | target_ulong *cs_base, uint32_t *pflags) | ||
95 | { | ||
96 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
97 | uint32_t flags = 0; | ||
98 | |||
99 | if (is_a64(env)) { | ||
100 | - ARMCPU *cpu = env_archcpu(env); | ||
101 | - uint64_t sctlr; | ||
102 | - | ||
103 | *pc = env->pc; | ||
104 | - flags = FIELD_DP32(flags, TBFLAG_ANY, AARCH64_STATE, 1); | ||
105 | - | ||
106 | - /* Get control bits for tagged addresses. */ | ||
107 | - { | ||
108 | - ARMMMUIdx stage1 = stage_1_mmu_idx(mmu_idx); | ||
109 | - ARMVAParameters p0 = aa64_va_parameters_both(env, 0, stage1); | ||
110 | - int tbii, tbid; | ||
111 | - | ||
112 | - /* FIXME: ARMv8.1-VHE S2 translation regime. */ | ||
113 | - if (regime_el(env, stage1) < 2) { | ||
114 | - ARMVAParameters p1 = aa64_va_parameters_both(env, -1, stage1); | ||
115 | - tbid = (p1.tbi << 1) | p0.tbi; | ||
116 | - tbii = tbid & ~((p1.tbid << 1) | p0.tbid); | ||
117 | - } else { | ||
118 | - tbid = p0.tbi; | ||
119 | - tbii = tbid & !p0.tbid; | ||
120 | - } | ||
121 | - | ||
122 | - flags = FIELD_DP32(flags, TBFLAG_A64, TBII, tbii); | ||
123 | - flags = FIELD_DP32(flags, TBFLAG_A64, TBID, tbid); | ||
124 | - } | ||
125 | - | ||
126 | - if (cpu_isar_feature(aa64_sve, cpu)) { | ||
127 | - int sve_el = sve_exception_el(env, current_el); | ||
128 | - uint32_t zcr_len; | ||
129 | - | ||
130 | - /* If SVE is disabled, but FP is enabled, | ||
131 | - * then the effective len is 0. | ||
132 | - */ | ||
133 | - if (sve_el != 0 && fp_el == 0) { | ||
134 | - zcr_len = 0; | ||
135 | - } else { | ||
136 | - zcr_len = sve_zcr_len_for_el(env, current_el); | ||
137 | - } | ||
138 | - flags = FIELD_DP32(flags, TBFLAG_A64, SVEEXC_EL, sve_el); | ||
139 | - flags = FIELD_DP32(flags, TBFLAG_A64, ZCR_LEN, zcr_len); | ||
140 | - } | ||
141 | - | ||
142 | - sctlr = arm_sctlr(env, current_el); | ||
143 | - | ||
144 | - if (cpu_isar_feature(aa64_pauth, cpu)) { | ||
145 | - /* | ||
146 | - * In order to save space in flags, we record only whether | ||
147 | - * pauth is "inactive", meaning all insns are implemented as | ||
148 | - * a nop, or "active" when some action must be performed. | ||
149 | - * The decision of which action to take is left to a helper. | ||
150 | - */ | ||
151 | - if (sctlr & (SCTLR_EnIA | SCTLR_EnIB | SCTLR_EnDA | SCTLR_EnDB)) { | ||
152 | - flags = FIELD_DP32(flags, TBFLAG_A64, PAUTH_ACTIVE, 1); | ||
153 | - } | ||
154 | - } | ||
155 | - | ||
156 | - if (cpu_isar_feature(aa64_bti, cpu)) { | ||
157 | - /* Note that SCTLR_EL[23].BT == SCTLR_BT1. */ | ||
158 | - if (sctlr & (current_el == 0 ? SCTLR_BT0 : SCTLR_BT1)) { | ||
159 | - flags = FIELD_DP32(flags, TBFLAG_A64, BT, 1); | ||
160 | - } | ||
161 | + flags = rebuild_hflags_a64(env, current_el, fp_el, mmu_idx); | ||
162 | + if (cpu_isar_feature(aa64_bti, env_archcpu(env))) { | ||
163 | flags = FIELD_DP32(flags, TBFLAG_A64, BTYPE, env->btype); | ||
164 | } | ||
165 | } else { | ||
166 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
167 | flags = FIELD_DP32(flags, TBFLAG_A32, | ||
168 | XSCALE_CPAR, env->cp15.c15_cpar); | ||
169 | } | ||
170 | - } | ||
171 | |||
172 | - flags = rebuild_hflags_common(env, fp_el, mmu_idx, flags); | ||
173 | + flags = rebuild_hflags_common(env, fp_el, mmu_idx, flags); | ||
174 | + } | ||
175 | |||
176 | /* The SS_ACTIVE and PSTATE_SS bits correspond to the state machine | ||
177 | * states defined in the ARM ARM for software singlestep: | ||
178 | -- | ||
179 | 2.20.1 | ||
180 | |||
181 | diff view generated by jsdifflib |
1 | From: Andrew Jones <drjones@redhat.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Allow cpu 'host' to enable SVE when it's available, unless the | 3 | This function makes it clear that we're talking about the whole |
4 | user chooses to disable it with the added 'sve=off' cpu property. | 4 | register, and not the 32-bit piece at index 0. This fixes a bug |
5 | Also give the user the ability to select vector lengths with the | 5 | when running on a big-endian host. |
6 | sve<N> properties. We don't adopt 'max' cpu's other sve property, | ||
7 | sve-max-vq, because that property is difficult to use with KVM. | ||
8 | That property assumes all vector lengths in the range from 1 up | ||
9 | to and including the specified maximum length are supported, but | ||
10 | there may be optional lengths not supported by the host in that | ||
11 | range. With KVM one must be more specific when enabling vector | ||
12 | lengths. | ||
13 | 6 | ||
14 | Signed-off-by: Andrew Jones <drjones@redhat.com> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
15 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | 8 | Message-id: 20201030022618.785675-2-richard.henderson@linaro.org |
16 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
17 | Tested-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com> | ||
18 | Message-id: 20191024121808.9612-10-drjones@redhat.com | ||
19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
20 | --- | 11 | --- |
21 | target/arm/cpu.h | 2 ++ | 12 | target/arm/translate.c | 8 ++++++ |
22 | target/arm/cpu.c | 3 +++ | 13 | target/arm/translate-neon.c.inc | 44 ++++++++++++++++----------------- |
23 | target/arm/cpu64.c | 33 +++++++++++++++++---------------- | 14 | target/arm/translate-vfp.c.inc | 2 +- |
24 | target/arm/kvm64.c | 14 +++++++++++++- | 15 | 3 files changed, 31 insertions(+), 23 deletions(-) |
25 | tests/arm-cpu-features.c | 23 +++++++++++------------ | ||
26 | docs/arm-cpu-features.rst | 19 ++++++++++++------- | ||
27 | 6 files changed, 58 insertions(+), 36 deletions(-) | ||
28 | 16 | ||
29 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 17 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
30 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
31 | --- a/target/arm/cpu.h | 19 | --- a/target/arm/translate.c |
32 | +++ b/target/arm/cpu.h | 20 | +++ b/target/arm/translate.c |
33 | @@ -XXX,XX +XXX,XX @@ int aarch64_cpu_gdb_write_register(CPUState *cpu, uint8_t *buf, int reg); | 21 | @@ -XXX,XX +XXX,XX @@ static inline void gen_hlt(DisasContext *s, int imm) |
34 | void aarch64_sve_narrow_vq(CPUARMState *env, unsigned vq); | 22 | unallocated_encoding(s); |
35 | void aarch64_sve_change_el(CPUARMState *env, int old_el, | ||
36 | int new_el, bool el0_a64); | ||
37 | +void aarch64_add_sve_properties(Object *obj); | ||
38 | #else | ||
39 | static inline void aarch64_sve_narrow_vq(CPUARMState *env, unsigned vq) { } | ||
40 | static inline void aarch64_sve_change_el(CPUARMState *env, int o, | ||
41 | int n, bool a) | ||
42 | { } | ||
43 | +static inline void aarch64_add_sve_properties(Object *obj) { } | ||
44 | #endif | ||
45 | |||
46 | #if !defined(CONFIG_TCG) | ||
47 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/target/arm/cpu.c | ||
50 | +++ b/target/arm/cpu.c | ||
51 | @@ -XXX,XX +XXX,XX @@ static void arm_host_initfn(Object *obj) | ||
52 | ARMCPU *cpu = ARM_CPU(obj); | ||
53 | |||
54 | kvm_arm_set_cpu_features_from_host(cpu); | ||
55 | + if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64)) { | ||
56 | + aarch64_add_sve_properties(obj); | ||
57 | + } | ||
58 | arm_cpu_post_init(obj); | ||
59 | } | 23 | } |
60 | 24 | ||
61 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | 25 | +/* |
62 | index XXXXXXX..XXXXXXX 100644 | 26 | + * Return the offset of a "full" NEON Dreg. |
63 | --- a/target/arm/cpu64.c | 27 | + */ |
64 | +++ b/target/arm/cpu64.c | 28 | +static long neon_full_reg_offset(unsigned reg) |
65 | @@ -XXX,XX +XXX,XX @@ static void cpu_arm_set_sve(Object *obj, Visitor *v, const char *name, | ||
66 | cpu->isar.id_aa64pfr0 = t; | ||
67 | } | ||
68 | |||
69 | +void aarch64_add_sve_properties(Object *obj) | ||
70 | +{ | 29 | +{ |
71 | + uint32_t vq; | 30 | + return offsetof(CPUARMState, vfp.zregs[reg >> 1].d[reg & 1]); |
72 | + | ||
73 | + object_property_add(obj, "sve", "bool", cpu_arm_get_sve, | ||
74 | + cpu_arm_set_sve, NULL, NULL, &error_fatal); | ||
75 | + | ||
76 | + for (vq = 1; vq <= ARM_MAX_VQ; ++vq) { | ||
77 | + char name[8]; | ||
78 | + sprintf(name, "sve%d", vq * 128); | ||
79 | + object_property_add(obj, name, "bool", cpu_arm_get_sve_vq, | ||
80 | + cpu_arm_set_sve_vq, NULL, NULL, &error_fatal); | ||
81 | + } | ||
82 | +} | 31 | +} |
83 | + | 32 | + |
84 | /* -cpu max: if KVM is enabled, like -cpu host (best possible with this host); | 33 | static inline long vfp_reg_offset(bool dp, unsigned reg) |
85 | * otherwise, a CPU with as many features enabled as our emulation supports. | ||
86 | * The version of '-cpu max' for qemu-system-arm is defined in cpu.c; | ||
87 | @@ -XXX,XX +XXX,XX @@ static void cpu_arm_set_sve(Object *obj, Visitor *v, const char *name, | ||
88 | static void aarch64_max_initfn(Object *obj) | ||
89 | { | 34 | { |
90 | ARMCPU *cpu = ARM_CPU(obj); | 35 | if (dp) { |
91 | - uint32_t vq; | 36 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc |
92 | - uint64_t t; | 37 | index XXXXXXX..XXXXXXX 100644 |
93 | 38 | --- a/target/arm/translate-neon.c.inc | |
94 | if (kvm_enabled()) { | 39 | +++ b/target/arm/translate-neon.c.inc |
95 | kvm_arm_set_cpu_features_from_host(cpu); | 40 | @@ -XXX,XX +XXX,XX @@ neon_element_offset(int reg, int element, MemOp size) |
96 | - if (kvm_arm_sve_supported(CPU(cpu))) { | 41 | ofs ^= 8 - element_size; |
97 | - t = cpu->isar.id_aa64pfr0; | 42 | } |
98 | - t = FIELD_DP64(t, ID_AA64PFR0, SVE, 1); | ||
99 | - cpu->isar.id_aa64pfr0 = t; | ||
100 | - } | ||
101 | } else { | ||
102 | + uint64_t t; | ||
103 | uint32_t u; | ||
104 | aarch64_a57_initfn(obj); | ||
105 | |||
106 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
107 | #endif | 43 | #endif |
44 | - return neon_reg_offset(reg, 0) + ofs; | ||
45 | + return neon_full_reg_offset(reg) + ofs; | ||
46 | } | ||
47 | |||
48 | static void neon_load_element(TCGv_i32 var, int reg, int ele, MemOp mop) | ||
49 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLD_all_lanes(DisasContext *s, arg_VLD_all_lanes *a) | ||
50 | * We cannot write 16 bytes at once because the | ||
51 | * destination is unaligned. | ||
52 | */ | ||
53 | - tcg_gen_gvec_dup_i32(size, neon_reg_offset(vd, 0), | ||
54 | + tcg_gen_gvec_dup_i32(size, neon_full_reg_offset(vd), | ||
55 | 8, 8, tmp); | ||
56 | - tcg_gen_gvec_mov(0, neon_reg_offset(vd + 1, 0), | ||
57 | - neon_reg_offset(vd, 0), 8, 8); | ||
58 | + tcg_gen_gvec_mov(0, neon_full_reg_offset(vd + 1), | ||
59 | + neon_full_reg_offset(vd), 8, 8); | ||
60 | } else { | ||
61 | - tcg_gen_gvec_dup_i32(size, neon_reg_offset(vd, 0), | ||
62 | + tcg_gen_gvec_dup_i32(size, neon_full_reg_offset(vd), | ||
63 | vec_size, vec_size, tmp); | ||
64 | } | ||
65 | tcg_gen_addi_i32(addr, addr, 1 << size); | ||
66 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDST_single(DisasContext *s, arg_VLDST_single *a) | ||
67 | static bool do_3same(DisasContext *s, arg_3same *a, GVecGen3Fn fn) | ||
68 | { | ||
69 | int vec_size = a->q ? 16 : 8; | ||
70 | - int rd_ofs = neon_reg_offset(a->vd, 0); | ||
71 | - int rn_ofs = neon_reg_offset(a->vn, 0); | ||
72 | - int rm_ofs = neon_reg_offset(a->vm, 0); | ||
73 | + int rd_ofs = neon_full_reg_offset(a->vd); | ||
74 | + int rn_ofs = neon_full_reg_offset(a->vn); | ||
75 | + int rm_ofs = neon_full_reg_offset(a->vm); | ||
76 | |||
77 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
78 | return false; | ||
79 | @@ -XXX,XX +XXX,XX @@ static bool do_vector_2sh(DisasContext *s, arg_2reg_shift *a, GVecGen2iFn *fn) | ||
80 | { | ||
81 | /* Handle a 2-reg-shift insn which can be vectorized. */ | ||
82 | int vec_size = a->q ? 16 : 8; | ||
83 | - int rd_ofs = neon_reg_offset(a->vd, 0); | ||
84 | - int rm_ofs = neon_reg_offset(a->vm, 0); | ||
85 | + int rd_ofs = neon_full_reg_offset(a->vd); | ||
86 | + int rm_ofs = neon_full_reg_offset(a->vm); | ||
87 | |||
88 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
89 | return false; | ||
90 | @@ -XXX,XX +XXX,XX @@ static bool do_fp_2sh(DisasContext *s, arg_2reg_shift *a, | ||
91 | { | ||
92 | /* FP operations in 2-reg-and-shift group */ | ||
93 | int vec_size = a->q ? 16 : 8; | ||
94 | - int rd_ofs = neon_reg_offset(a->vd, 0); | ||
95 | - int rm_ofs = neon_reg_offset(a->vm, 0); | ||
96 | + int rd_ofs = neon_full_reg_offset(a->vd); | ||
97 | + int rm_ofs = neon_full_reg_offset(a->vm); | ||
98 | TCGv_ptr fpst; | ||
99 | |||
100 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
101 | @@ -XXX,XX +XXX,XX @@ static bool do_1reg_imm(DisasContext *s, arg_1reg_imm *a, | ||
102 | return true; | ||
108 | } | 103 | } |
109 | 104 | ||
110 | - object_property_add(obj, "sve", "bool", cpu_arm_get_sve, | 105 | - reg_ofs = neon_reg_offset(a->vd, 0); |
111 | - cpu_arm_set_sve, NULL, NULL, &error_fatal); | 106 | + reg_ofs = neon_full_reg_offset(a->vd); |
112 | + aarch64_add_sve_properties(obj); | 107 | vec_size = a->q ? 16 : 8; |
113 | object_property_add(obj, "sve-max-vq", "uint32", cpu_max_get_sve_max_vq, | 108 | imm = asimd_imm_const(a->imm, a->cmode, a->op); |
114 | cpu_max_set_sve_max_vq, NULL, NULL, &error_fatal); | 109 | |
115 | - | 110 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMULL_P_3d(DisasContext *s, arg_3diff *a) |
116 | - for (vq = 1; vq <= ARM_MAX_VQ; ++vq) { | 111 | return true; |
117 | - char name[8]; | 112 | } |
118 | - sprintf(name, "sve%d", vq * 128); | 113 | |
119 | - object_property_add(obj, name, "bool", cpu_arm_get_sve_vq, | 114 | - tcg_gen_gvec_3_ool(neon_reg_offset(a->vd, 0), |
120 | - cpu_arm_set_sve_vq, NULL, NULL, &error_fatal); | 115 | - neon_reg_offset(a->vn, 0), |
121 | - } | 116 | - neon_reg_offset(a->vm, 0), |
117 | + tcg_gen_gvec_3_ool(neon_full_reg_offset(a->vd), | ||
118 | + neon_full_reg_offset(a->vn), | ||
119 | + neon_full_reg_offset(a->vm), | ||
120 | 16, 16, 0, fn_gvec); | ||
121 | return true; | ||
122 | } | 122 | } |
123 | 123 | @@ -XXX,XX +XXX,XX @@ static bool do_2scalar_fp_vec(DisasContext *s, arg_2scalar *a, | |
124 | struct ARMCPUInfo { | 124 | { |
125 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | 125 | /* Two registers and a scalar, using gvec */ |
126 | int vec_size = a->q ? 16 : 8; | ||
127 | - int rd_ofs = neon_reg_offset(a->vd, 0); | ||
128 | - int rn_ofs = neon_reg_offset(a->vn, 0); | ||
129 | + int rd_ofs = neon_full_reg_offset(a->vd); | ||
130 | + int rn_ofs = neon_full_reg_offset(a->vn); | ||
131 | int rm_ofs; | ||
132 | int idx; | ||
133 | TCGv_ptr fpstatus; | ||
134 | @@ -XXX,XX +XXX,XX @@ static bool do_2scalar_fp_vec(DisasContext *s, arg_2scalar *a, | ||
135 | /* a->vm is M:Vm, which encodes both register and index */ | ||
136 | idx = extract32(a->vm, a->size + 2, 2); | ||
137 | a->vm = extract32(a->vm, 0, a->size + 2); | ||
138 | - rm_ofs = neon_reg_offset(a->vm, 0); | ||
139 | + rm_ofs = neon_full_reg_offset(a->vm); | ||
140 | |||
141 | fpstatus = fpstatus_ptr(a->size == 1 ? FPST_STD_F16 : FPST_STD); | ||
142 | tcg_gen_gvec_3_ptr(rd_ofs, rn_ofs, rm_ofs, fpstatus, | ||
143 | @@ -XXX,XX +XXX,XX @@ static bool trans_VDUP_scalar(DisasContext *s, arg_VDUP_scalar *a) | ||
144 | return true; | ||
145 | } | ||
146 | |||
147 | - tcg_gen_gvec_dup_mem(a->size, neon_reg_offset(a->vd, 0), | ||
148 | + tcg_gen_gvec_dup_mem(a->size, neon_full_reg_offset(a->vd), | ||
149 | neon_element_offset(a->vm, a->index, a->size), | ||
150 | a->q ? 16 : 8, a->q ? 16 : 8); | ||
151 | return true; | ||
152 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_F32_F16(DisasContext *s, arg_2misc *a) | ||
153 | static bool do_2misc_vec(DisasContext *s, arg_2misc *a, GVecGen2Fn *fn) | ||
154 | { | ||
155 | int vec_size = a->q ? 16 : 8; | ||
156 | - int rd_ofs = neon_reg_offset(a->vd, 0); | ||
157 | - int rm_ofs = neon_reg_offset(a->vm, 0); | ||
158 | + int rd_ofs = neon_full_reg_offset(a->vd); | ||
159 | + int rm_ofs = neon_full_reg_offset(a->vm); | ||
160 | |||
161 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
162 | return false; | ||
163 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
126 | index XXXXXXX..XXXXXXX 100644 | 164 | index XXXXXXX..XXXXXXX 100644 |
127 | --- a/target/arm/kvm64.c | 165 | --- a/target/arm/translate-vfp.c.inc |
128 | +++ b/target/arm/kvm64.c | 166 | +++ b/target/arm/translate-vfp.c.inc |
129 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf) | 167 | @@ -XXX,XX +XXX,XX @@ static bool trans_VDUP(DisasContext *s, arg_VDUP *a) |
130 | * and then query that CPU for the relevant ID registers. | ||
131 | */ | ||
132 | int fdarray[3]; | ||
133 | + bool sve_supported; | ||
134 | uint64_t features = 0; | ||
135 | + uint64_t t; | ||
136 | int err; | ||
137 | |||
138 | /* Old kernels may not know about the PREFERRED_TARGET ioctl: however | ||
139 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf) | ||
140 | ARM64_SYS_REG(3, 0, 0, 3, 2)); | ||
141 | } | 168 | } |
142 | 169 | ||
143 | + sve_supported = ioctl(fdarray[0], KVM_CHECK_EXTENSION, KVM_CAP_ARM_SVE) > 0; | 170 | tmp = load_reg(s, a->rt); |
144 | + | 171 | - tcg_gen_gvec_dup_i32(size, neon_reg_offset(a->vn, 0), |
145 | kvm_arm_destroy_scratch_host_vcpu(fdarray); | 172 | + tcg_gen_gvec_dup_i32(size, neon_full_reg_offset(a->vn), |
146 | 173 | vec_size, vec_size, tmp); | |
147 | if (err < 0) { | 174 | tcg_temp_free_i32(tmp); |
148 | return false; | ||
149 | } | ||
150 | |||
151 | - /* We can assume any KVM supporting CPU is at least a v8 | ||
152 | + /* Add feature bits that can't appear until after VCPU init. */ | ||
153 | + if (sve_supported) { | ||
154 | + t = ahcf->isar.id_aa64pfr0; | ||
155 | + t = FIELD_DP64(t, ID_AA64PFR0, SVE, 1); | ||
156 | + ahcf->isar.id_aa64pfr0 = t; | ||
157 | + } | ||
158 | + | ||
159 | + /* | ||
160 | + * We can assume any KVM supporting CPU is at least a v8 | ||
161 | * with VFPv4+Neon; this in turn implies most of the other | ||
162 | * feature bits. | ||
163 | */ | ||
164 | diff --git a/tests/arm-cpu-features.c b/tests/arm-cpu-features.c | ||
165 | index XXXXXXX..XXXXXXX 100644 | ||
166 | --- a/tests/arm-cpu-features.c | ||
167 | +++ b/tests/arm-cpu-features.c | ||
168 | @@ -XXX,XX +XXX,XX @@ static void sve_tests_sve_off_kvm(const void *data) | ||
169 | { | ||
170 | QTestState *qts; | ||
171 | |||
172 | - qts = qtest_init(MACHINE "-accel kvm -cpu max,sve=off"); | ||
173 | + qts = qtest_init(MACHINE "-accel kvm -cpu host,sve=off"); | ||
174 | |||
175 | /* | ||
176 | * We don't know if this host supports SVE so we don't | ||
177 | @@ -XXX,XX +XXX,XX @@ static void sve_tests_sve_off_kvm(const void *data) | ||
178 | * and that using sve<N>=off to explicitly disable vector | ||
179 | * lengths is OK too. | ||
180 | */ | ||
181 | - assert_sve_vls(qts, "max", 0, NULL); | ||
182 | - assert_sve_vls(qts, "max", 0, "{ 'sve128': false }"); | ||
183 | + assert_sve_vls(qts, "host", 0, NULL); | ||
184 | + assert_sve_vls(qts, "host", 0, "{ 'sve128': false }"); | ||
185 | |||
186 | qtest_quit(qts); | ||
187 | } | ||
188 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
189 | "We cannot guarantee the CPU type 'cortex-a15' works " | ||
190 | "with KVM on this host", NULL); | ||
191 | |||
192 | - assert_has_feature(qts, "max", "sve"); | ||
193 | - resp = do_query_no_props(qts, "max"); | ||
194 | + assert_has_feature(qts, "host", "sve"); | ||
195 | + resp = do_query_no_props(qts, "host"); | ||
196 | kvm_supports_sve = resp_get_feature(resp, "sve"); | ||
197 | vls = resp_get_sve_vls(resp); | ||
198 | qobject_unref(resp); | ||
199 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
200 | sprintf(max_name, "sve%d", max_vq * 128); | ||
201 | |||
202 | /* Enabling a supported length is of course fine. */ | ||
203 | - assert_sve_vls(qts, "max", vls, "{ %s: true }", max_name); | ||
204 | + assert_sve_vls(qts, "host", vls, "{ %s: true }", max_name); | ||
205 | |||
206 | /* Get the next supported length smaller than max-vq. */ | ||
207 | vq = 64 - __builtin_clzll(vls & ~BIT_ULL(max_vq - 1)); | ||
208 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
209 | * We have at least one length smaller than max-vq, | ||
210 | * so we can disable max-vq. | ||
211 | */ | ||
212 | - assert_sve_vls(qts, "max", (vls & ~BIT_ULL(max_vq - 1)), | ||
213 | + assert_sve_vls(qts, "host", (vls & ~BIT_ULL(max_vq - 1)), | ||
214 | "{ %s: false }", max_name); | ||
215 | |||
216 | /* | ||
217 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
218 | */ | ||
219 | sprintf(name, "sve%d", vq * 128); | ||
220 | error = g_strdup_printf("cannot disable %s", name); | ||
221 | - assert_error(qts, "max", error, | ||
222 | + assert_error(qts, "host", error, | ||
223 | "{ %s: true, %s: false }", | ||
224 | max_name, name); | ||
225 | g_free(error); | ||
226 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
227 | vq = __builtin_ffsll(vls); | ||
228 | sprintf(name, "sve%d", vq * 128); | ||
229 | error = g_strdup_printf("cannot disable %s", name); | ||
230 | - assert_error(qts, "max", error, "{ %s: false }", name); | ||
231 | + assert_error(qts, "host", error, "{ %s: false }", name); | ||
232 | g_free(error); | ||
233 | |||
234 | /* Get an unsupported length. */ | ||
235 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
236 | if (vq <= SVE_MAX_VQ) { | ||
237 | sprintf(name, "sve%d", vq * 128); | ||
238 | error = g_strdup_printf("cannot enable %s", name); | ||
239 | - assert_error(qts, "max", error, "{ %s: true }", name); | ||
240 | + assert_error(qts, "host", error, "{ %s: true }", name); | ||
241 | g_free(error); | ||
242 | } | ||
243 | } else { | ||
244 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
245 | } else { | ||
246 | assert_has_not_feature(qts, "host", "aarch64"); | ||
247 | assert_has_not_feature(qts, "host", "pmu"); | ||
248 | - | ||
249 | - assert_has_not_feature(qts, "max", "sve"); | ||
250 | + assert_has_not_feature(qts, "host", "sve"); | ||
251 | } | ||
252 | |||
253 | qtest_quit(qts); | ||
254 | diff --git a/docs/arm-cpu-features.rst b/docs/arm-cpu-features.rst | ||
255 | index XXXXXXX..XXXXXXX 100644 | ||
256 | --- a/docs/arm-cpu-features.rst | ||
257 | +++ b/docs/arm-cpu-features.rst | ||
258 | @@ -XXX,XX +XXX,XX @@ SVE CPU Property Examples | ||
259 | |||
260 | $ qemu-system-aarch64 -M virt -cpu max | ||
261 | |||
262 | - 3) Only enable the 128-bit vector length:: | ||
263 | + 3) When KVM is enabled, implicitly enable all host CPU supported vector | ||
264 | + lengths with the `host` CPU type:: | ||
265 | + | ||
266 | + $ qemu-system-aarch64 -M virt,accel=kvm -cpu host | ||
267 | + | ||
268 | + 4) Only enable the 128-bit vector length:: | ||
269 | |||
270 | $ qemu-system-aarch64 -M virt -cpu max,sve128=on | ||
271 | |||
272 | - 4) Disable the 512-bit vector length and all larger vector lengths, | ||
273 | + 5) Disable the 512-bit vector length and all larger vector lengths, | ||
274 | since 512 is a power-of-two. This results in all the smaller, | ||
275 | uninitialized lengths (128, 256, and 384) defaulting to enabled:: | ||
276 | |||
277 | $ qemu-system-aarch64 -M virt -cpu max,sve512=off | ||
278 | |||
279 | - 5) Enable the 128-bit, 256-bit, and 512-bit vector lengths:: | ||
280 | + 6) Enable the 128-bit, 256-bit, and 512-bit vector lengths:: | ||
281 | |||
282 | $ qemu-system-aarch64 -M virt -cpu max,sve128=on,sve256=on,sve512=on | ||
283 | |||
284 | - 6) The same as (5), but since the 128-bit and 256-bit vector | ||
285 | + 7) The same as (6), but since the 128-bit and 256-bit vector | ||
286 | lengths are required for the 512-bit vector length to be enabled, | ||
287 | then allow them to be auto-enabled:: | ||
288 | |||
289 | $ qemu-system-aarch64 -M virt -cpu max,sve512=on | ||
290 | |||
291 | - 7) Do the same as (6), but by first disabling SVE and then re-enabling it:: | ||
292 | + 8) Do the same as (7), but by first disabling SVE and then re-enabling it:: | ||
293 | |||
294 | $ qemu-system-aarch64 -M virt -cpu max,sve=off,sve512=on,sve=on | ||
295 | |||
296 | - 8) Force errors regarding the last vector length:: | ||
297 | + 9) Force errors regarding the last vector length:: | ||
298 | |||
299 | $ qemu-system-aarch64 -M virt -cpu max,sve128=off | ||
300 | $ qemu-system-aarch64 -M virt -cpu max,sve=off,sve128=off,sve=on | ||
301 | @@ -XXX,XX +XXX,XX @@ The examples in "SVE CPU Property Examples" exhibit many ways to select | ||
302 | vector lengths which developers may find useful in order to avoid overly | ||
303 | verbose command lines. However, the recommended way to select vector | ||
304 | lengths is to explicitly enable each desired length. Therefore only | ||
305 | -example's (1), (3), and (5) exhibit recommended uses of the properties. | ||
306 | +example's (1), (4), and (6) exhibit recommended uses of the properties. | ||
307 | 175 | ||
308 | -- | 176 | -- |
309 | 2.20.1 | 177 | 2.20.1 |
310 | 178 | ||
311 | 179 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Currently a trivial wrapper for rebuild_hflags_common_32. | 3 | This will shortly have users outside of translate-neon.c.inc. |
4 | 4 | ||
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20191023150057.25731-8-richard.henderson@linaro.org | 6 | Message-id: 20201030022618.785675-3-richard.henderson@linaro.org |
7 | Reviewed-by: Peter Maydell <peter.maydell@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/helper.c | 8 +++++++- | 10 | target/arm/translate.c | 20 ++++++++++++++++++++ |
11 | 1 file changed, 7 insertions(+), 1 deletion(-) | 11 | target/arm/translate-neon.c.inc | 19 ------------------- |
12 | 2 files changed, 20 insertions(+), 19 deletions(-) | ||
12 | 13 | ||
13 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 14 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
14 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/helper.c | 16 | --- a/target/arm/translate.c |
16 | +++ b/target/arm/helper.c | 17 | +++ b/target/arm/translate.c |
17 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_m32(CPUARMState *env, int fp_el, | 18 | @@ -XXX,XX +XXX,XX @@ static long neon_full_reg_offset(unsigned reg) |
18 | return rebuild_hflags_common_32(env, fp_el, mmu_idx, flags); | 19 | return offsetof(CPUARMState, vfp.zregs[reg >> 1].d[reg & 1]); |
19 | } | 20 | } |
20 | 21 | ||
21 | +static uint32_t rebuild_hflags_a32(CPUARMState *env, int fp_el, | 22 | +/* |
22 | + ARMMMUIdx mmu_idx) | 23 | + * Return the offset of a 2**SIZE piece of a NEON register, at index ELE, |
24 | + * where 0 is the least significant end of the register. | ||
25 | + */ | ||
26 | +static long neon_element_offset(int reg, int element, MemOp size) | ||
23 | +{ | 27 | +{ |
24 | + return rebuild_hflags_common_32(env, fp_el, mmu_idx, 0); | 28 | + int element_size = 1 << size; |
29 | + int ofs = element * element_size; | ||
30 | +#ifdef HOST_WORDS_BIGENDIAN | ||
31 | + /* | ||
32 | + * Calculate the offset assuming fully little-endian, | ||
33 | + * then XOR to account for the order of the 8-byte units. | ||
34 | + */ | ||
35 | + if (element_size < 8) { | ||
36 | + ofs ^= 8 - element_size; | ||
37 | + } | ||
38 | +#endif | ||
39 | + return neon_full_reg_offset(reg) + ofs; | ||
25 | +} | 40 | +} |
26 | + | 41 | + |
27 | static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | 42 | static inline long vfp_reg_offset(bool dp, unsigned reg) |
28 | ARMMMUIdx mmu_idx) | ||
29 | { | 43 | { |
30 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | 44 | if (dp) { |
31 | flags = FIELD_DP32(flags, TBFLAG_A32, LSPACT, 1); | 45 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc |
32 | } | 46 | index XXXXXXX..XXXXXXX 100644 |
33 | } else { | 47 | --- a/target/arm/translate-neon.c.inc |
34 | - flags = rebuild_hflags_common_32(env, fp_el, mmu_idx, 0); | 48 | +++ b/target/arm/translate-neon.c.inc |
35 | + flags = rebuild_hflags_a32(env, fp_el, mmu_idx); | 49 | @@ -XXX,XX +XXX,XX @@ static inline int neon_3same_fp_size(DisasContext *s, int x) |
36 | } | 50 | #include "decode-neon-ls.c.inc" |
37 | 51 | #include "decode-neon-shared.c.inc" | |
38 | flags = FIELD_DP32(flags, TBFLAG_A32, THUMB, env->thumb); | 52 | |
53 | -/* Return the offset of a 2**SIZE piece of a NEON register, at index ELE, | ||
54 | - * where 0 is the least significant end of the register. | ||
55 | - */ | ||
56 | -static inline long | ||
57 | -neon_element_offset(int reg, int element, MemOp size) | ||
58 | -{ | ||
59 | - int element_size = 1 << size; | ||
60 | - int ofs = element * element_size; | ||
61 | -#ifdef HOST_WORDS_BIGENDIAN | ||
62 | - /* Calculate the offset assuming fully little-endian, | ||
63 | - * then XOR to account for the order of the 8-byte units. | ||
64 | - */ | ||
65 | - if (element_size < 8) { | ||
66 | - ofs ^= 8 - element_size; | ||
67 | - } | ||
68 | -#endif | ||
69 | - return neon_full_reg_offset(reg) + ofs; | ||
70 | -} | ||
71 | - | ||
72 | static void neon_load_element(TCGv_i32 var, int reg, int ele, MemOp mop) | ||
73 | { | ||
74 | long offset = neon_element_offset(reg, ele, mop & MO_SIZE); | ||
39 | -- | 75 | -- |
40 | 2.20.1 | 76 | 2.20.1 |
41 | 77 | ||
42 | 78 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Set TBFLAG_ANY.BE_DATA in rebuild_hflags_common_32 and | 3 | These are the only users of neon_reg_offset, so remove that. |
4 | rebuild_hflags_a64 instead of rebuild_hflags_common, where we do | ||
5 | not need to re-test is_a64() nor re-compute the various inputs. | ||
6 | 4 | ||
7 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20191023150057.25731-5-richard.henderson@linaro.org | 6 | Message-id: 20201030022618.785675-4-richard.henderson@linaro.org |
7 | Reviewed-by: Peter Maydell <peter.maydell@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/cpu.h | 49 +++++++++++++++++++++++++++------------------ | 10 | target/arm/translate.c | 14 ++------------ |
13 | target/arm/helper.c | 16 +++++++++++---- | 11 | 1 file changed, 2 insertions(+), 12 deletions(-) |
14 | 2 files changed, 42 insertions(+), 23 deletions(-) | ||
15 | 12 | ||
16 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 13 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
17 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/cpu.h | 15 | --- a/target/arm/translate.c |
19 | +++ b/target/arm/cpu.h | 16 | +++ b/target/arm/translate.c |
20 | @@ -XXX,XX +XXX,XX @@ static inline uint64_t arm_sctlr(CPUARMState *env, int el) | 17 | @@ -XXX,XX +XXX,XX @@ static inline long vfp_reg_offset(bool dp, unsigned reg) |
21 | } | 18 | } |
22 | } | 19 | } |
23 | 20 | ||
24 | +static inline bool arm_cpu_data_is_big_endian_a32(CPUARMState *env, | 21 | -/* Return the offset of a 32-bit piece of a NEON register. |
25 | + bool sctlr_b) | 22 | - zero is the least significant end of the register. */ |
26 | +{ | 23 | -static inline long |
27 | +#ifdef CONFIG_USER_ONLY | 24 | -neon_reg_offset (int reg, int n) |
28 | + /* | 25 | -{ |
29 | + * In system mode, BE32 is modelled in line with the | 26 | - int sreg; |
30 | + * architecture (as word-invariant big-endianness), where loads | 27 | - sreg = reg * 2 + n; |
31 | + * and stores are done little endian but from addresses which | 28 | - return vfp_reg_offset(0, sreg); |
32 | + * are adjusted by XORing with the appropriate constant. So the | 29 | -} |
33 | + * endianness to use for the raw data access is not affected by | 30 | - |
34 | + * SCTLR.B. | 31 | static TCGv_i32 neon_load_reg(int reg, int pass) |
35 | + * In user mode, however, we model BE32 as byte-invariant | ||
36 | + * big-endianness (because user-only code cannot tell the | ||
37 | + * difference), and so we need to use a data access endianness | ||
38 | + * that depends on SCTLR.B. | ||
39 | + */ | ||
40 | + if (sctlr_b) { | ||
41 | + return true; | ||
42 | + } | ||
43 | +#endif | ||
44 | + /* In 32bit endianness is determined by looking at CPSR's E bit */ | ||
45 | + return env->uncached_cpsr & CPSR_E; | ||
46 | +} | ||
47 | + | ||
48 | +static inline bool arm_cpu_data_is_big_endian_a64(int el, uint64_t sctlr) | ||
49 | +{ | ||
50 | + return sctlr & (el ? SCTLR_EE : SCTLR_E0E); | ||
51 | +} | ||
52 | |||
53 | /* Return true if the processor is in big-endian mode. */ | ||
54 | static inline bool arm_cpu_data_is_big_endian(CPUARMState *env) | ||
55 | { | 32 | { |
56 | - /* In 32bit endianness is determined by looking at CPSR's E bit */ | 33 | TCGv_i32 tmp = tcg_temp_new_i32(); |
57 | if (!is_a64(env)) { | 34 | - tcg_gen_ld_i32(tmp, cpu_env, neon_reg_offset(reg, pass)); |
58 | - return | 35 | + tcg_gen_ld_i32(tmp, cpu_env, neon_element_offset(reg, pass, MO_32)); |
59 | -#ifdef CONFIG_USER_ONLY | 36 | return tmp; |
60 | - /* In system mode, BE32 is modelled in line with the | ||
61 | - * architecture (as word-invariant big-endianness), where loads | ||
62 | - * and stores are done little endian but from addresses which | ||
63 | - * are adjusted by XORing with the appropriate constant. So the | ||
64 | - * endianness to use for the raw data access is not affected by | ||
65 | - * SCTLR.B. | ||
66 | - * In user mode, however, we model BE32 as byte-invariant | ||
67 | - * big-endianness (because user-only code cannot tell the | ||
68 | - * difference), and so we need to use a data access endianness | ||
69 | - * that depends on SCTLR.B. | ||
70 | - */ | ||
71 | - arm_sctlr_b(env) || | ||
72 | -#endif | ||
73 | - ((env->uncached_cpsr & CPSR_E) ? 1 : 0); | ||
74 | + return arm_cpu_data_is_big_endian_a32(env, arm_sctlr_b(env)); | ||
75 | } else { | ||
76 | int cur_el = arm_current_el(env); | ||
77 | uint64_t sctlr = arm_sctlr(env, cur_el); | ||
78 | - | ||
79 | - return (sctlr & (cur_el ? SCTLR_EE : SCTLR_E0E)) != 0; | ||
80 | + return arm_cpu_data_is_big_endian_a64(cur_el, sctlr); | ||
81 | } | ||
82 | } | 37 | } |
83 | 38 | ||
84 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 39 | static void neon_store_reg(int reg, int pass, TCGv_i32 var) |
85 | index XXXXXXX..XXXXXXX 100644 | ||
86 | --- a/target/arm/helper.c | ||
87 | +++ b/target/arm/helper.c | ||
88 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_common(CPUARMState *env, int fp_el, | ||
89 | flags = FIELD_DP32(flags, TBFLAG_ANY, MMUIDX, | ||
90 | arm_to_core_mmu_idx(mmu_idx)); | ||
91 | |||
92 | - if (arm_cpu_data_is_big_endian(env)) { | ||
93 | - flags = FIELD_DP32(flags, TBFLAG_ANY, BE_DATA, 1); | ||
94 | - } | ||
95 | if (arm_singlestep_active(env)) { | ||
96 | flags = FIELD_DP32(flags, TBFLAG_ANY, SS_ACTIVE, 1); | ||
97 | } | ||
98 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_common(CPUARMState *env, int fp_el, | ||
99 | static uint32_t rebuild_hflags_common_32(CPUARMState *env, int fp_el, | ||
100 | ARMMMUIdx mmu_idx, uint32_t flags) | ||
101 | { | 40 | { |
102 | - flags = FIELD_DP32(flags, TBFLAG_A32, SCTLR_B, arm_sctlr_b(env)); | 41 | - tcg_gen_st_i32(var, cpu_env, neon_reg_offset(reg, pass)); |
103 | + bool sctlr_b = arm_sctlr_b(env); | 42 | + tcg_gen_st_i32(var, cpu_env, neon_element_offset(reg, pass, MO_32)); |
104 | + | 43 | tcg_temp_free_i32(var); |
105 | + if (sctlr_b) { | 44 | } |
106 | + flags = FIELD_DP32(flags, TBFLAG_A32, SCTLR_B, 1); | 45 | |
107 | + } | ||
108 | + if (arm_cpu_data_is_big_endian_a32(env, sctlr_b)) { | ||
109 | + flags = FIELD_DP32(flags, TBFLAG_ANY, BE_DATA, 1); | ||
110 | + } | ||
111 | flags = FIELD_DP32(flags, TBFLAG_A32, NS, !access_secure_reg(env)); | ||
112 | |||
113 | return rebuild_hflags_common(env, fp_el, mmu_idx, flags); | ||
114 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | ||
115 | |||
116 | sctlr = arm_sctlr(env, el); | ||
117 | |||
118 | + if (arm_cpu_data_is_big_endian_a64(el, sctlr)) { | ||
119 | + flags = FIELD_DP32(flags, TBFLAG_ANY, BE_DATA, 1); | ||
120 | + } | ||
121 | + | ||
122 | if (cpu_isar_feature(aa64_pauth, env_archcpu(env))) { | ||
123 | /* | ||
124 | * In order to save space in flags, we record only whether | ||
125 | -- | 46 | -- |
126 | 2.20.1 | 47 | 2.20.1 |
127 | 48 | ||
128 | 49 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Continue setting, but not relying upon, env->hflags. | 3 | This seems a bit more readable than using offsetof CPU_DoubleU. |
4 | 4 | ||
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20191023150057.25731-18-richard.henderson@linaro.org | 6 | Message-id: 20201030022618.785675-5-richard.henderson@linaro.org |
7 | Reviewed-by: Peter Maydell <peter.maydell@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/translate-a64.c | 13 +++++++++++-- | 10 | target/arm/translate.c | 13 ++++--------- |
11 | target/arm/translate.c | 28 +++++++++++++++++++++++----- | 11 | 1 file changed, 4 insertions(+), 9 deletions(-) |
12 | 2 files changed, 34 insertions(+), 7 deletions(-) | ||
13 | 12 | ||
14 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/translate-a64.c | ||
17 | +++ b/target/arm/translate-a64.c | ||
18 | @@ -XXX,XX +XXX,XX @@ static void handle_sys(DisasContext *s, uint32_t insn, bool isread, | ||
19 | if ((tb_cflags(s->base.tb) & CF_USE_ICOUNT) && (ri->type & ARM_CP_IO)) { | ||
20 | /* I/O operations must end the TB here (whether read or write) */ | ||
21 | s->base.is_jmp = DISAS_UPDATE; | ||
22 | - } else if (!isread && !(ri->type & ARM_CP_SUPPRESS_TB_END)) { | ||
23 | - /* We default to ending the TB on a coprocessor register write, | ||
24 | + } | ||
25 | + if (!isread && !(ri->type & ARM_CP_SUPPRESS_TB_END)) { | ||
26 | + /* | ||
27 | + * A write to any coprocessor regiser that ends a TB | ||
28 | + * must rebuild the hflags for the next TB. | ||
29 | + */ | ||
30 | + TCGv_i32 tcg_el = tcg_const_i32(s->current_el); | ||
31 | + gen_helper_rebuild_hflags_a64(cpu_env, tcg_el); | ||
32 | + tcg_temp_free_i32(tcg_el); | ||
33 | + /* | ||
34 | + * We default to ending the TB on a coprocessor register write, | ||
35 | * but allow this to be suppressed by the register definition | ||
36 | * (usually only necessary to work around guest bugs). | ||
37 | */ | ||
38 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 13 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
39 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
40 | --- a/target/arm/translate.c | 15 | --- a/target/arm/translate.c |
41 | +++ b/target/arm/translate.c | 16 | +++ b/target/arm/translate.c |
42 | @@ -XXX,XX +XXX,XX @@ static int disas_coproc_insn(DisasContext *s, uint32_t insn) | 17 | @@ -XXX,XX +XXX,XX @@ static long neon_element_offset(int reg, int element, MemOp size) |
43 | ri = get_arm_cp_reginfo(s->cp_regs, | 18 | return neon_full_reg_offset(reg) + ofs; |
44 | ENCODE_CP_REG(cpnum, is64, s->ns, crn, crm, opc1, opc2)); | 19 | } |
45 | if (ri) { | 20 | |
46 | + bool need_exit_tb; | 21 | -static inline long vfp_reg_offset(bool dp, unsigned reg) |
47 | + | 22 | +/* Return the offset of a VFP Dreg (dp = true) or VFP Sreg (dp = false). */ |
48 | /* Check access permissions */ | 23 | +static long vfp_reg_offset(bool dp, unsigned reg) |
49 | if (!cp_access_ok(s->current_el, ri, isread)) { | 24 | { |
50 | return 1; | 25 | if (dp) { |
51 | @@ -XXX,XX +XXX,XX @@ static int disas_coproc_insn(DisasContext *s, uint32_t insn) | 26 | - return offsetof(CPUARMState, vfp.zregs[reg >> 1].d[reg & 1]); |
52 | } | 27 | + return neon_element_offset(reg, 0, MO_64); |
53 | } | 28 | } else { |
54 | 29 | - long ofs = offsetof(CPUARMState, vfp.zregs[reg >> 2].d[(reg >> 1) & 1]); | |
55 | - if ((tb_cflags(s->base.tb) & CF_USE_ICOUNT) && (ri->type & ARM_CP_IO)) { | 30 | - if (reg & 1) { |
56 | - /* I/O operations must end the TB here (whether read or write) */ | 31 | - ofs += offsetof(CPU_DoubleU, l.upper); |
57 | - gen_lookup_tb(s); | 32 | - } else { |
58 | - } else if (!isread && !(ri->type & ARM_CP_SUPPRESS_TB_END)) { | 33 | - ofs += offsetof(CPU_DoubleU, l.lower); |
59 | - /* We default to ending the TB on a coprocessor register write, | 34 | - } |
60 | + /* I/O operations must end the TB here (whether read or write) */ | 35 | - return ofs; |
61 | + need_exit_tb = ((tb_cflags(s->base.tb) & CF_USE_ICOUNT) && | 36 | + return neon_element_offset(reg >> 1, reg & 1, MO_32); |
62 | + (ri->type & ARM_CP_IO)); | 37 | } |
63 | + | 38 | } |
64 | + if (!isread && !(ri->type & ARM_CP_SUPPRESS_TB_END)) { | ||
65 | + /* | ||
66 | + * A write to any coprocessor regiser that ends a TB | ||
67 | + * must rebuild the hflags for the next TB. | ||
68 | + */ | ||
69 | + TCGv_i32 tcg_el = tcg_const_i32(s->current_el); | ||
70 | + if (arm_dc_feature(s, ARM_FEATURE_M)) { | ||
71 | + gen_helper_rebuild_hflags_m32(cpu_env, tcg_el); | ||
72 | + } else { | ||
73 | + gen_helper_rebuild_hflags_a32(cpu_env, tcg_el); | ||
74 | + } | ||
75 | + tcg_temp_free_i32(tcg_el); | ||
76 | + /* | ||
77 | + * We default to ending the TB on a coprocessor register write, | ||
78 | * but allow this to be suppressed by the register definition | ||
79 | * (usually only necessary to work around guest bugs). | ||
80 | */ | ||
81 | + need_exit_tb = true; | ||
82 | + } | ||
83 | + if (need_exit_tb) { | ||
84 | gen_lookup_tb(s); | ||
85 | } | ||
86 | 39 | ||
87 | -- | 40 | -- |
88 | 2.20.1 | 41 | 2.20.1 |
89 | 42 | ||
90 | 43 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Add the 64-bit free running timer. Do not model the COMPARE register | 3 | Model these off the aa64 read/write_vec_element functions. |
4 | (no IRQ generated). | 4 | Use it within translate-neon.c.inc. The new functions do |
5 | This timer is used by Linux kernel and recently U-Boot: | 5 | not allocate or free temps, so this rearranges the calling |
6 | https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/clocksource/bcm2835_timer.c?h=v3.7 | 6 | code a bit. |
7 | https://github.com/u-boot/u-boot/blob/v2019.07/include/configs/rpi.h#L19 | ||
8 | 7 | ||
9 | Datasheet used: | 8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
10 | https://www.raspberrypi.org/app/uploads/2012/02/BCM2835-ARM-Peripherals.pdf | 9 | Message-id: 20201030022618.785675-6-richard.henderson@linaro.org |
11 | 10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | |
12 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
13 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
14 | Message-id: 20191019234715.25750-4-f4bug@amsat.org | ||
15 | [PMM: squashed in switch to using memset in reset] | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 12 | --- |
18 | hw/timer/Makefile.objs | 1 + | 13 | target/arm/translate.c | 26 ++++ |
19 | include/hw/timer/bcm2835_systmr.h | 33 ++++++ | 14 | target/arm/translate-neon.c.inc | 256 ++++++++++++++++++++------------ |
20 | hw/timer/bcm2835_systmr.c | 163 ++++++++++++++++++++++++++++++ | 15 | 2 files changed, 183 insertions(+), 99 deletions(-) |
21 | hw/timer/trace-events | 5 + | ||
22 | 4 files changed, 202 insertions(+) | ||
23 | create mode 100644 include/hw/timer/bcm2835_systmr.h | ||
24 | create mode 100644 hw/timer/bcm2835_systmr.c | ||
25 | 16 | ||
26 | diff --git a/hw/timer/Makefile.objs b/hw/timer/Makefile.objs | 17 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
27 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/hw/timer/Makefile.objs | 19 | --- a/target/arm/translate.c |
29 | +++ b/hw/timer/Makefile.objs | 20 | +++ b/target/arm/translate.c |
30 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_SUN4V_RTC) += sun4v-rtc.o | 21 | @@ -XXX,XX +XXX,XX @@ static inline void neon_store_reg32(TCGv_i32 var, int reg) |
31 | common-obj-$(CONFIG_CMSDK_APB_TIMER) += cmsdk-apb-timer.o | 22 | tcg_gen_st_i32(var, cpu_env, vfp_reg_offset(false, reg)); |
32 | common-obj-$(CONFIG_CMSDK_APB_DUALTIMER) += cmsdk-apb-dualtimer.o | 23 | } |
33 | common-obj-$(CONFIG_MSF2) += mss-timer.o | 24 | |
34 | +common-obj-$(CONFIG_RASPI) += bcm2835_systmr.o | 25 | +static void read_neon_element32(TCGv_i32 dest, int reg, int ele, MemOp size) |
35 | diff --git a/include/hw/timer/bcm2835_systmr.h b/include/hw/timer/bcm2835_systmr.h | ||
36 | new file mode 100644 | ||
37 | index XXXXXXX..XXXXXXX | ||
38 | --- /dev/null | ||
39 | +++ b/include/hw/timer/bcm2835_systmr.h | ||
40 | @@ -XXX,XX +XXX,XX @@ | ||
41 | +/* | ||
42 | + * BCM2835 SYS timer emulation | ||
43 | + * | ||
44 | + * Copyright (c) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
45 | + * | ||
46 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
47 | + */ | ||
48 | + | ||
49 | +#ifndef BCM2835_SYSTIMER_H | ||
50 | +#define BCM2835_SYSTIMER_H | ||
51 | + | ||
52 | +#include "hw/sysbus.h" | ||
53 | +#include "hw/irq.h" | ||
54 | + | ||
55 | +#define TYPE_BCM2835_SYSTIMER "bcm2835-sys-timer" | ||
56 | +#define BCM2835_SYSTIMER(obj) \ | ||
57 | + OBJECT_CHECK(BCM2835SystemTimerState, (obj), TYPE_BCM2835_SYSTIMER) | ||
58 | + | ||
59 | +typedef struct { | ||
60 | + /*< private >*/ | ||
61 | + SysBusDevice parent_obj; | ||
62 | + | ||
63 | + /*< public >*/ | ||
64 | + MemoryRegion iomem; | ||
65 | + qemu_irq irq; | ||
66 | + | ||
67 | + struct { | ||
68 | + uint32_t status; | ||
69 | + uint32_t compare[4]; | ||
70 | + } reg; | ||
71 | +} BCM2835SystemTimerState; | ||
72 | + | ||
73 | +#endif | ||
74 | diff --git a/hw/timer/bcm2835_systmr.c b/hw/timer/bcm2835_systmr.c | ||
75 | new file mode 100644 | ||
76 | index XXXXXXX..XXXXXXX | ||
77 | --- /dev/null | ||
78 | +++ b/hw/timer/bcm2835_systmr.c | ||
79 | @@ -XXX,XX +XXX,XX @@ | ||
80 | +/* | ||
81 | + * BCM2835 SYS timer emulation | ||
82 | + * | ||
83 | + * Copyright (C) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
84 | + * | ||
85 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
86 | + * | ||
87 | + * Datasheet: BCM2835 ARM Peripherals (C6357-M-1398) | ||
88 | + * https://www.raspberrypi.org/app/uploads/2012/02/BCM2835-ARM-Peripherals.pdf | ||
89 | + * | ||
90 | + * Only the free running 64-bit counter is implemented. | ||
91 | + * The 4 COMPARE registers and the interruption are not implemented. | ||
92 | + */ | ||
93 | + | ||
94 | +#include "qemu/osdep.h" | ||
95 | +#include "qemu/log.h" | ||
96 | +#include "qemu/timer.h" | ||
97 | +#include "hw/timer/bcm2835_systmr.h" | ||
98 | +#include "hw/registerfields.h" | ||
99 | +#include "migration/vmstate.h" | ||
100 | +#include "trace.h" | ||
101 | + | ||
102 | +REG32(CTRL_STATUS, 0x00) | ||
103 | +REG32(COUNTER_LOW, 0x04) | ||
104 | +REG32(COUNTER_HIGH, 0x08) | ||
105 | +REG32(COMPARE0, 0x0c) | ||
106 | +REG32(COMPARE1, 0x10) | ||
107 | +REG32(COMPARE2, 0x14) | ||
108 | +REG32(COMPARE3, 0x18) | ||
109 | + | ||
110 | +static void bcm2835_systmr_update_irq(BCM2835SystemTimerState *s) | ||
111 | +{ | 26 | +{ |
112 | + bool enable = !!s->reg.status; | 27 | + long off = neon_element_offset(reg, ele, size); |
113 | + | 28 | + |
114 | + trace_bcm2835_systmr_irq(enable); | 29 | + switch (size) { |
115 | + qemu_set_irq(s->irq, enable); | 30 | + case MO_32: |
116 | +} | 31 | + tcg_gen_ld_i32(dest, cpu_env, off); |
117 | + | ||
118 | +static void bcm2835_systmr_update_compare(BCM2835SystemTimerState *s, | ||
119 | + unsigned timer_index) | ||
120 | +{ | ||
121 | + /* TODO fow now, since neither Linux nor U-boot use these timers. */ | ||
122 | + qemu_log_mask(LOG_UNIMP, "COMPARE register %u not implemented\n", | ||
123 | + timer_index); | ||
124 | +} | ||
125 | + | ||
126 | +static uint64_t bcm2835_systmr_read(void *opaque, hwaddr offset, | ||
127 | + unsigned size) | ||
128 | +{ | ||
129 | + BCM2835SystemTimerState *s = BCM2835_SYSTIMER(opaque); | ||
130 | + uint64_t r = 0; | ||
131 | + | ||
132 | + switch (offset) { | ||
133 | + case A_CTRL_STATUS: | ||
134 | + r = s->reg.status; | ||
135 | + break; | ||
136 | + case A_COMPARE0 ... A_COMPARE3: | ||
137 | + r = s->reg.compare[(offset - A_COMPARE0) >> 2]; | ||
138 | + break; | ||
139 | + case A_COUNTER_LOW: | ||
140 | + case A_COUNTER_HIGH: | ||
141 | + /* Free running counter at 1MHz */ | ||
142 | + r = qemu_clock_get_us(QEMU_CLOCK_VIRTUAL); | ||
143 | + r >>= 8 * (offset - A_COUNTER_LOW); | ||
144 | + r &= UINT32_MAX; | ||
145 | + break; | 32 | + break; |
146 | + default: | 33 | + default: |
147 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: bad offset 0x%" HWADDR_PRIx "\n", | 34 | + g_assert_not_reached(); |
148 | + __func__, offset); | ||
149 | + break; | ||
150 | + } | 35 | + } |
151 | + trace_bcm2835_systmr_read(offset, r); | ||
152 | + | ||
153 | + return r; | ||
154 | +} | 36 | +} |
155 | + | 37 | + |
156 | +static void bcm2835_systmr_write(void *opaque, hwaddr offset, | 38 | +static void write_neon_element32(TCGv_i32 src, int reg, int ele, MemOp size) |
157 | + uint64_t value, unsigned size) | ||
158 | +{ | 39 | +{ |
159 | + BCM2835SystemTimerState *s = BCM2835_SYSTIMER(opaque); | 40 | + long off = neon_element_offset(reg, ele, size); |
160 | + | 41 | + |
161 | + trace_bcm2835_systmr_write(offset, value); | 42 | + switch (size) { |
162 | + switch (offset) { | 43 | + case MO_32: |
163 | + case A_CTRL_STATUS: | 44 | + tcg_gen_st_i32(src, cpu_env, off); |
164 | + s->reg.status &= ~value; /* Ack */ | ||
165 | + bcm2835_systmr_update_irq(s); | ||
166 | + break; | ||
167 | + case A_COMPARE0 ... A_COMPARE3: | ||
168 | + s->reg.compare[(offset - A_COMPARE0) >> 2] = value; | ||
169 | + bcm2835_systmr_update_compare(s, (offset - A_COMPARE0) >> 2); | ||
170 | + break; | ||
171 | + case A_COUNTER_LOW: | ||
172 | + case A_COUNTER_HIGH: | ||
173 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: read-only ofs 0x%" HWADDR_PRIx "\n", | ||
174 | + __func__, offset); | ||
175 | + break; | 45 | + break; |
176 | + default: | 46 | + default: |
177 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: bad offset 0x%" HWADDR_PRIx "\n", | 47 | + g_assert_not_reached(); |
178 | + __func__, offset); | ||
179 | + break; | ||
180 | + } | 48 | + } |
181 | +} | 49 | +} |
182 | + | 50 | + |
183 | +static const MemoryRegionOps bcm2835_systmr_ops = { | 51 | static TCGv_ptr vfp_reg_ptr(bool dp, int reg) |
184 | + .read = bcm2835_systmr_read, | 52 | { |
185 | + .write = bcm2835_systmr_write, | 53 | TCGv_ptr ret = tcg_temp_new_ptr(); |
186 | + .endianness = DEVICE_LITTLE_ENDIAN, | 54 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc |
187 | + .impl = { | ||
188 | + .min_access_size = 4, | ||
189 | + .max_access_size = 4, | ||
190 | + }, | ||
191 | +}; | ||
192 | + | ||
193 | +static void bcm2835_systmr_reset(DeviceState *dev) | ||
194 | +{ | ||
195 | + BCM2835SystemTimerState *s = BCM2835_SYSTIMER(dev); | ||
196 | + | ||
197 | + memset(&s->reg, 0, sizeof(s->reg)); | ||
198 | +} | ||
199 | + | ||
200 | +static void bcm2835_systmr_realize(DeviceState *dev, Error **errp) | ||
201 | +{ | ||
202 | + BCM2835SystemTimerState *s = BCM2835_SYSTIMER(dev); | ||
203 | + | ||
204 | + memory_region_init_io(&s->iomem, OBJECT(dev), &bcm2835_systmr_ops, | ||
205 | + s, "bcm2835-sys-timer", 0x20); | ||
206 | + sysbus_init_mmio(SYS_BUS_DEVICE(dev), &s->iomem); | ||
207 | + sysbus_init_irq(SYS_BUS_DEVICE(dev), &s->irq); | ||
208 | +} | ||
209 | + | ||
210 | +static const VMStateDescription bcm2835_systmr_vmstate = { | ||
211 | + .name = "bcm2835_sys_timer", | ||
212 | + .version_id = 1, | ||
213 | + .minimum_version_id = 1, | ||
214 | + .fields = (VMStateField[]) { | ||
215 | + VMSTATE_UINT32(reg.status, BCM2835SystemTimerState), | ||
216 | + VMSTATE_UINT32_ARRAY(reg.compare, BCM2835SystemTimerState, 4), | ||
217 | + VMSTATE_END_OF_LIST() | ||
218 | + } | ||
219 | +}; | ||
220 | + | ||
221 | +static void bcm2835_systmr_class_init(ObjectClass *klass, void *data) | ||
222 | +{ | ||
223 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
224 | + | ||
225 | + dc->realize = bcm2835_systmr_realize; | ||
226 | + dc->reset = bcm2835_systmr_reset; | ||
227 | + dc->vmsd = &bcm2835_systmr_vmstate; | ||
228 | +} | ||
229 | + | ||
230 | +static const TypeInfo bcm2835_systmr_info = { | ||
231 | + .name = TYPE_BCM2835_SYSTIMER, | ||
232 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
233 | + .instance_size = sizeof(BCM2835SystemTimerState), | ||
234 | + .class_init = bcm2835_systmr_class_init, | ||
235 | +}; | ||
236 | + | ||
237 | +static void bcm2835_systmr_register_types(void) | ||
238 | +{ | ||
239 | + type_register_static(&bcm2835_systmr_info); | ||
240 | +} | ||
241 | + | ||
242 | +type_init(bcm2835_systmr_register_types); | ||
243 | diff --git a/hw/timer/trace-events b/hw/timer/trace-events | ||
244 | index XXXXXXX..XXXXXXX 100644 | 55 | index XXXXXXX..XXXXXXX 100644 |
245 | --- a/hw/timer/trace-events | 56 | --- a/target/arm/translate-neon.c.inc |
246 | +++ b/hw/timer/trace-events | 57 | +++ b/target/arm/translate-neon.c.inc |
247 | @@ -XXX,XX +XXX,XX @@ pl031_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x" | 58 | @@ -XXX,XX +XXX,XX @@ static bool do_3same_pair(DisasContext *s, arg_3same *a, NeonGenTwoOpFn *fn) |
248 | pl031_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x" | 59 | * early. Since Q is 0 there are always just two passes, so instead |
249 | pl031_alarm_raised(void) "alarm raised" | 60 | * of a complicated loop over each pass we just unroll. |
250 | pl031_set_alarm(uint32_t ticks) "alarm set for %u ticks" | 61 | */ |
251 | + | 62 | - tmp = neon_load_reg(a->vn, 0); |
252 | +# bcm2835_systmr.c | 63 | - tmp2 = neon_load_reg(a->vn, 1); |
253 | +bcm2835_systmr_irq(bool enable) "timer irq state %u" | 64 | + tmp = tcg_temp_new_i32(); |
254 | +bcm2835_systmr_read(uint64_t offset, uint64_t data) "timer read: offset 0x%" PRIx64 " data 0x%" PRIx64 | 65 | + tmp2 = tcg_temp_new_i32(); |
255 | +bcm2835_systmr_write(uint64_t offset, uint64_t data) "timer write: offset 0x%" PRIx64 " data 0x%" PRIx64 | 66 | + tmp3 = tcg_temp_new_i32(); |
67 | + | ||
68 | + read_neon_element32(tmp, a->vn, 0, MO_32); | ||
69 | + read_neon_element32(tmp2, a->vn, 1, MO_32); | ||
70 | fn(tmp, tmp, tmp2); | ||
71 | - tcg_temp_free_i32(tmp2); | ||
72 | |||
73 | - tmp3 = neon_load_reg(a->vm, 0); | ||
74 | - tmp2 = neon_load_reg(a->vm, 1); | ||
75 | + read_neon_element32(tmp3, a->vm, 0, MO_32); | ||
76 | + read_neon_element32(tmp2, a->vm, 1, MO_32); | ||
77 | fn(tmp3, tmp3, tmp2); | ||
78 | - tcg_temp_free_i32(tmp2); | ||
79 | |||
80 | - neon_store_reg(a->vd, 0, tmp); | ||
81 | - neon_store_reg(a->vd, 1, tmp3); | ||
82 | + write_neon_element32(tmp, a->vd, 0, MO_32); | ||
83 | + write_neon_element32(tmp3, a->vd, 1, MO_32); | ||
84 | + | ||
85 | + tcg_temp_free_i32(tmp); | ||
86 | + tcg_temp_free_i32(tmp2); | ||
87 | + tcg_temp_free_i32(tmp3); | ||
88 | return true; | ||
89 | } | ||
90 | |||
91 | @@ -XXX,XX +XXX,XX @@ static bool do_2shift_env_32(DisasContext *s, arg_2reg_shift *a, | ||
92 | * 2-reg-and-shift operations, size < 3 case, where the | ||
93 | * helper needs to be passed cpu_env. | ||
94 | */ | ||
95 | - TCGv_i32 constimm; | ||
96 | + TCGv_i32 constimm, tmp; | ||
97 | int pass; | ||
98 | |||
99 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
100 | @@ -XXX,XX +XXX,XX @@ static bool do_2shift_env_32(DisasContext *s, arg_2reg_shift *a, | ||
101 | * by immediate using the variable shift operations. | ||
102 | */ | ||
103 | constimm = tcg_const_i32(dup_const(a->size, a->shift)); | ||
104 | + tmp = tcg_temp_new_i32(); | ||
105 | |||
106 | for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
107 | - TCGv_i32 tmp = neon_load_reg(a->vm, pass); | ||
108 | + read_neon_element32(tmp, a->vm, pass, MO_32); | ||
109 | fn(tmp, cpu_env, tmp, constimm); | ||
110 | - neon_store_reg(a->vd, pass, tmp); | ||
111 | + write_neon_element32(tmp, a->vd, pass, MO_32); | ||
112 | } | ||
113 | + tcg_temp_free_i32(tmp); | ||
114 | tcg_temp_free_i32(constimm); | ||
115 | return true; | ||
116 | } | ||
117 | @@ -XXX,XX +XXX,XX @@ static bool do_2shift_narrow_64(DisasContext *s, arg_2reg_shift *a, | ||
118 | constimm = tcg_const_i64(-a->shift); | ||
119 | rm1 = tcg_temp_new_i64(); | ||
120 | rm2 = tcg_temp_new_i64(); | ||
121 | + rd = tcg_temp_new_i32(); | ||
122 | |||
123 | /* Load both inputs first to avoid potential overwrite if rm == rd */ | ||
124 | neon_load_reg64(rm1, a->vm); | ||
125 | neon_load_reg64(rm2, a->vm + 1); | ||
126 | |||
127 | shiftfn(rm1, rm1, constimm); | ||
128 | - rd = tcg_temp_new_i32(); | ||
129 | narrowfn(rd, cpu_env, rm1); | ||
130 | - neon_store_reg(a->vd, 0, rd); | ||
131 | + write_neon_element32(rd, a->vd, 0, MO_32); | ||
132 | |||
133 | shiftfn(rm2, rm2, constimm); | ||
134 | - rd = tcg_temp_new_i32(); | ||
135 | narrowfn(rd, cpu_env, rm2); | ||
136 | - neon_store_reg(a->vd, 1, rd); | ||
137 | + write_neon_element32(rd, a->vd, 1, MO_32); | ||
138 | |||
139 | + tcg_temp_free_i32(rd); | ||
140 | tcg_temp_free_i64(rm1); | ||
141 | tcg_temp_free_i64(rm2); | ||
142 | tcg_temp_free_i64(constimm); | ||
143 | @@ -XXX,XX +XXX,XX @@ static bool do_2shift_narrow_32(DisasContext *s, arg_2reg_shift *a, | ||
144 | constimm = tcg_const_i32(imm); | ||
145 | |||
146 | /* Load all inputs first to avoid potential overwrite */ | ||
147 | - rm1 = neon_load_reg(a->vm, 0); | ||
148 | - rm2 = neon_load_reg(a->vm, 1); | ||
149 | - rm3 = neon_load_reg(a->vm + 1, 0); | ||
150 | - rm4 = neon_load_reg(a->vm + 1, 1); | ||
151 | + rm1 = tcg_temp_new_i32(); | ||
152 | + rm2 = tcg_temp_new_i32(); | ||
153 | + rm3 = tcg_temp_new_i32(); | ||
154 | + rm4 = tcg_temp_new_i32(); | ||
155 | + read_neon_element32(rm1, a->vm, 0, MO_32); | ||
156 | + read_neon_element32(rm2, a->vm, 1, MO_32); | ||
157 | + read_neon_element32(rm3, a->vm, 2, MO_32); | ||
158 | + read_neon_element32(rm4, a->vm, 3, MO_32); | ||
159 | rtmp = tcg_temp_new_i64(); | ||
160 | |||
161 | shiftfn(rm1, rm1, constimm); | ||
162 | @@ -XXX,XX +XXX,XX @@ static bool do_2shift_narrow_32(DisasContext *s, arg_2reg_shift *a, | ||
163 | tcg_temp_free_i32(rm2); | ||
164 | |||
165 | narrowfn(rm1, cpu_env, rtmp); | ||
166 | - neon_store_reg(a->vd, 0, rm1); | ||
167 | + write_neon_element32(rm1, a->vd, 0, MO_32); | ||
168 | + tcg_temp_free_i32(rm1); | ||
169 | |||
170 | shiftfn(rm3, rm3, constimm); | ||
171 | shiftfn(rm4, rm4, constimm); | ||
172 | @@ -XXX,XX +XXX,XX @@ static bool do_2shift_narrow_32(DisasContext *s, arg_2reg_shift *a, | ||
173 | |||
174 | narrowfn(rm3, cpu_env, rtmp); | ||
175 | tcg_temp_free_i64(rtmp); | ||
176 | - neon_store_reg(a->vd, 1, rm3); | ||
177 | + write_neon_element32(rm3, a->vd, 1, MO_32); | ||
178 | + tcg_temp_free_i32(rm3); | ||
179 | return true; | ||
180 | } | ||
181 | |||
182 | @@ -XXX,XX +XXX,XX @@ static bool do_vshll_2sh(DisasContext *s, arg_2reg_shift *a, | ||
183 | widen_mask = dup_const(a->size + 1, widen_mask); | ||
184 | } | ||
185 | |||
186 | - rm0 = neon_load_reg(a->vm, 0); | ||
187 | - rm1 = neon_load_reg(a->vm, 1); | ||
188 | + rm0 = tcg_temp_new_i32(); | ||
189 | + rm1 = tcg_temp_new_i32(); | ||
190 | + read_neon_element32(rm0, a->vm, 0, MO_32); | ||
191 | + read_neon_element32(rm1, a->vm, 1, MO_32); | ||
192 | tmp = tcg_temp_new_i64(); | ||
193 | |||
194 | widenfn(tmp, rm0); | ||
195 | @@ -XXX,XX +XXX,XX @@ static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, | ||
196 | if (src1_wide) { | ||
197 | neon_load_reg64(rn0_64, a->vn); | ||
198 | } else { | ||
199 | - TCGv_i32 tmp = neon_load_reg(a->vn, 0); | ||
200 | + TCGv_i32 tmp = tcg_temp_new_i32(); | ||
201 | + read_neon_element32(tmp, a->vn, 0, MO_32); | ||
202 | widenfn(rn0_64, tmp); | ||
203 | tcg_temp_free_i32(tmp); | ||
204 | } | ||
205 | - rm = neon_load_reg(a->vm, 0); | ||
206 | + rm = tcg_temp_new_i32(); | ||
207 | + read_neon_element32(rm, a->vm, 0, MO_32); | ||
208 | |||
209 | widenfn(rm_64, rm); | ||
210 | tcg_temp_free_i32(rm); | ||
211 | @@ -XXX,XX +XXX,XX @@ static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, | ||
212 | if (src1_wide) { | ||
213 | neon_load_reg64(rn1_64, a->vn + 1); | ||
214 | } else { | ||
215 | - TCGv_i32 tmp = neon_load_reg(a->vn, 1); | ||
216 | + TCGv_i32 tmp = tcg_temp_new_i32(); | ||
217 | + read_neon_element32(tmp, a->vn, 1, MO_32); | ||
218 | widenfn(rn1_64, tmp); | ||
219 | tcg_temp_free_i32(tmp); | ||
220 | } | ||
221 | - rm = neon_load_reg(a->vm, 1); | ||
222 | + rm = tcg_temp_new_i32(); | ||
223 | + read_neon_element32(rm, a->vm, 1, MO_32); | ||
224 | |||
225 | neon_store_reg64(rn0_64, a->vd); | ||
226 | |||
227 | @@ -XXX,XX +XXX,XX @@ static bool do_narrow_3d(DisasContext *s, arg_3diff *a, | ||
228 | |||
229 | narrowfn(rd1, rn_64); | ||
230 | |||
231 | - neon_store_reg(a->vd, 0, rd0); | ||
232 | - neon_store_reg(a->vd, 1, rd1); | ||
233 | + write_neon_element32(rd0, a->vd, 0, MO_32); | ||
234 | + write_neon_element32(rd1, a->vd, 1, MO_32); | ||
235 | |||
236 | + tcg_temp_free_i32(rd0); | ||
237 | + tcg_temp_free_i32(rd1); | ||
238 | tcg_temp_free_i64(rn_64); | ||
239 | tcg_temp_free_i64(rm_64); | ||
240 | |||
241 | @@ -XXX,XX +XXX,XX @@ static bool do_long_3d(DisasContext *s, arg_3diff *a, | ||
242 | rd0 = tcg_temp_new_i64(); | ||
243 | rd1 = tcg_temp_new_i64(); | ||
244 | |||
245 | - rn = neon_load_reg(a->vn, 0); | ||
246 | - rm = neon_load_reg(a->vm, 0); | ||
247 | + rn = tcg_temp_new_i32(); | ||
248 | + rm = tcg_temp_new_i32(); | ||
249 | + read_neon_element32(rn, a->vn, 0, MO_32); | ||
250 | + read_neon_element32(rm, a->vm, 0, MO_32); | ||
251 | opfn(rd0, rn, rm); | ||
252 | - tcg_temp_free_i32(rn); | ||
253 | - tcg_temp_free_i32(rm); | ||
254 | |||
255 | - rn = neon_load_reg(a->vn, 1); | ||
256 | - rm = neon_load_reg(a->vm, 1); | ||
257 | + read_neon_element32(rn, a->vn, 1, MO_32); | ||
258 | + read_neon_element32(rm, a->vm, 1, MO_32); | ||
259 | opfn(rd1, rn, rm); | ||
260 | tcg_temp_free_i32(rn); | ||
261 | tcg_temp_free_i32(rm); | ||
262 | @@ -XXX,XX +XXX,XX @@ static void gen_neon_dup_high16(TCGv_i32 var) | ||
263 | |||
264 | static inline TCGv_i32 neon_get_scalar(int size, int reg) | ||
265 | { | ||
266 | - TCGv_i32 tmp; | ||
267 | - if (size == 1) { | ||
268 | - tmp = neon_load_reg(reg & 7, reg >> 4); | ||
269 | + TCGv_i32 tmp = tcg_temp_new_i32(); | ||
270 | + if (size == MO_16) { | ||
271 | + read_neon_element32(tmp, reg & 7, reg >> 4, MO_32); | ||
272 | if (reg & 8) { | ||
273 | gen_neon_dup_high16(tmp); | ||
274 | } else { | ||
275 | gen_neon_dup_low16(tmp); | ||
276 | } | ||
277 | } else { | ||
278 | - tmp = neon_load_reg(reg & 15, reg >> 4); | ||
279 | + read_neon_element32(tmp, reg & 15, reg >> 4, MO_32); | ||
280 | } | ||
281 | return tmp; | ||
282 | } | ||
283 | @@ -XXX,XX +XXX,XX @@ static bool do_2scalar(DisasContext *s, arg_2scalar *a, | ||
284 | * perform an accumulation operation of that result into the | ||
285 | * destination. | ||
286 | */ | ||
287 | - TCGv_i32 scalar; | ||
288 | + TCGv_i32 scalar, tmp; | ||
289 | int pass; | ||
290 | |||
291 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
292 | @@ -XXX,XX +XXX,XX @@ static bool do_2scalar(DisasContext *s, arg_2scalar *a, | ||
293 | } | ||
294 | |||
295 | scalar = neon_get_scalar(a->size, a->vm); | ||
296 | + tmp = tcg_temp_new_i32(); | ||
297 | |||
298 | for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
299 | - TCGv_i32 tmp = neon_load_reg(a->vn, pass); | ||
300 | + read_neon_element32(tmp, a->vn, pass, MO_32); | ||
301 | opfn(tmp, tmp, scalar); | ||
302 | if (accfn) { | ||
303 | - TCGv_i32 rd = neon_load_reg(a->vd, pass); | ||
304 | + TCGv_i32 rd = tcg_temp_new_i32(); | ||
305 | + read_neon_element32(rd, a->vd, pass, MO_32); | ||
306 | accfn(tmp, rd, tmp); | ||
307 | tcg_temp_free_i32(rd); | ||
308 | } | ||
309 | - neon_store_reg(a->vd, pass, tmp); | ||
310 | + write_neon_element32(tmp, a->vd, pass, MO_32); | ||
311 | } | ||
312 | + tcg_temp_free_i32(tmp); | ||
313 | tcg_temp_free_i32(scalar); | ||
314 | return true; | ||
315 | } | ||
316 | @@ -XXX,XX +XXX,XX @@ static bool do_vqrdmlah_2sc(DisasContext *s, arg_2scalar *a, | ||
317 | * performs a kind of fused op-then-accumulate using a helper | ||
318 | * function that takes all of rd, rn and the scalar at once. | ||
319 | */ | ||
320 | - TCGv_i32 scalar; | ||
321 | + TCGv_i32 scalar, rn, rd; | ||
322 | int pass; | ||
323 | |||
324 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
325 | @@ -XXX,XX +XXX,XX @@ static bool do_vqrdmlah_2sc(DisasContext *s, arg_2scalar *a, | ||
326 | } | ||
327 | |||
328 | scalar = neon_get_scalar(a->size, a->vm); | ||
329 | + rn = tcg_temp_new_i32(); | ||
330 | + rd = tcg_temp_new_i32(); | ||
331 | |||
332 | for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
333 | - TCGv_i32 rn = neon_load_reg(a->vn, pass); | ||
334 | - TCGv_i32 rd = neon_load_reg(a->vd, pass); | ||
335 | + read_neon_element32(rn, a->vn, pass, MO_32); | ||
336 | + read_neon_element32(rd, a->vd, pass, MO_32); | ||
337 | opfn(rd, cpu_env, rn, scalar, rd); | ||
338 | - tcg_temp_free_i32(rn); | ||
339 | - neon_store_reg(a->vd, pass, rd); | ||
340 | + write_neon_element32(rd, a->vd, pass, MO_32); | ||
341 | } | ||
342 | + tcg_temp_free_i32(rn); | ||
343 | + tcg_temp_free_i32(rd); | ||
344 | tcg_temp_free_i32(scalar); | ||
345 | |||
346 | return true; | ||
347 | @@ -XXX,XX +XXX,XX @@ static bool do_2scalar_long(DisasContext *s, arg_2scalar *a, | ||
348 | scalar = neon_get_scalar(a->size, a->vm); | ||
349 | |||
350 | /* Load all inputs before writing any outputs, in case of overlap */ | ||
351 | - rn = neon_load_reg(a->vn, 0); | ||
352 | + rn = tcg_temp_new_i32(); | ||
353 | + read_neon_element32(rn, a->vn, 0, MO_32); | ||
354 | rn0_64 = tcg_temp_new_i64(); | ||
355 | opfn(rn0_64, rn, scalar); | ||
356 | - tcg_temp_free_i32(rn); | ||
357 | |||
358 | - rn = neon_load_reg(a->vn, 1); | ||
359 | + read_neon_element32(rn, a->vn, 1, MO_32); | ||
360 | rn1_64 = tcg_temp_new_i64(); | ||
361 | opfn(rn1_64, rn, scalar); | ||
362 | tcg_temp_free_i32(rn); | ||
363 | @@ -XXX,XX +XXX,XX @@ static bool trans_VTBL(DisasContext *s, arg_VTBL *a) | ||
364 | return false; | ||
365 | } | ||
366 | n <<= 3; | ||
367 | + tmp = tcg_temp_new_i32(); | ||
368 | if (a->op) { | ||
369 | - tmp = neon_load_reg(a->vd, 0); | ||
370 | + read_neon_element32(tmp, a->vd, 0, MO_32); | ||
371 | } else { | ||
372 | - tmp = tcg_temp_new_i32(); | ||
373 | tcg_gen_movi_i32(tmp, 0); | ||
374 | } | ||
375 | - tmp2 = neon_load_reg(a->vm, 0); | ||
376 | + tmp2 = tcg_temp_new_i32(); | ||
377 | + read_neon_element32(tmp2, a->vm, 0, MO_32); | ||
378 | ptr1 = vfp_reg_ptr(true, a->vn); | ||
379 | tmp4 = tcg_const_i32(n); | ||
380 | gen_helper_neon_tbl(tmp2, tmp2, tmp, ptr1, tmp4); | ||
381 | - tcg_temp_free_i32(tmp); | ||
382 | + | ||
383 | if (a->op) { | ||
384 | - tmp = neon_load_reg(a->vd, 1); | ||
385 | + read_neon_element32(tmp, a->vd, 1, MO_32); | ||
386 | } else { | ||
387 | - tmp = tcg_temp_new_i32(); | ||
388 | tcg_gen_movi_i32(tmp, 0); | ||
389 | } | ||
390 | - tmp3 = neon_load_reg(a->vm, 1); | ||
391 | + tmp3 = tcg_temp_new_i32(); | ||
392 | + read_neon_element32(tmp3, a->vm, 1, MO_32); | ||
393 | gen_helper_neon_tbl(tmp3, tmp3, tmp, ptr1, tmp4); | ||
394 | + tcg_temp_free_i32(tmp); | ||
395 | tcg_temp_free_i32(tmp4); | ||
396 | tcg_temp_free_ptr(ptr1); | ||
397 | - neon_store_reg(a->vd, 0, tmp2); | ||
398 | - neon_store_reg(a->vd, 1, tmp3); | ||
399 | - tcg_temp_free_i32(tmp); | ||
400 | + | ||
401 | + write_neon_element32(tmp2, a->vd, 0, MO_32); | ||
402 | + write_neon_element32(tmp3, a->vd, 1, MO_32); | ||
403 | + tcg_temp_free_i32(tmp2); | ||
404 | + tcg_temp_free_i32(tmp3); | ||
405 | return true; | ||
406 | } | ||
407 | |||
408 | @@ -XXX,XX +XXX,XX @@ static bool trans_VDUP_scalar(DisasContext *s, arg_VDUP_scalar *a) | ||
409 | static bool trans_VREV64(DisasContext *s, arg_VREV64 *a) | ||
410 | { | ||
411 | int pass, half; | ||
412 | + TCGv_i32 tmp[2]; | ||
413 | |||
414 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
415 | return false; | ||
416 | @@ -XXX,XX +XXX,XX @@ static bool trans_VREV64(DisasContext *s, arg_VREV64 *a) | ||
417 | return true; | ||
418 | } | ||
419 | |||
420 | - for (pass = 0; pass < (a->q ? 2 : 1); pass++) { | ||
421 | - TCGv_i32 tmp[2]; | ||
422 | + tmp[0] = tcg_temp_new_i32(); | ||
423 | + tmp[1] = tcg_temp_new_i32(); | ||
424 | |||
425 | + for (pass = 0; pass < (a->q ? 2 : 1); pass++) { | ||
426 | for (half = 0; half < 2; half++) { | ||
427 | - tmp[half] = neon_load_reg(a->vm, pass * 2 + half); | ||
428 | + read_neon_element32(tmp[half], a->vm, pass * 2 + half, MO_32); | ||
429 | switch (a->size) { | ||
430 | case 0: | ||
431 | tcg_gen_bswap32_i32(tmp[half], tmp[half]); | ||
432 | @@ -XXX,XX +XXX,XX @@ static bool trans_VREV64(DisasContext *s, arg_VREV64 *a) | ||
433 | g_assert_not_reached(); | ||
434 | } | ||
435 | } | ||
436 | - neon_store_reg(a->vd, pass * 2, tmp[1]); | ||
437 | - neon_store_reg(a->vd, pass * 2 + 1, tmp[0]); | ||
438 | + write_neon_element32(tmp[1], a->vd, pass * 2, MO_32); | ||
439 | + write_neon_element32(tmp[0], a->vd, pass * 2 + 1, MO_32); | ||
440 | } | ||
441 | + | ||
442 | + tcg_temp_free_i32(tmp[0]); | ||
443 | + tcg_temp_free_i32(tmp[1]); | ||
444 | return true; | ||
445 | } | ||
446 | |||
447 | @@ -XXX,XX +XXX,XX @@ static bool do_2misc_pairwise(DisasContext *s, arg_2misc *a, | ||
448 | rm0_64 = tcg_temp_new_i64(); | ||
449 | rm1_64 = tcg_temp_new_i64(); | ||
450 | rd_64 = tcg_temp_new_i64(); | ||
451 | - tmp = neon_load_reg(a->vm, pass * 2); | ||
452 | + | ||
453 | + tmp = tcg_temp_new_i32(); | ||
454 | + read_neon_element32(tmp, a->vm, pass * 2, MO_32); | ||
455 | widenfn(rm0_64, tmp); | ||
456 | - tcg_temp_free_i32(tmp); | ||
457 | - tmp = neon_load_reg(a->vm, pass * 2 + 1); | ||
458 | + read_neon_element32(tmp, a->vm, pass * 2 + 1, MO_32); | ||
459 | widenfn(rm1_64, tmp); | ||
460 | tcg_temp_free_i32(tmp); | ||
461 | + | ||
462 | opfn(rd_64, rm0_64, rm1_64); | ||
463 | tcg_temp_free_i64(rm0_64); | ||
464 | tcg_temp_free_i64(rm1_64); | ||
465 | @@ -XXX,XX +XXX,XX @@ static bool do_vmovn(DisasContext *s, arg_2misc *a, | ||
466 | narrowfn(rd0, cpu_env, rm); | ||
467 | neon_load_reg64(rm, a->vm + 1); | ||
468 | narrowfn(rd1, cpu_env, rm); | ||
469 | - neon_store_reg(a->vd, 0, rd0); | ||
470 | - neon_store_reg(a->vd, 1, rd1); | ||
471 | + write_neon_element32(rd0, a->vd, 0, MO_32); | ||
472 | + write_neon_element32(rd1, a->vd, 1, MO_32); | ||
473 | + tcg_temp_free_i32(rd0); | ||
474 | + tcg_temp_free_i32(rd1); | ||
475 | tcg_temp_free_i64(rm); | ||
476 | return true; | ||
477 | } | ||
478 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSHLL(DisasContext *s, arg_2misc *a) | ||
479 | } | ||
480 | |||
481 | rd = tcg_temp_new_i64(); | ||
482 | + rm0 = tcg_temp_new_i32(); | ||
483 | + rm1 = tcg_temp_new_i32(); | ||
484 | |||
485 | - rm0 = neon_load_reg(a->vm, 0); | ||
486 | - rm1 = neon_load_reg(a->vm, 1); | ||
487 | + read_neon_element32(rm0, a->vm, 0, MO_32); | ||
488 | + read_neon_element32(rm1, a->vm, 1, MO_32); | ||
489 | |||
490 | widenfn(rd, rm0); | ||
491 | tcg_gen_shli_i64(rd, rd, 8 << a->size); | ||
492 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_F16_F32(DisasContext *s, arg_2misc *a) | ||
493 | |||
494 | fpst = fpstatus_ptr(FPST_STD); | ||
495 | ahp = get_ahp_flag(); | ||
496 | - tmp = neon_load_reg(a->vm, 0); | ||
497 | + tmp = tcg_temp_new_i32(); | ||
498 | + read_neon_element32(tmp, a->vm, 0, MO_32); | ||
499 | gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp); | ||
500 | - tmp2 = neon_load_reg(a->vm, 1); | ||
501 | + tmp2 = tcg_temp_new_i32(); | ||
502 | + read_neon_element32(tmp2, a->vm, 1, MO_32); | ||
503 | gen_helper_vfp_fcvt_f32_to_f16(tmp2, tmp2, fpst, ahp); | ||
504 | tcg_gen_shli_i32(tmp2, tmp2, 16); | ||
505 | tcg_gen_or_i32(tmp2, tmp2, tmp); | ||
506 | - tcg_temp_free_i32(tmp); | ||
507 | - tmp = neon_load_reg(a->vm, 2); | ||
508 | + read_neon_element32(tmp, a->vm, 2, MO_32); | ||
509 | gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp); | ||
510 | - tmp3 = neon_load_reg(a->vm, 3); | ||
511 | - neon_store_reg(a->vd, 0, tmp2); | ||
512 | + tmp3 = tcg_temp_new_i32(); | ||
513 | + read_neon_element32(tmp3, a->vm, 3, MO_32); | ||
514 | + write_neon_element32(tmp2, a->vd, 0, MO_32); | ||
515 | + tcg_temp_free_i32(tmp2); | ||
516 | gen_helper_vfp_fcvt_f32_to_f16(tmp3, tmp3, fpst, ahp); | ||
517 | tcg_gen_shli_i32(tmp3, tmp3, 16); | ||
518 | tcg_gen_or_i32(tmp3, tmp3, tmp); | ||
519 | - neon_store_reg(a->vd, 1, tmp3); | ||
520 | + write_neon_element32(tmp3, a->vd, 1, MO_32); | ||
521 | + tcg_temp_free_i32(tmp3); | ||
522 | tcg_temp_free_i32(tmp); | ||
523 | tcg_temp_free_i32(ahp); | ||
524 | tcg_temp_free_ptr(fpst); | ||
525 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_F32_F16(DisasContext *s, arg_2misc *a) | ||
526 | fpst = fpstatus_ptr(FPST_STD); | ||
527 | ahp = get_ahp_flag(); | ||
528 | tmp3 = tcg_temp_new_i32(); | ||
529 | - tmp = neon_load_reg(a->vm, 0); | ||
530 | - tmp2 = neon_load_reg(a->vm, 1); | ||
531 | + tmp2 = tcg_temp_new_i32(); | ||
532 | + tmp = tcg_temp_new_i32(); | ||
533 | + read_neon_element32(tmp, a->vm, 0, MO_32); | ||
534 | + read_neon_element32(tmp2, a->vm, 1, MO_32); | ||
535 | tcg_gen_ext16u_i32(tmp3, tmp); | ||
536 | gen_helper_vfp_fcvt_f16_to_f32(tmp3, tmp3, fpst, ahp); | ||
537 | - neon_store_reg(a->vd, 0, tmp3); | ||
538 | + write_neon_element32(tmp3, a->vd, 0, MO_32); | ||
539 | tcg_gen_shri_i32(tmp, tmp, 16); | ||
540 | gen_helper_vfp_fcvt_f16_to_f32(tmp, tmp, fpst, ahp); | ||
541 | - neon_store_reg(a->vd, 1, tmp); | ||
542 | - tmp3 = tcg_temp_new_i32(); | ||
543 | + write_neon_element32(tmp, a->vd, 1, MO_32); | ||
544 | + tcg_temp_free_i32(tmp); | ||
545 | tcg_gen_ext16u_i32(tmp3, tmp2); | ||
546 | gen_helper_vfp_fcvt_f16_to_f32(tmp3, tmp3, fpst, ahp); | ||
547 | - neon_store_reg(a->vd, 2, tmp3); | ||
548 | + write_neon_element32(tmp3, a->vd, 2, MO_32); | ||
549 | + tcg_temp_free_i32(tmp3); | ||
550 | tcg_gen_shri_i32(tmp2, tmp2, 16); | ||
551 | gen_helper_vfp_fcvt_f16_to_f32(tmp2, tmp2, fpst, ahp); | ||
552 | - neon_store_reg(a->vd, 3, tmp2); | ||
553 | + write_neon_element32(tmp2, a->vd, 3, MO_32); | ||
554 | + tcg_temp_free_i32(tmp2); | ||
555 | tcg_temp_free_i32(ahp); | ||
556 | tcg_temp_free_ptr(fpst); | ||
557 | |||
558 | @@ -XXX,XX +XXX,XX @@ DO_2M_CRYPTO(SHA256SU0, aa32_sha2, 2) | ||
559 | |||
560 | static bool do_2misc(DisasContext *s, arg_2misc *a, NeonGenOneOpFn *fn) | ||
561 | { | ||
562 | + TCGv_i32 tmp; | ||
563 | int pass; | ||
564 | |||
565 | /* Handle a 2-reg-misc operation by iterating 32 bits at a time */ | ||
566 | @@ -XXX,XX +XXX,XX @@ static bool do_2misc(DisasContext *s, arg_2misc *a, NeonGenOneOpFn *fn) | ||
567 | return true; | ||
568 | } | ||
569 | |||
570 | + tmp = tcg_temp_new_i32(); | ||
571 | for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
572 | - TCGv_i32 tmp = neon_load_reg(a->vm, pass); | ||
573 | + read_neon_element32(tmp, a->vm, pass, MO_32); | ||
574 | fn(tmp, tmp); | ||
575 | - neon_store_reg(a->vd, pass, tmp); | ||
576 | + write_neon_element32(tmp, a->vd, pass, MO_32); | ||
577 | } | ||
578 | + tcg_temp_free_i32(tmp); | ||
579 | |||
580 | return true; | ||
581 | } | ||
582 | @@ -XXX,XX +XXX,XX @@ static bool trans_VTRN(DisasContext *s, arg_2misc *a) | ||
583 | return true; | ||
584 | } | ||
585 | |||
586 | - if (a->size == 2) { | ||
587 | + tmp = tcg_temp_new_i32(); | ||
588 | + tmp2 = tcg_temp_new_i32(); | ||
589 | + if (a->size == MO_32) { | ||
590 | for (pass = 0; pass < (a->q ? 4 : 2); pass += 2) { | ||
591 | - tmp = neon_load_reg(a->vm, pass); | ||
592 | - tmp2 = neon_load_reg(a->vd, pass + 1); | ||
593 | - neon_store_reg(a->vm, pass, tmp2); | ||
594 | - neon_store_reg(a->vd, pass + 1, tmp); | ||
595 | + read_neon_element32(tmp, a->vm, pass, MO_32); | ||
596 | + read_neon_element32(tmp2, a->vd, pass + 1, MO_32); | ||
597 | + write_neon_element32(tmp2, a->vm, pass, MO_32); | ||
598 | + write_neon_element32(tmp, a->vd, pass + 1, MO_32); | ||
599 | } | ||
600 | } else { | ||
601 | for (pass = 0; pass < (a->q ? 4 : 2); pass++) { | ||
602 | - tmp = neon_load_reg(a->vm, pass); | ||
603 | - tmp2 = neon_load_reg(a->vd, pass); | ||
604 | - if (a->size == 0) { | ||
605 | + read_neon_element32(tmp, a->vm, pass, MO_32); | ||
606 | + read_neon_element32(tmp2, a->vd, pass, MO_32); | ||
607 | + if (a->size == MO_8) { | ||
608 | gen_neon_trn_u8(tmp, tmp2); | ||
609 | } else { | ||
610 | gen_neon_trn_u16(tmp, tmp2); | ||
611 | } | ||
612 | - neon_store_reg(a->vm, pass, tmp2); | ||
613 | - neon_store_reg(a->vd, pass, tmp); | ||
614 | + write_neon_element32(tmp2, a->vm, pass, MO_32); | ||
615 | + write_neon_element32(tmp, a->vd, pass, MO_32); | ||
616 | } | ||
617 | } | ||
618 | + tcg_temp_free_i32(tmp); | ||
619 | + tcg_temp_free_i32(tmp2); | ||
620 | return true; | ||
621 | } | ||
256 | -- | 622 | -- |
257 | 2.20.1 | 623 | 2.20.1 |
258 | 624 | ||
259 | 625 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Continue setting, but not relying upon, env->hflags. | 3 | We can then use this to improve VMOV (scalar to gp) and |
4 | 4 | VMOV (gp to scalar) so that we simply perform the memory | |
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 5 | operation that we wanted, rather than inserting or |
6 | extracting from a 32-bit quantity. | ||
7 | |||
8 | These were the last uses of neon_load/store_reg, so remove them. | ||
9 | |||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20191023150057.25731-21-richard.henderson@linaro.org | 11 | Message-id: 20201030022618.785675-7-richard.henderson@linaro.org |
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 14 | --- |
10 | target/arm/m_helper.c | 6 ++++++ | 15 | target/arm/translate.c | 50 +++++++++++++----------- |
11 | target/arm/translate.c | 5 ++++- | 16 | target/arm/translate-vfp.c.inc | 71 +++++----------------------------- |
12 | 2 files changed, 10 insertions(+), 1 deletion(-) | 17 | 2 files changed, 37 insertions(+), 84 deletions(-) |
13 | 18 | ||
14 | diff --git a/target/arm/m_helper.c b/target/arm/m_helper.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/m_helper.c | ||
17 | +++ b/target/arm/m_helper.c | ||
18 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_bxns)(CPUARMState *env, uint32_t dest) | ||
19 | switch_v7m_security_state(env, dest & 1); | ||
20 | env->thumb = 1; | ||
21 | env->regs[15] = dest & ~1; | ||
22 | + arm_rebuild_hflags(env); | ||
23 | } | ||
24 | |||
25 | void HELPER(v7m_blxns)(CPUARMState *env, uint32_t dest) | ||
26 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_blxns)(CPUARMState *env, uint32_t dest) | ||
27 | switch_v7m_security_state(env, 0); | ||
28 | env->thumb = 1; | ||
29 | env->regs[15] = dest; | ||
30 | + arm_rebuild_hflags(env); | ||
31 | } | ||
32 | |||
33 | static uint32_t *get_v7m_sp_ptr(CPUARMState *env, bool secure, bool threadmode, | ||
34 | @@ -XXX,XX +XXX,XX @@ static void v7m_exception_taken(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
35 | env->regs[14] = lr; | ||
36 | env->regs[15] = addr & 0xfffffffe; | ||
37 | env->thumb = addr & 1; | ||
38 | + arm_rebuild_hflags(env); | ||
39 | } | ||
40 | |||
41 | static void v7m_update_fpccr(CPUARMState *env, uint32_t frameptr, | ||
42 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
43 | |||
44 | /* Otherwise, we have a successful exception exit. */ | ||
45 | arm_clear_exclusive(env); | ||
46 | + arm_rebuild_hflags(env); | ||
47 | qemu_log_mask(CPU_LOG_INT, "...successful exception return\n"); | ||
48 | } | ||
49 | |||
50 | @@ -XXX,XX +XXX,XX @@ static bool do_v7m_function_return(ARMCPU *cpu) | ||
51 | xpsr_write(env, 0, XPSR_IT); | ||
52 | env->thumb = newpc & 1; | ||
53 | env->regs[15] = newpc & ~1; | ||
54 | + arm_rebuild_hflags(env); | ||
55 | |||
56 | qemu_log_mask(CPU_LOG_INT, "...function return successful\n"); | ||
57 | return true; | ||
58 | @@ -XXX,XX +XXX,XX @@ static bool v7m_handle_execute_nsc(ARMCPU *cpu) | ||
59 | switch_v7m_security_state(env, true); | ||
60 | xpsr_write(env, 0, XPSR_IT); | ||
61 | env->regs[15] += 4; | ||
62 | + arm_rebuild_hflags(env); | ||
63 | return true; | ||
64 | |||
65 | gen_invep: | ||
66 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 19 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
67 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
68 | --- a/target/arm/translate.c | 21 | --- a/target/arm/translate.c |
69 | +++ b/target/arm/translate.c | 22 | +++ b/target/arm/translate.c |
70 | @@ -XXX,XX +XXX,XX @@ static bool trans_MRS_v7m(DisasContext *s, arg_MRS_v7m *a) | 23 | @@ -XXX,XX +XXX,XX @@ static long neon_full_reg_offset(unsigned reg) |
71 | 24 | * Return the offset of a 2**SIZE piece of a NEON register, at index ELE, | |
72 | static bool trans_MSR_v7m(DisasContext *s, arg_MSR_v7m *a) | 25 | * where 0 is the least significant end of the register. |
73 | { | 26 | */ |
74 | - TCGv_i32 addr, reg; | 27 | -static long neon_element_offset(int reg, int element, MemOp size) |
75 | + TCGv_i32 addr, reg, el; | 28 | +static long neon_element_offset(int reg, int element, MemOp memop) |
76 | 29 | { | |
77 | if (!arm_dc_feature(s, ARM_FEATURE_M)) { | 30 | - int element_size = 1 << size; |
78 | return false; | 31 | + int element_size = 1 << (memop & MO_SIZE); |
79 | @@ -XXX,XX +XXX,XX @@ static bool trans_MSR_v7m(DisasContext *s, arg_MSR_v7m *a) | 32 | int ofs = element * element_size; |
80 | gen_helper_v7m_msr(cpu_env, addr, reg); | 33 | #ifdef HOST_WORDS_BIGENDIAN |
81 | tcg_temp_free_i32(addr); | 34 | /* |
82 | tcg_temp_free_i32(reg); | 35 | @@ -XXX,XX +XXX,XX @@ static long vfp_reg_offset(bool dp, unsigned reg) |
83 | + el = tcg_const_i32(s->current_el); | 36 | } |
84 | + gen_helper_rebuild_hflags_m32(cpu_env, el); | 37 | } |
85 | + tcg_temp_free_i32(el); | 38 | |
86 | gen_lookup_tb(s); | 39 | -static TCGv_i32 neon_load_reg(int reg, int pass) |
40 | -{ | ||
41 | - TCGv_i32 tmp = tcg_temp_new_i32(); | ||
42 | - tcg_gen_ld_i32(tmp, cpu_env, neon_element_offset(reg, pass, MO_32)); | ||
43 | - return tmp; | ||
44 | -} | ||
45 | - | ||
46 | -static void neon_store_reg(int reg, int pass, TCGv_i32 var) | ||
47 | -{ | ||
48 | - tcg_gen_st_i32(var, cpu_env, neon_element_offset(reg, pass, MO_32)); | ||
49 | - tcg_temp_free_i32(var); | ||
50 | -} | ||
51 | - | ||
52 | static inline void neon_load_reg64(TCGv_i64 var, int reg) | ||
53 | { | ||
54 | tcg_gen_ld_i64(var, cpu_env, vfp_reg_offset(1, reg)); | ||
55 | @@ -XXX,XX +XXX,XX @@ static inline void neon_store_reg32(TCGv_i32 var, int reg) | ||
56 | tcg_gen_st_i32(var, cpu_env, vfp_reg_offset(false, reg)); | ||
57 | } | ||
58 | |||
59 | -static void read_neon_element32(TCGv_i32 dest, int reg, int ele, MemOp size) | ||
60 | +static void read_neon_element32(TCGv_i32 dest, int reg, int ele, MemOp memop) | ||
61 | { | ||
62 | - long off = neon_element_offset(reg, ele, size); | ||
63 | + long off = neon_element_offset(reg, ele, memop); | ||
64 | |||
65 | - switch (size) { | ||
66 | - case MO_32: | ||
67 | + switch (memop) { | ||
68 | + case MO_SB: | ||
69 | + tcg_gen_ld8s_i32(dest, cpu_env, off); | ||
70 | + break; | ||
71 | + case MO_UB: | ||
72 | + tcg_gen_ld8u_i32(dest, cpu_env, off); | ||
73 | + break; | ||
74 | + case MO_SW: | ||
75 | + tcg_gen_ld16s_i32(dest, cpu_env, off); | ||
76 | + break; | ||
77 | + case MO_UW: | ||
78 | + tcg_gen_ld16u_i32(dest, cpu_env, off); | ||
79 | + break; | ||
80 | + case MO_UL: | ||
81 | + case MO_SL: | ||
82 | tcg_gen_ld_i32(dest, cpu_env, off); | ||
83 | break; | ||
84 | default: | ||
85 | @@ -XXX,XX +XXX,XX @@ static void read_neon_element32(TCGv_i32 dest, int reg, int ele, MemOp size) | ||
86 | } | ||
87 | } | ||
88 | |||
89 | -static void write_neon_element32(TCGv_i32 src, int reg, int ele, MemOp size) | ||
90 | +static void write_neon_element32(TCGv_i32 src, int reg, int ele, MemOp memop) | ||
91 | { | ||
92 | - long off = neon_element_offset(reg, ele, size); | ||
93 | + long off = neon_element_offset(reg, ele, memop); | ||
94 | |||
95 | - switch (size) { | ||
96 | + switch (memop) { | ||
97 | + case MO_8: | ||
98 | + tcg_gen_st8_i32(src, cpu_env, off); | ||
99 | + break; | ||
100 | + case MO_16: | ||
101 | + tcg_gen_st16_i32(src, cpu_env, off); | ||
102 | + break; | ||
103 | case MO_32: | ||
104 | tcg_gen_st_i32(src, cpu_env, off); | ||
105 | break; | ||
106 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
107 | index XXXXXXX..XXXXXXX 100644 | ||
108 | --- a/target/arm/translate-vfp.c.inc | ||
109 | +++ b/target/arm/translate-vfp.c.inc | ||
110 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_to_gp(DisasContext *s, arg_VMOV_to_gp *a) | ||
111 | { | ||
112 | /* VMOV scalar to general purpose register */ | ||
113 | TCGv_i32 tmp; | ||
114 | - int pass; | ||
115 | - uint32_t offset; | ||
116 | |||
117 | - /* SIZE == 2 is a VFP instruction; otherwise NEON. */ | ||
118 | - if (a->size == 2 | ||
119 | + /* SIZE == MO_32 is a VFP instruction; otherwise NEON. */ | ||
120 | + if (a->size == MO_32 | ||
121 | ? !dc_isar_feature(aa32_fpsp_v2, s) | ||
122 | : !arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
123 | return false; | ||
124 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_to_gp(DisasContext *s, arg_VMOV_to_gp *a) | ||
125 | return false; | ||
126 | } | ||
127 | |||
128 | - offset = a->index << a->size; | ||
129 | - pass = extract32(offset, 2, 1); | ||
130 | - offset = extract32(offset, 0, 2) * 8; | ||
131 | - | ||
132 | if (!vfp_access_check(s)) { | ||
133 | return true; | ||
134 | } | ||
135 | |||
136 | - tmp = neon_load_reg(a->vn, pass); | ||
137 | - switch (a->size) { | ||
138 | - case 0: | ||
139 | - if (offset) { | ||
140 | - tcg_gen_shri_i32(tmp, tmp, offset); | ||
141 | - } | ||
142 | - if (a->u) { | ||
143 | - gen_uxtb(tmp); | ||
144 | - } else { | ||
145 | - gen_sxtb(tmp); | ||
146 | - } | ||
147 | - break; | ||
148 | - case 1: | ||
149 | - if (a->u) { | ||
150 | - if (offset) { | ||
151 | - tcg_gen_shri_i32(tmp, tmp, 16); | ||
152 | - } else { | ||
153 | - gen_uxth(tmp); | ||
154 | - } | ||
155 | - } else { | ||
156 | - if (offset) { | ||
157 | - tcg_gen_sari_i32(tmp, tmp, 16); | ||
158 | - } else { | ||
159 | - gen_sxth(tmp); | ||
160 | - } | ||
161 | - } | ||
162 | - break; | ||
163 | - case 2: | ||
164 | - break; | ||
165 | - } | ||
166 | + tmp = tcg_temp_new_i32(); | ||
167 | + read_neon_element32(tmp, a->vn, a->index, a->size | (a->u ? 0 : MO_SIGN)); | ||
168 | store_reg(s, a->rt, tmp); | ||
169 | |||
170 | return true; | ||
171 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_to_gp(DisasContext *s, arg_VMOV_to_gp *a) | ||
172 | static bool trans_VMOV_from_gp(DisasContext *s, arg_VMOV_from_gp *a) | ||
173 | { | ||
174 | /* VMOV general purpose register to scalar */ | ||
175 | - TCGv_i32 tmp, tmp2; | ||
176 | - int pass; | ||
177 | - uint32_t offset; | ||
178 | + TCGv_i32 tmp; | ||
179 | |||
180 | - /* SIZE == 2 is a VFP instruction; otherwise NEON. */ | ||
181 | - if (a->size == 2 | ||
182 | + /* SIZE == MO_32 is a VFP instruction; otherwise NEON. */ | ||
183 | + if (a->size == MO_32 | ||
184 | ? !dc_isar_feature(aa32_fpsp_v2, s) | ||
185 | : !arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
186 | return false; | ||
187 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_from_gp(DisasContext *s, arg_VMOV_from_gp *a) | ||
188 | return false; | ||
189 | } | ||
190 | |||
191 | - offset = a->index << a->size; | ||
192 | - pass = extract32(offset, 2, 1); | ||
193 | - offset = extract32(offset, 0, 2) * 8; | ||
194 | - | ||
195 | if (!vfp_access_check(s)) { | ||
196 | return true; | ||
197 | } | ||
198 | |||
199 | tmp = load_reg(s, a->rt); | ||
200 | - switch (a->size) { | ||
201 | - case 0: | ||
202 | - tmp2 = neon_load_reg(a->vn, pass); | ||
203 | - tcg_gen_deposit_i32(tmp, tmp2, tmp, offset, 8); | ||
204 | - tcg_temp_free_i32(tmp2); | ||
205 | - break; | ||
206 | - case 1: | ||
207 | - tmp2 = neon_load_reg(a->vn, pass); | ||
208 | - tcg_gen_deposit_i32(tmp, tmp2, tmp, offset, 16); | ||
209 | - tcg_temp_free_i32(tmp2); | ||
210 | - break; | ||
211 | - case 2: | ||
212 | - break; | ||
213 | - } | ||
214 | - neon_store_reg(a->vn, pass, tmp); | ||
215 | + write_neon_element32(tmp, a->vn, a->index, a->size); | ||
216 | + tcg_temp_free_i32(tmp); | ||
217 | |||
87 | return true; | 218 | return true; |
88 | } | 219 | } |
89 | -- | 220 | -- |
90 | 2.20.1 | 221 | 2.20.1 |
91 | 222 | ||
92 | 223 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Create a function to compute the values of the TBFLAG_ANY bits | 3 | The only uses of this function are for loading VFP |
4 | that will be cached, and are used by A-profile. | 4 | single-precision values, and nothing to do with NEON. |
5 | 5 | ||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20191023150057.25731-9-richard.henderson@linaro.org | 7 | Message-id: 20201030022618.785675-8-richard.henderson@linaro.org |
8 | Reviewed-by: Peter Maydell <peter.maydell@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/helper.c | 20 ++++++++++++-------- | 11 | target/arm/translate.c | 4 +- |
12 | 1 file changed, 12 insertions(+), 8 deletions(-) | 12 | target/arm/translate-vfp.c.inc | 184 ++++++++++++++++----------------- |
13 | 2 files changed, 94 insertions(+), 94 deletions(-) | ||
13 | 14 | ||
14 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 15 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
15 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/helper.c | 17 | --- a/target/arm/translate.c |
17 | +++ b/target/arm/helper.c | 18 | +++ b/target/arm/translate.c |
18 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_m32(CPUARMState *env, int fp_el, | 19 | @@ -XXX,XX +XXX,XX @@ static inline void neon_store_reg64(TCGv_i64 var, int reg) |
19 | return rebuild_hflags_common_32(env, fp_el, mmu_idx, flags); | 20 | tcg_gen_st_i64(var, cpu_env, vfp_reg_offset(1, reg)); |
20 | } | 21 | } |
21 | 22 | ||
22 | +static uint32_t rebuild_hflags_aprofile(CPUARMState *env) | 23 | -static inline void neon_load_reg32(TCGv_i32 var, int reg) |
23 | +{ | 24 | +static inline void vfp_load_reg32(TCGv_i32 var, int reg) |
24 | + int flags = 0; | ||
25 | + | ||
26 | + flags = FIELD_DP32(flags, TBFLAG_ANY, DEBUG_TARGET_EL, | ||
27 | + arm_debug_target_el(env)); | ||
28 | + return flags; | ||
29 | +} | ||
30 | + | ||
31 | static uint32_t rebuild_hflags_a32(CPUARMState *env, int fp_el, | ||
32 | ARMMMUIdx mmu_idx) | ||
33 | { | 25 | { |
34 | - return rebuild_hflags_common_32(env, fp_el, mmu_idx, 0); | 26 | tcg_gen_ld_i32(var, cpu_env, vfp_reg_offset(false, reg)); |
35 | + uint32_t flags = rebuild_hflags_aprofile(env); | ||
36 | + return rebuild_hflags_common_32(env, fp_el, mmu_idx, flags); | ||
37 | } | 27 | } |
38 | 28 | ||
39 | static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | 29 | -static inline void neon_store_reg32(TCGv_i32 var, int reg) |
40 | ARMMMUIdx mmu_idx) | 30 | +static inline void vfp_store_reg32(TCGv_i32 var, int reg) |
41 | { | 31 | { |
42 | + uint32_t flags = rebuild_hflags_aprofile(env); | 32 | tcg_gen_st_i32(var, cpu_env, vfp_reg_offset(false, reg)); |
43 | ARMMMUIdx stage1 = stage_1_mmu_idx(mmu_idx); | 33 | } |
44 | ARMVAParameters p0 = aa64_va_parameters_both(env, 0, stage1); | 34 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc |
45 | - uint32_t flags = 0; | 35 | index XXXXXXX..XXXXXXX 100644 |
46 | uint64_t sctlr; | 36 | --- a/target/arm/translate-vfp.c.inc |
47 | int tbii, tbid; | 37 | +++ b/target/arm/translate-vfp.c.inc |
48 | 38 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSEL(DisasContext *s, arg_VSEL *a) | |
49 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | 39 | frn = tcg_temp_new_i32(); |
50 | } | 40 | frm = tcg_temp_new_i32(); |
51 | } | 41 | dest = tcg_temp_new_i32(); |
52 | 42 | - neon_load_reg32(frn, rn); | |
53 | - if (!arm_feature(env, ARM_FEATURE_M)) { | 43 | - neon_load_reg32(frm, rm); |
54 | - int target_el = arm_debug_target_el(env); | 44 | + vfp_load_reg32(frn, rn); |
55 | - | 45 | + vfp_load_reg32(frm, rm); |
56 | - flags = FIELD_DP32(flags, TBFLAG_ANY, DEBUG_TARGET_EL, target_el); | 46 | switch (a->cc) { |
57 | - } | 47 | case 0: /* eq: Z */ |
58 | - | 48 | tcg_gen_movcond_i32(TCG_COND_EQ, dest, cpu_ZF, zero, |
59 | *pflags = flags; | 49 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSEL(DisasContext *s, arg_VSEL *a) |
60 | *cs_base = 0; | 50 | if (sz == 1) { |
51 | tcg_gen_andi_i32(dest, dest, 0xffff); | ||
52 | } | ||
53 | - neon_store_reg32(dest, rd); | ||
54 | + vfp_store_reg32(dest, rd); | ||
55 | tcg_temp_free_i32(frn); | ||
56 | tcg_temp_free_i32(frm); | ||
57 | tcg_temp_free_i32(dest); | ||
58 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINT(DisasContext *s, arg_VRINT *a) | ||
59 | TCGv_i32 tcg_res; | ||
60 | tcg_op = tcg_temp_new_i32(); | ||
61 | tcg_res = tcg_temp_new_i32(); | ||
62 | - neon_load_reg32(tcg_op, rm); | ||
63 | + vfp_load_reg32(tcg_op, rm); | ||
64 | if (sz == 1) { | ||
65 | gen_helper_rinth(tcg_res, tcg_op, fpst); | ||
66 | } else { | ||
67 | gen_helper_rints(tcg_res, tcg_op, fpst); | ||
68 | } | ||
69 | - neon_store_reg32(tcg_res, rd); | ||
70 | + vfp_store_reg32(tcg_res, rd); | ||
71 | tcg_temp_free_i32(tcg_op); | ||
72 | tcg_temp_free_i32(tcg_res); | ||
73 | } | ||
74 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
75 | gen_helper_vfp_tould(tcg_res, tcg_double, tcg_shift, fpst); | ||
76 | } | ||
77 | tcg_gen_extrl_i64_i32(tcg_tmp, tcg_res); | ||
78 | - neon_store_reg32(tcg_tmp, rd); | ||
79 | + vfp_store_reg32(tcg_tmp, rd); | ||
80 | tcg_temp_free_i32(tcg_tmp); | ||
81 | tcg_temp_free_i64(tcg_res); | ||
82 | tcg_temp_free_i64(tcg_double); | ||
83 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
84 | TCGv_i32 tcg_single, tcg_res; | ||
85 | tcg_single = tcg_temp_new_i32(); | ||
86 | tcg_res = tcg_temp_new_i32(); | ||
87 | - neon_load_reg32(tcg_single, rm); | ||
88 | + vfp_load_reg32(tcg_single, rm); | ||
89 | if (sz == 1) { | ||
90 | if (is_signed) { | ||
91 | gen_helper_vfp_toslh(tcg_res, tcg_single, tcg_shift, fpst); | ||
92 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
93 | gen_helper_vfp_touls(tcg_res, tcg_single, tcg_shift, fpst); | ||
94 | } | ||
95 | } | ||
96 | - neon_store_reg32(tcg_res, rd); | ||
97 | + vfp_store_reg32(tcg_res, rd); | ||
98 | tcg_temp_free_i32(tcg_res); | ||
99 | tcg_temp_free_i32(tcg_single); | ||
100 | } | ||
101 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_half(DisasContext *s, arg_VMOV_single *a) | ||
102 | if (a->l) { | ||
103 | /* VFP to general purpose register */ | ||
104 | tmp = tcg_temp_new_i32(); | ||
105 | - neon_load_reg32(tmp, a->vn); | ||
106 | + vfp_load_reg32(tmp, a->vn); | ||
107 | tcg_gen_andi_i32(tmp, tmp, 0xffff); | ||
108 | store_reg(s, a->rt, tmp); | ||
109 | } else { | ||
110 | /* general purpose register to VFP */ | ||
111 | tmp = load_reg(s, a->rt); | ||
112 | tcg_gen_andi_i32(tmp, tmp, 0xffff); | ||
113 | - neon_store_reg32(tmp, a->vn); | ||
114 | + vfp_store_reg32(tmp, a->vn); | ||
115 | tcg_temp_free_i32(tmp); | ||
116 | } | ||
117 | |||
118 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_single(DisasContext *s, arg_VMOV_single *a) | ||
119 | if (a->l) { | ||
120 | /* VFP to general purpose register */ | ||
121 | tmp = tcg_temp_new_i32(); | ||
122 | - neon_load_reg32(tmp, a->vn); | ||
123 | + vfp_load_reg32(tmp, a->vn); | ||
124 | if (a->rt == 15) { | ||
125 | /* Set the 4 flag bits in the CPSR. */ | ||
126 | gen_set_nzcv(tmp); | ||
127 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_single(DisasContext *s, arg_VMOV_single *a) | ||
128 | } else { | ||
129 | /* general purpose register to VFP */ | ||
130 | tmp = load_reg(s, a->rt); | ||
131 | - neon_store_reg32(tmp, a->vn); | ||
132 | + vfp_store_reg32(tmp, a->vn); | ||
133 | tcg_temp_free_i32(tmp); | ||
134 | } | ||
135 | |||
136 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_64_sp(DisasContext *s, arg_VMOV_64_sp *a) | ||
137 | if (a->op) { | ||
138 | /* fpreg to gpreg */ | ||
139 | tmp = tcg_temp_new_i32(); | ||
140 | - neon_load_reg32(tmp, a->vm); | ||
141 | + vfp_load_reg32(tmp, a->vm); | ||
142 | store_reg(s, a->rt, tmp); | ||
143 | tmp = tcg_temp_new_i32(); | ||
144 | - neon_load_reg32(tmp, a->vm + 1); | ||
145 | + vfp_load_reg32(tmp, a->vm + 1); | ||
146 | store_reg(s, a->rt2, tmp); | ||
147 | } else { | ||
148 | /* gpreg to fpreg */ | ||
149 | tmp = load_reg(s, a->rt); | ||
150 | - neon_store_reg32(tmp, a->vm); | ||
151 | + vfp_store_reg32(tmp, a->vm); | ||
152 | tcg_temp_free_i32(tmp); | ||
153 | tmp = load_reg(s, a->rt2); | ||
154 | - neon_store_reg32(tmp, a->vm + 1); | ||
155 | + vfp_store_reg32(tmp, a->vm + 1); | ||
156 | tcg_temp_free_i32(tmp); | ||
157 | } | ||
158 | |||
159 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_64_dp(DisasContext *s, arg_VMOV_64_dp *a) | ||
160 | if (a->op) { | ||
161 | /* fpreg to gpreg */ | ||
162 | tmp = tcg_temp_new_i32(); | ||
163 | - neon_load_reg32(tmp, a->vm * 2); | ||
164 | + vfp_load_reg32(tmp, a->vm * 2); | ||
165 | store_reg(s, a->rt, tmp); | ||
166 | tmp = tcg_temp_new_i32(); | ||
167 | - neon_load_reg32(tmp, a->vm * 2 + 1); | ||
168 | + vfp_load_reg32(tmp, a->vm * 2 + 1); | ||
169 | store_reg(s, a->rt2, tmp); | ||
170 | } else { | ||
171 | /* gpreg to fpreg */ | ||
172 | tmp = load_reg(s, a->rt); | ||
173 | - neon_store_reg32(tmp, a->vm * 2); | ||
174 | + vfp_store_reg32(tmp, a->vm * 2); | ||
175 | tcg_temp_free_i32(tmp); | ||
176 | tmp = load_reg(s, a->rt2); | ||
177 | - neon_store_reg32(tmp, a->vm * 2 + 1); | ||
178 | + vfp_store_reg32(tmp, a->vm * 2 + 1); | ||
179 | tcg_temp_free_i32(tmp); | ||
180 | } | ||
181 | |||
182 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDR_VSTR_hp(DisasContext *s, arg_VLDR_VSTR_sp *a) | ||
183 | tmp = tcg_temp_new_i32(); | ||
184 | if (a->l) { | ||
185 | gen_aa32_ld16u(s, tmp, addr, get_mem_index(s)); | ||
186 | - neon_store_reg32(tmp, a->vd); | ||
187 | + vfp_store_reg32(tmp, a->vd); | ||
188 | } else { | ||
189 | - neon_load_reg32(tmp, a->vd); | ||
190 | + vfp_load_reg32(tmp, a->vd); | ||
191 | gen_aa32_st16(s, tmp, addr, get_mem_index(s)); | ||
192 | } | ||
193 | tcg_temp_free_i32(tmp); | ||
194 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDR_VSTR_sp(DisasContext *s, arg_VLDR_VSTR_sp *a) | ||
195 | tmp = tcg_temp_new_i32(); | ||
196 | if (a->l) { | ||
197 | gen_aa32_ld32u(s, tmp, addr, get_mem_index(s)); | ||
198 | - neon_store_reg32(tmp, a->vd); | ||
199 | + vfp_store_reg32(tmp, a->vd); | ||
200 | } else { | ||
201 | - neon_load_reg32(tmp, a->vd); | ||
202 | + vfp_load_reg32(tmp, a->vd); | ||
203 | gen_aa32_st32(s, tmp, addr, get_mem_index(s)); | ||
204 | } | ||
205 | tcg_temp_free_i32(tmp); | ||
206 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDM_VSTM_sp(DisasContext *s, arg_VLDM_VSTM_sp *a) | ||
207 | if (a->l) { | ||
208 | /* load */ | ||
209 | gen_aa32_ld32u(s, tmp, addr, get_mem_index(s)); | ||
210 | - neon_store_reg32(tmp, a->vd + i); | ||
211 | + vfp_store_reg32(tmp, a->vd + i); | ||
212 | } else { | ||
213 | /* store */ | ||
214 | - neon_load_reg32(tmp, a->vd + i); | ||
215 | + vfp_load_reg32(tmp, a->vd + i); | ||
216 | gen_aa32_st32(s, tmp, addr, get_mem_index(s)); | ||
217 | } | ||
218 | tcg_gen_addi_i32(addr, addr, offset); | ||
219 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_3op_sp(DisasContext *s, VFPGen3OpSPFn *fn, | ||
220 | fd = tcg_temp_new_i32(); | ||
221 | fpst = fpstatus_ptr(FPST_FPCR); | ||
222 | |||
223 | - neon_load_reg32(f0, vn); | ||
224 | - neon_load_reg32(f1, vm); | ||
225 | + vfp_load_reg32(f0, vn); | ||
226 | + vfp_load_reg32(f1, vm); | ||
227 | |||
228 | for (;;) { | ||
229 | if (reads_vd) { | ||
230 | - neon_load_reg32(fd, vd); | ||
231 | + vfp_load_reg32(fd, vd); | ||
232 | } | ||
233 | fn(fd, f0, f1, fpst); | ||
234 | - neon_store_reg32(fd, vd); | ||
235 | + vfp_store_reg32(fd, vd); | ||
236 | |||
237 | if (veclen == 0) { | ||
238 | break; | ||
239 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_3op_sp(DisasContext *s, VFPGen3OpSPFn *fn, | ||
240 | veclen--; | ||
241 | vd = vfp_advance_sreg(vd, delta_d); | ||
242 | vn = vfp_advance_sreg(vn, delta_d); | ||
243 | - neon_load_reg32(f0, vn); | ||
244 | + vfp_load_reg32(f0, vn); | ||
245 | if (delta_m) { | ||
246 | vm = vfp_advance_sreg(vm, delta_m); | ||
247 | - neon_load_reg32(f1, vm); | ||
248 | + vfp_load_reg32(f1, vm); | ||
249 | } | ||
250 | } | ||
251 | |||
252 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_3op_hp(DisasContext *s, VFPGen3OpSPFn *fn, | ||
253 | fd = tcg_temp_new_i32(); | ||
254 | fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
255 | |||
256 | - neon_load_reg32(f0, vn); | ||
257 | - neon_load_reg32(f1, vm); | ||
258 | + vfp_load_reg32(f0, vn); | ||
259 | + vfp_load_reg32(f1, vm); | ||
260 | |||
261 | if (reads_vd) { | ||
262 | - neon_load_reg32(fd, vd); | ||
263 | + vfp_load_reg32(fd, vd); | ||
264 | } | ||
265 | fn(fd, f0, f1, fpst); | ||
266 | - neon_store_reg32(fd, vd); | ||
267 | + vfp_store_reg32(fd, vd); | ||
268 | |||
269 | tcg_temp_free_i32(f0); | ||
270 | tcg_temp_free_i32(f1); | ||
271 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_sp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) | ||
272 | f0 = tcg_temp_new_i32(); | ||
273 | fd = tcg_temp_new_i32(); | ||
274 | |||
275 | - neon_load_reg32(f0, vm); | ||
276 | + vfp_load_reg32(f0, vm); | ||
277 | |||
278 | for (;;) { | ||
279 | fn(fd, f0); | ||
280 | - neon_store_reg32(fd, vd); | ||
281 | + vfp_store_reg32(fd, vd); | ||
282 | |||
283 | if (veclen == 0) { | ||
284 | break; | ||
285 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_sp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) | ||
286 | /* single source one-many */ | ||
287 | while (veclen--) { | ||
288 | vd = vfp_advance_sreg(vd, delta_d); | ||
289 | - neon_store_reg32(fd, vd); | ||
290 | + vfp_store_reg32(fd, vd); | ||
291 | } | ||
292 | break; | ||
293 | } | ||
294 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_sp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) | ||
295 | veclen--; | ||
296 | vd = vfp_advance_sreg(vd, delta_d); | ||
297 | vm = vfp_advance_sreg(vm, delta_m); | ||
298 | - neon_load_reg32(f0, vm); | ||
299 | + vfp_load_reg32(f0, vm); | ||
300 | } | ||
301 | |||
302 | tcg_temp_free_i32(f0); | ||
303 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_hp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) | ||
304 | } | ||
305 | |||
306 | f0 = tcg_temp_new_i32(); | ||
307 | - neon_load_reg32(f0, vm); | ||
308 | + vfp_load_reg32(f0, vm); | ||
309 | fn(f0, f0); | ||
310 | - neon_store_reg32(f0, vd); | ||
311 | + vfp_store_reg32(f0, vd); | ||
312 | tcg_temp_free_i32(f0); | ||
313 | |||
314 | return true; | ||
315 | @@ -XXX,XX +XXX,XX @@ static bool do_vfm_hp(DisasContext *s, arg_VFMA_sp *a, bool neg_n, bool neg_d) | ||
316 | vm = tcg_temp_new_i32(); | ||
317 | vd = tcg_temp_new_i32(); | ||
318 | |||
319 | - neon_load_reg32(vn, a->vn); | ||
320 | - neon_load_reg32(vm, a->vm); | ||
321 | + vfp_load_reg32(vn, a->vn); | ||
322 | + vfp_load_reg32(vm, a->vm); | ||
323 | if (neg_n) { | ||
324 | /* VFNMS, VFMS */ | ||
325 | gen_helper_vfp_negh(vn, vn); | ||
326 | } | ||
327 | - neon_load_reg32(vd, a->vd); | ||
328 | + vfp_load_reg32(vd, a->vd); | ||
329 | if (neg_d) { | ||
330 | /* VFNMA, VFNMS */ | ||
331 | gen_helper_vfp_negh(vd, vd); | ||
332 | } | ||
333 | fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
334 | gen_helper_vfp_muladdh(vd, vn, vm, vd, fpst); | ||
335 | - neon_store_reg32(vd, a->vd); | ||
336 | + vfp_store_reg32(vd, a->vd); | ||
337 | |||
338 | tcg_temp_free_ptr(fpst); | ||
339 | tcg_temp_free_i32(vn); | ||
340 | @@ -XXX,XX +XXX,XX @@ static bool do_vfm_sp(DisasContext *s, arg_VFMA_sp *a, bool neg_n, bool neg_d) | ||
341 | vm = tcg_temp_new_i32(); | ||
342 | vd = tcg_temp_new_i32(); | ||
343 | |||
344 | - neon_load_reg32(vn, a->vn); | ||
345 | - neon_load_reg32(vm, a->vm); | ||
346 | + vfp_load_reg32(vn, a->vn); | ||
347 | + vfp_load_reg32(vm, a->vm); | ||
348 | if (neg_n) { | ||
349 | /* VFNMS, VFMS */ | ||
350 | gen_helper_vfp_negs(vn, vn); | ||
351 | } | ||
352 | - neon_load_reg32(vd, a->vd); | ||
353 | + vfp_load_reg32(vd, a->vd); | ||
354 | if (neg_d) { | ||
355 | /* VFNMA, VFNMS */ | ||
356 | gen_helper_vfp_negs(vd, vd); | ||
357 | } | ||
358 | fpst = fpstatus_ptr(FPST_FPCR); | ||
359 | gen_helper_vfp_muladds(vd, vn, vm, vd, fpst); | ||
360 | - neon_store_reg32(vd, a->vd); | ||
361 | + vfp_store_reg32(vd, a->vd); | ||
362 | |||
363 | tcg_temp_free_ptr(fpst); | ||
364 | tcg_temp_free_i32(vn); | ||
365 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_hp(DisasContext *s, arg_VMOV_imm_sp *a) | ||
366 | } | ||
367 | |||
368 | fd = tcg_const_i32(vfp_expand_imm(MO_16, a->imm)); | ||
369 | - neon_store_reg32(fd, a->vd); | ||
370 | + vfp_store_reg32(fd, a->vd); | ||
371 | tcg_temp_free_i32(fd); | ||
372 | return true; | ||
373 | } | ||
374 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_sp(DisasContext *s, arg_VMOV_imm_sp *a) | ||
375 | fd = tcg_const_i32(vfp_expand_imm(MO_32, a->imm)); | ||
376 | |||
377 | for (;;) { | ||
378 | - neon_store_reg32(fd, vd); | ||
379 | + vfp_store_reg32(fd, vd); | ||
380 | |||
381 | if (veclen == 0) { | ||
382 | break; | ||
383 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCMP_hp(DisasContext *s, arg_VCMP_sp *a) | ||
384 | vd = tcg_temp_new_i32(); | ||
385 | vm = tcg_temp_new_i32(); | ||
386 | |||
387 | - neon_load_reg32(vd, a->vd); | ||
388 | + vfp_load_reg32(vd, a->vd); | ||
389 | if (a->z) { | ||
390 | tcg_gen_movi_i32(vm, 0); | ||
391 | } else { | ||
392 | - neon_load_reg32(vm, a->vm); | ||
393 | + vfp_load_reg32(vm, a->vm); | ||
394 | } | ||
395 | |||
396 | if (a->e) { | ||
397 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCMP_sp(DisasContext *s, arg_VCMP_sp *a) | ||
398 | vd = tcg_temp_new_i32(); | ||
399 | vm = tcg_temp_new_i32(); | ||
400 | |||
401 | - neon_load_reg32(vd, a->vd); | ||
402 | + vfp_load_reg32(vd, a->vd); | ||
403 | if (a->z) { | ||
404 | tcg_gen_movi_i32(vm, 0); | ||
405 | } else { | ||
406 | - neon_load_reg32(vm, a->vm); | ||
407 | + vfp_load_reg32(vm, a->vm); | ||
408 | } | ||
409 | |||
410 | if (a->e) { | ||
411 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f32_f16(DisasContext *s, arg_VCVT_f32_f16 *a) | ||
412 | /* The T bit tells us if we want the low or high 16 bits of Vm */ | ||
413 | tcg_gen_ld16u_i32(tmp, cpu_env, vfp_f16_offset(a->vm, a->t)); | ||
414 | gen_helper_vfp_fcvt_f16_to_f32(tmp, tmp, fpst, ahp_mode); | ||
415 | - neon_store_reg32(tmp, a->vd); | ||
416 | + vfp_store_reg32(tmp, a->vd); | ||
417 | tcg_temp_free_i32(ahp_mode); | ||
418 | tcg_temp_free_ptr(fpst); | ||
419 | tcg_temp_free_i32(tmp); | ||
420 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f16_f32(DisasContext *s, arg_VCVT_f16_f32 *a) | ||
421 | ahp_mode = get_ahp_flag(); | ||
422 | tmp = tcg_temp_new_i32(); | ||
423 | |||
424 | - neon_load_reg32(tmp, a->vm); | ||
425 | + vfp_load_reg32(tmp, a->vm); | ||
426 | gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp_mode); | ||
427 | tcg_gen_st16_i32(tmp, cpu_env, vfp_f16_offset(a->vd, a->t)); | ||
428 | tcg_temp_free_i32(ahp_mode); | ||
429 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTR_hp(DisasContext *s, arg_VRINTR_sp *a) | ||
430 | } | ||
431 | |||
432 | tmp = tcg_temp_new_i32(); | ||
433 | - neon_load_reg32(tmp, a->vm); | ||
434 | + vfp_load_reg32(tmp, a->vm); | ||
435 | fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
436 | gen_helper_rinth(tmp, tmp, fpst); | ||
437 | - neon_store_reg32(tmp, a->vd); | ||
438 | + vfp_store_reg32(tmp, a->vd); | ||
439 | tcg_temp_free_ptr(fpst); | ||
440 | tcg_temp_free_i32(tmp); | ||
441 | return true; | ||
442 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTR_sp(DisasContext *s, arg_VRINTR_sp *a) | ||
443 | } | ||
444 | |||
445 | tmp = tcg_temp_new_i32(); | ||
446 | - neon_load_reg32(tmp, a->vm); | ||
447 | + vfp_load_reg32(tmp, a->vm); | ||
448 | fpst = fpstatus_ptr(FPST_FPCR); | ||
449 | gen_helper_rints(tmp, tmp, fpst); | ||
450 | - neon_store_reg32(tmp, a->vd); | ||
451 | + vfp_store_reg32(tmp, a->vd); | ||
452 | tcg_temp_free_ptr(fpst); | ||
453 | tcg_temp_free_i32(tmp); | ||
454 | return true; | ||
455 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTZ_hp(DisasContext *s, arg_VRINTZ_sp *a) | ||
456 | } | ||
457 | |||
458 | tmp = tcg_temp_new_i32(); | ||
459 | - neon_load_reg32(tmp, a->vm); | ||
460 | + vfp_load_reg32(tmp, a->vm); | ||
461 | fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
462 | tcg_rmode = tcg_const_i32(float_round_to_zero); | ||
463 | gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
464 | gen_helper_rinth(tmp, tmp, fpst); | ||
465 | gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
466 | - neon_store_reg32(tmp, a->vd); | ||
467 | + vfp_store_reg32(tmp, a->vd); | ||
468 | tcg_temp_free_ptr(fpst); | ||
469 | tcg_temp_free_i32(tcg_rmode); | ||
470 | tcg_temp_free_i32(tmp); | ||
471 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTZ_sp(DisasContext *s, arg_VRINTZ_sp *a) | ||
472 | } | ||
473 | |||
474 | tmp = tcg_temp_new_i32(); | ||
475 | - neon_load_reg32(tmp, a->vm); | ||
476 | + vfp_load_reg32(tmp, a->vm); | ||
477 | fpst = fpstatus_ptr(FPST_FPCR); | ||
478 | tcg_rmode = tcg_const_i32(float_round_to_zero); | ||
479 | gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
480 | gen_helper_rints(tmp, tmp, fpst); | ||
481 | gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
482 | - neon_store_reg32(tmp, a->vd); | ||
483 | + vfp_store_reg32(tmp, a->vd); | ||
484 | tcg_temp_free_ptr(fpst); | ||
485 | tcg_temp_free_i32(tcg_rmode); | ||
486 | tcg_temp_free_i32(tmp); | ||
487 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTX_hp(DisasContext *s, arg_VRINTX_sp *a) | ||
488 | } | ||
489 | |||
490 | tmp = tcg_temp_new_i32(); | ||
491 | - neon_load_reg32(tmp, a->vm); | ||
492 | + vfp_load_reg32(tmp, a->vm); | ||
493 | fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
494 | gen_helper_rinth_exact(tmp, tmp, fpst); | ||
495 | - neon_store_reg32(tmp, a->vd); | ||
496 | + vfp_store_reg32(tmp, a->vd); | ||
497 | tcg_temp_free_ptr(fpst); | ||
498 | tcg_temp_free_i32(tmp); | ||
499 | return true; | ||
500 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTX_sp(DisasContext *s, arg_VRINTX_sp *a) | ||
501 | } | ||
502 | |||
503 | tmp = tcg_temp_new_i32(); | ||
504 | - neon_load_reg32(tmp, a->vm); | ||
505 | + vfp_load_reg32(tmp, a->vm); | ||
506 | fpst = fpstatus_ptr(FPST_FPCR); | ||
507 | gen_helper_rints_exact(tmp, tmp, fpst); | ||
508 | - neon_store_reg32(tmp, a->vd); | ||
509 | + vfp_store_reg32(tmp, a->vd); | ||
510 | tcg_temp_free_ptr(fpst); | ||
511 | tcg_temp_free_i32(tmp); | ||
512 | return true; | ||
513 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_sp(DisasContext *s, arg_VCVT_sp *a) | ||
514 | |||
515 | vm = tcg_temp_new_i32(); | ||
516 | vd = tcg_temp_new_i64(); | ||
517 | - neon_load_reg32(vm, a->vm); | ||
518 | + vfp_load_reg32(vm, a->vm); | ||
519 | gen_helper_vfp_fcvtds(vd, vm, cpu_env); | ||
520 | neon_store_reg64(vd, a->vd); | ||
521 | tcg_temp_free_i32(vm); | ||
522 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp(DisasContext *s, arg_VCVT_dp *a) | ||
523 | vm = tcg_temp_new_i64(); | ||
524 | neon_load_reg64(vm, a->vm); | ||
525 | gen_helper_vfp_fcvtsd(vd, vm, cpu_env); | ||
526 | - neon_store_reg32(vd, a->vd); | ||
527 | + vfp_store_reg32(vd, a->vd); | ||
528 | tcg_temp_free_i32(vd); | ||
529 | tcg_temp_free_i64(vm); | ||
530 | return true; | ||
531 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_int_hp(DisasContext *s, arg_VCVT_int_sp *a) | ||
532 | } | ||
533 | |||
534 | vm = tcg_temp_new_i32(); | ||
535 | - neon_load_reg32(vm, a->vm); | ||
536 | + vfp_load_reg32(vm, a->vm); | ||
537 | fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
538 | if (a->s) { | ||
539 | /* i32 -> f16 */ | ||
540 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_int_hp(DisasContext *s, arg_VCVT_int_sp *a) | ||
541 | /* u32 -> f16 */ | ||
542 | gen_helper_vfp_uitoh(vm, vm, fpst); | ||
543 | } | ||
544 | - neon_store_reg32(vm, a->vd); | ||
545 | + vfp_store_reg32(vm, a->vd); | ||
546 | tcg_temp_free_i32(vm); | ||
547 | tcg_temp_free_ptr(fpst); | ||
548 | return true; | ||
549 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_int_sp(DisasContext *s, arg_VCVT_int_sp *a) | ||
550 | } | ||
551 | |||
552 | vm = tcg_temp_new_i32(); | ||
553 | - neon_load_reg32(vm, a->vm); | ||
554 | + vfp_load_reg32(vm, a->vm); | ||
555 | fpst = fpstatus_ptr(FPST_FPCR); | ||
556 | if (a->s) { | ||
557 | /* i32 -> f32 */ | ||
558 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_int_sp(DisasContext *s, arg_VCVT_int_sp *a) | ||
559 | /* u32 -> f32 */ | ||
560 | gen_helper_vfp_uitos(vm, vm, fpst); | ||
561 | } | ||
562 | - neon_store_reg32(vm, a->vd); | ||
563 | + vfp_store_reg32(vm, a->vd); | ||
564 | tcg_temp_free_i32(vm); | ||
565 | tcg_temp_free_ptr(fpst); | ||
566 | return true; | ||
567 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_int_dp(DisasContext *s, arg_VCVT_int_dp *a) | ||
568 | |||
569 | vm = tcg_temp_new_i32(); | ||
570 | vd = tcg_temp_new_i64(); | ||
571 | - neon_load_reg32(vm, a->vm); | ||
572 | + vfp_load_reg32(vm, a->vm); | ||
573 | fpst = fpstatus_ptr(FPST_FPCR); | ||
574 | if (a->s) { | ||
575 | /* i32 -> f64 */ | ||
576 | @@ -XXX,XX +XXX,XX @@ static bool trans_VJCVT(DisasContext *s, arg_VJCVT *a) | ||
577 | vd = tcg_temp_new_i32(); | ||
578 | neon_load_reg64(vm, a->vm); | ||
579 | gen_helper_vjcvt(vd, vm, cpu_env); | ||
580 | - neon_store_reg32(vd, a->vd); | ||
581 | + vfp_store_reg32(vd, a->vd); | ||
582 | tcg_temp_free_i64(vm); | ||
583 | tcg_temp_free_i32(vd); | ||
584 | return true; | ||
585 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_hp(DisasContext *s, arg_VCVT_fix_sp *a) | ||
586 | frac_bits = (a->opc & 1) ? (32 - a->imm) : (16 - a->imm); | ||
587 | |||
588 | vd = tcg_temp_new_i32(); | ||
589 | - neon_load_reg32(vd, a->vd); | ||
590 | + vfp_load_reg32(vd, a->vd); | ||
591 | |||
592 | fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
593 | shift = tcg_const_i32(frac_bits); | ||
594 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_hp(DisasContext *s, arg_VCVT_fix_sp *a) | ||
595 | g_assert_not_reached(); | ||
596 | } | ||
597 | |||
598 | - neon_store_reg32(vd, a->vd); | ||
599 | + vfp_store_reg32(vd, a->vd); | ||
600 | tcg_temp_free_i32(vd); | ||
601 | tcg_temp_free_i32(shift); | ||
602 | tcg_temp_free_ptr(fpst); | ||
603 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_sp(DisasContext *s, arg_VCVT_fix_sp *a) | ||
604 | frac_bits = (a->opc & 1) ? (32 - a->imm) : (16 - a->imm); | ||
605 | |||
606 | vd = tcg_temp_new_i32(); | ||
607 | - neon_load_reg32(vd, a->vd); | ||
608 | + vfp_load_reg32(vd, a->vd); | ||
609 | |||
610 | fpst = fpstatus_ptr(FPST_FPCR); | ||
611 | shift = tcg_const_i32(frac_bits); | ||
612 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_sp(DisasContext *s, arg_VCVT_fix_sp *a) | ||
613 | g_assert_not_reached(); | ||
614 | } | ||
615 | |||
616 | - neon_store_reg32(vd, a->vd); | ||
617 | + vfp_store_reg32(vd, a->vd); | ||
618 | tcg_temp_free_i32(vd); | ||
619 | tcg_temp_free_i32(shift); | ||
620 | tcg_temp_free_ptr(fpst); | ||
621 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_hp_int(DisasContext *s, arg_VCVT_sp_int *a) | ||
622 | |||
623 | fpst = fpstatus_ptr(FPST_FPCR_F16); | ||
624 | vm = tcg_temp_new_i32(); | ||
625 | - neon_load_reg32(vm, a->vm); | ||
626 | + vfp_load_reg32(vm, a->vm); | ||
627 | |||
628 | if (a->s) { | ||
629 | if (a->rz) { | ||
630 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_hp_int(DisasContext *s, arg_VCVT_sp_int *a) | ||
631 | gen_helper_vfp_touih(vm, vm, fpst); | ||
632 | } | ||
633 | } | ||
634 | - neon_store_reg32(vm, a->vd); | ||
635 | + vfp_store_reg32(vm, a->vd); | ||
636 | tcg_temp_free_i32(vm); | ||
637 | tcg_temp_free_ptr(fpst); | ||
638 | return true; | ||
639 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_sp_int(DisasContext *s, arg_VCVT_sp_int *a) | ||
640 | |||
641 | fpst = fpstatus_ptr(FPST_FPCR); | ||
642 | vm = tcg_temp_new_i32(); | ||
643 | - neon_load_reg32(vm, a->vm); | ||
644 | + vfp_load_reg32(vm, a->vm); | ||
645 | |||
646 | if (a->s) { | ||
647 | if (a->rz) { | ||
648 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_sp_int(DisasContext *s, arg_VCVT_sp_int *a) | ||
649 | gen_helper_vfp_touis(vm, vm, fpst); | ||
650 | } | ||
651 | } | ||
652 | - neon_store_reg32(vm, a->vd); | ||
653 | + vfp_store_reg32(vm, a->vd); | ||
654 | tcg_temp_free_i32(vm); | ||
655 | tcg_temp_free_ptr(fpst); | ||
656 | return true; | ||
657 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp_int(DisasContext *s, arg_VCVT_dp_int *a) | ||
658 | gen_helper_vfp_touid(vd, vm, fpst); | ||
659 | } | ||
660 | } | ||
661 | - neon_store_reg32(vd, a->vd); | ||
662 | + vfp_store_reg32(vd, a->vd); | ||
663 | tcg_temp_free_i32(vd); | ||
664 | tcg_temp_free_i64(vm); | ||
665 | tcg_temp_free_ptr(fpst); | ||
666 | @@ -XXX,XX +XXX,XX @@ static bool trans_VINS(DisasContext *s, arg_VINS *a) | ||
667 | /* Insert low half of Vm into high half of Vd */ | ||
668 | rm = tcg_temp_new_i32(); | ||
669 | rd = tcg_temp_new_i32(); | ||
670 | - neon_load_reg32(rm, a->vm); | ||
671 | - neon_load_reg32(rd, a->vd); | ||
672 | + vfp_load_reg32(rm, a->vm); | ||
673 | + vfp_load_reg32(rd, a->vd); | ||
674 | tcg_gen_deposit_i32(rd, rd, rm, 16, 16); | ||
675 | - neon_store_reg32(rd, a->vd); | ||
676 | + vfp_store_reg32(rd, a->vd); | ||
677 | tcg_temp_free_i32(rm); | ||
678 | tcg_temp_free_i32(rd); | ||
679 | return true; | ||
680 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOVX(DisasContext *s, arg_VINS *a) | ||
681 | |||
682 | /* Set Vd to high half of Vm */ | ||
683 | rm = tcg_temp_new_i32(); | ||
684 | - neon_load_reg32(rm, a->vm); | ||
685 | + vfp_load_reg32(rm, a->vm); | ||
686 | tcg_gen_shri_i32(rm, rm, 16); | ||
687 | - neon_store_reg32(rm, a->vd); | ||
688 | + vfp_store_reg32(rm, a->vd); | ||
689 | tcg_temp_free_i32(rm); | ||
690 | return true; | ||
61 | } | 691 | } |
62 | -- | 692 | -- |
63 | 2.20.1 | 693 | 2.20.1 |
64 | 694 | ||
65 | 695 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | We will soon implement the SYS_timer. This timer is used by Linux | 3 | Replace all uses of neon_load/store_reg64 within translate-neon.c.inc. |
4 | in the thermal subsystem, so once available, the subsystem will be | 4 | |
5 | enabled and poll the temperature sensors. We need to provide the | 5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
6 | minimum required to keep Linux booting. | 6 | Message-id: 20201030022618.785675-9-richard.henderson@linaro.org |
7 | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | |
8 | Add a dummy thermal sensor returning ~25°C based on: | ||
9 | https://github.com/raspberrypi/linux/blob/rpi-5.3.y/drivers/thermal/broadcom/bcm2835_thermal.c | ||
10 | |||
11 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
12 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
13 | Message-id: 20191019234715.25750-2-f4bug@amsat.org | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | --- | 9 | --- |
16 | hw/misc/Makefile.objs | 1 + | 10 | target/arm/translate.c | 26 +++++++++ |
17 | include/hw/misc/bcm2835_thermal.h | 27 ++++++ | 11 | target/arm/translate-neon.c.inc | 94 ++++++++++++++++----------------- |
18 | hw/misc/bcm2835_thermal.c | 135 ++++++++++++++++++++++++++++++ | 12 | 2 files changed, 73 insertions(+), 47 deletions(-) |
19 | 3 files changed, 163 insertions(+) | 13 | |
20 | create mode 100644 include/hw/misc/bcm2835_thermal.h | 14 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
21 | create mode 100644 hw/misc/bcm2835_thermal.c | ||
22 | |||
23 | diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs | ||
24 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/hw/misc/Makefile.objs | 16 | --- a/target/arm/translate.c |
26 | +++ b/hw/misc/Makefile.objs | 17 | +++ b/target/arm/translate.c |
27 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_OMAP) += omap_tap.o | 18 | @@ -XXX,XX +XXX,XX @@ static void read_neon_element32(TCGv_i32 dest, int reg, int ele, MemOp memop) |
28 | common-obj-$(CONFIG_RASPI) += bcm2835_mbox.o | 19 | } |
29 | common-obj-$(CONFIG_RASPI) += bcm2835_property.o | 20 | } |
30 | common-obj-$(CONFIG_RASPI) += bcm2835_rng.o | 21 | |
31 | +common-obj-$(CONFIG_RASPI) += bcm2835_thermal.o | 22 | +static void read_neon_element64(TCGv_i64 dest, int reg, int ele, MemOp memop) |
32 | common-obj-$(CONFIG_SLAVIO) += slavio_misc.o | 23 | +{ |
33 | common-obj-$(CONFIG_ZYNQ) += zynq_slcr.o | 24 | + long off = neon_element_offset(reg, ele, memop); |
34 | common-obj-$(CONFIG_ZYNQ) += zynq-xadc.o | ||
35 | diff --git a/include/hw/misc/bcm2835_thermal.h b/include/hw/misc/bcm2835_thermal.h | ||
36 | new file mode 100644 | ||
37 | index XXXXXXX..XXXXXXX | ||
38 | --- /dev/null | ||
39 | +++ b/include/hw/misc/bcm2835_thermal.h | ||
40 | @@ -XXX,XX +XXX,XX @@ | ||
41 | +/* | ||
42 | + * BCM2835 dummy thermal sensor | ||
43 | + * | ||
44 | + * Copyright (C) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
45 | + * | ||
46 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
47 | + */ | ||
48 | + | 25 | + |
49 | +#ifndef HW_MISC_BCM2835_THERMAL_H | 26 | + switch (memop) { |
50 | +#define HW_MISC_BCM2835_THERMAL_H | 27 | + case MO_Q: |
51 | + | 28 | + tcg_gen_ld_i64(dest, cpu_env, off); |
52 | +#include "hw/sysbus.h" | ||
53 | + | ||
54 | +#define TYPE_BCM2835_THERMAL "bcm2835-thermal" | ||
55 | + | ||
56 | +#define BCM2835_THERMAL(obj) \ | ||
57 | + OBJECT_CHECK(Bcm2835ThermalState, (obj), TYPE_BCM2835_THERMAL) | ||
58 | + | ||
59 | +typedef struct { | ||
60 | + /*< private >*/ | ||
61 | + SysBusDevice parent_obj; | ||
62 | + /*< public >*/ | ||
63 | + MemoryRegion iomem; | ||
64 | + uint32_t ctl; | ||
65 | +} Bcm2835ThermalState; | ||
66 | + | ||
67 | +#endif | ||
68 | diff --git a/hw/misc/bcm2835_thermal.c b/hw/misc/bcm2835_thermal.c | ||
69 | new file mode 100644 | ||
70 | index XXXXXXX..XXXXXXX | ||
71 | --- /dev/null | ||
72 | +++ b/hw/misc/bcm2835_thermal.c | ||
73 | @@ -XXX,XX +XXX,XX @@ | ||
74 | +/* | ||
75 | + * BCM2835 dummy thermal sensor | ||
76 | + * | ||
77 | + * Copyright (C) 2019 Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
78 | + * | ||
79 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
80 | + */ | ||
81 | + | ||
82 | +#include "qemu/osdep.h" | ||
83 | +#include "qemu/log.h" | ||
84 | +#include "qapi/error.h" | ||
85 | +#include "hw/misc/bcm2835_thermal.h" | ||
86 | +#include "hw/registerfields.h" | ||
87 | +#include "migration/vmstate.h" | ||
88 | + | ||
89 | +REG32(CTL, 0) | ||
90 | +FIELD(CTL, POWER_DOWN, 0, 1) | ||
91 | +FIELD(CTL, RESET, 1, 1) | ||
92 | +FIELD(CTL, BANDGAP_CTRL, 2, 3) | ||
93 | +FIELD(CTL, INTERRUPT_ENABLE, 5, 1) | ||
94 | +FIELD(CTL, DIRECT, 6, 1) | ||
95 | +FIELD(CTL, INTERRUPT_CLEAR, 7, 1) | ||
96 | +FIELD(CTL, HOLD, 8, 10) | ||
97 | +FIELD(CTL, RESET_DELAY, 18, 8) | ||
98 | +FIELD(CTL, REGULATOR_ENABLE, 26, 1) | ||
99 | + | ||
100 | +REG32(STAT, 4) | ||
101 | +FIELD(STAT, DATA, 0, 10) | ||
102 | +FIELD(STAT, VALID, 10, 1) | ||
103 | +FIELD(STAT, INTERRUPT, 11, 1) | ||
104 | + | ||
105 | +#define THERMAL_OFFSET_C 412 | ||
106 | +#define THERMAL_COEFF (-0.538f) | ||
107 | + | ||
108 | +static uint16_t bcm2835_thermal_temp2adc(int temp_C) | ||
109 | +{ | ||
110 | + return (temp_C - THERMAL_OFFSET_C) / THERMAL_COEFF; | ||
111 | +} | ||
112 | + | ||
113 | +static uint64_t bcm2835_thermal_read(void *opaque, hwaddr addr, unsigned size) | ||
114 | +{ | ||
115 | + Bcm2835ThermalState *s = BCM2835_THERMAL(opaque); | ||
116 | + uint32_t val = 0; | ||
117 | + | ||
118 | + switch (addr) { | ||
119 | + case A_CTL: | ||
120 | + val = s->ctl; | ||
121 | + break; | ||
122 | + case A_STAT: | ||
123 | + /* Temperature is constantly 25°C. */ | ||
124 | + val = FIELD_DP32(bcm2835_thermal_temp2adc(25), STAT, VALID, true); | ||
125 | + break; | 29 | + break; |
126 | + default: | 30 | + default: |
127 | + /* MemoryRegionOps are aligned, so this can not happen. */ | ||
128 | + g_assert_not_reached(); | ||
129 | + } | ||
130 | + return val; | ||
131 | +} | ||
132 | + | ||
133 | +static void bcm2835_thermal_write(void *opaque, hwaddr addr, | ||
134 | + uint64_t value, unsigned size) | ||
135 | +{ | ||
136 | + Bcm2835ThermalState *s = BCM2835_THERMAL(opaque); | ||
137 | + | ||
138 | + switch (addr) { | ||
139 | + case A_CTL: | ||
140 | + s->ctl = value; | ||
141 | + break; | ||
142 | + case A_STAT: | ||
143 | + qemu_log_mask(LOG_GUEST_ERROR, "%s: write 0x%" PRIx64 | ||
144 | + " to 0x%" HWADDR_PRIx "\n", | ||
145 | + __func__, value, addr); | ||
146 | + break; | ||
147 | + default: | ||
148 | + /* MemoryRegionOps are aligned, so this can not happen. */ | ||
149 | + g_assert_not_reached(); | 31 | + g_assert_not_reached(); |
150 | + } | 32 | + } |
151 | +} | 33 | +} |
152 | + | 34 | + |
153 | +static const MemoryRegionOps bcm2835_thermal_ops = { | 35 | static void write_neon_element32(TCGv_i32 src, int reg, int ele, MemOp memop) |
154 | + .read = bcm2835_thermal_read, | 36 | { |
155 | + .write = bcm2835_thermal_write, | 37 | long off = neon_element_offset(reg, ele, memop); |
156 | + .impl.max_access_size = 4, | 38 | @@ -XXX,XX +XXX,XX @@ static void write_neon_element32(TCGv_i32 src, int reg, int ele, MemOp memop) |
157 | + .valid.min_access_size = 4, | 39 | } |
158 | + .endianness = DEVICE_NATIVE_ENDIAN, | 40 | } |
159 | +}; | 41 | |
42 | +static void write_neon_element64(TCGv_i64 src, int reg, int ele, MemOp memop) | ||
43 | +{ | ||
44 | + long off = neon_element_offset(reg, ele, memop); | ||
160 | + | 45 | + |
161 | +static void bcm2835_thermal_reset(DeviceState *dev) | 46 | + switch (memop) { |
162 | +{ | 47 | + case MO_64: |
163 | + Bcm2835ThermalState *s = BCM2835_THERMAL(dev); | 48 | + tcg_gen_st_i64(src, cpu_env, off); |
164 | + | 49 | + break; |
165 | + s->ctl = 0; | 50 | + default: |
51 | + g_assert_not_reached(); | ||
52 | + } | ||
166 | +} | 53 | +} |
167 | + | 54 | + |
168 | +static void bcm2835_thermal_realize(DeviceState *dev, Error **errp) | 55 | static TCGv_ptr vfp_reg_ptr(bool dp, int reg) |
169 | +{ | 56 | { |
170 | + Bcm2835ThermalState *s = BCM2835_THERMAL(dev); | 57 | TCGv_ptr ret = tcg_temp_new_ptr(); |
171 | + | 58 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc |
172 | + memory_region_init_io(&s->iomem, OBJECT(s), &bcm2835_thermal_ops, | 59 | index XXXXXXX..XXXXXXX 100644 |
173 | + s, TYPE_BCM2835_THERMAL, 8); | 60 | --- a/target/arm/translate-neon.c.inc |
174 | + sysbus_init_mmio(SYS_BUS_DEVICE(s), &s->iomem); | 61 | +++ b/target/arm/translate-neon.c.inc |
175 | +} | 62 | @@ -XXX,XX +XXX,XX @@ static bool do_2shift_env_64(DisasContext *s, arg_2reg_shift *a, |
176 | + | 63 | for (pass = 0; pass < a->q + 1; pass++) { |
177 | +static const VMStateDescription bcm2835_thermal_vmstate = { | 64 | TCGv_i64 tmp = tcg_temp_new_i64(); |
178 | + .name = "bcm2835_thermal", | 65 | |
179 | + .version_id = 1, | 66 | - neon_load_reg64(tmp, a->vm + pass); |
180 | + .minimum_version_id = 1, | 67 | + read_neon_element64(tmp, a->vm, pass, MO_64); |
181 | + .fields = (VMStateField[]) { | 68 | fn(tmp, cpu_env, tmp, constimm); |
182 | + VMSTATE_UINT32(ctl, Bcm2835ThermalState), | 69 | - neon_store_reg64(tmp, a->vd + pass); |
183 | + VMSTATE_END_OF_LIST() | 70 | + write_neon_element64(tmp, a->vd, pass, MO_64); |
184 | + } | 71 | tcg_temp_free_i64(tmp); |
185 | +}; | 72 | } |
186 | + | 73 | tcg_temp_free_i64(constimm); |
187 | +static void bcm2835_thermal_class_init(ObjectClass *klass, void *data) | 74 | @@ -XXX,XX +XXX,XX @@ static bool do_2shift_narrow_64(DisasContext *s, arg_2reg_shift *a, |
188 | +{ | 75 | rd = tcg_temp_new_i32(); |
189 | + DeviceClass *dc = DEVICE_CLASS(klass); | 76 | |
190 | + | 77 | /* Load both inputs first to avoid potential overwrite if rm == rd */ |
191 | + dc->realize = bcm2835_thermal_realize; | 78 | - neon_load_reg64(rm1, a->vm); |
192 | + dc->reset = bcm2835_thermal_reset; | 79 | - neon_load_reg64(rm2, a->vm + 1); |
193 | + dc->vmsd = &bcm2835_thermal_vmstate; | 80 | + read_neon_element64(rm1, a->vm, 0, MO_64); |
194 | +} | 81 | + read_neon_element64(rm2, a->vm, 1, MO_64); |
195 | + | 82 | |
196 | +static const TypeInfo bcm2835_thermal_info = { | 83 | shiftfn(rm1, rm1, constimm); |
197 | + .name = TYPE_BCM2835_THERMAL, | 84 | narrowfn(rd, cpu_env, rm1); |
198 | + .parent = TYPE_SYS_BUS_DEVICE, | 85 | @@ -XXX,XX +XXX,XX @@ static bool do_vshll_2sh(DisasContext *s, arg_2reg_shift *a, |
199 | + .instance_size = sizeof(Bcm2835ThermalState), | 86 | tcg_gen_shli_i64(tmp, tmp, a->shift); |
200 | + .class_init = bcm2835_thermal_class_init, | 87 | tcg_gen_andi_i64(tmp, tmp, ~widen_mask); |
201 | +}; | 88 | } |
202 | + | 89 | - neon_store_reg64(tmp, a->vd); |
203 | +static void bcm2835_thermal_register_types(void) | 90 | + write_neon_element64(tmp, a->vd, 0, MO_64); |
204 | +{ | 91 | |
205 | + type_register_static(&bcm2835_thermal_info); | 92 | widenfn(tmp, rm1); |
206 | +} | 93 | tcg_temp_free_i32(rm1); |
207 | + | 94 | @@ -XXX,XX +XXX,XX @@ static bool do_vshll_2sh(DisasContext *s, arg_2reg_shift *a, |
208 | +type_init(bcm2835_thermal_register_types) | 95 | tcg_gen_shli_i64(tmp, tmp, a->shift); |
96 | tcg_gen_andi_i64(tmp, tmp, ~widen_mask); | ||
97 | } | ||
98 | - neon_store_reg64(tmp, a->vd + 1); | ||
99 | + write_neon_element64(tmp, a->vd, 1, MO_64); | ||
100 | tcg_temp_free_i64(tmp); | ||
101 | return true; | ||
102 | } | ||
103 | @@ -XXX,XX +XXX,XX @@ static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, | ||
104 | rm_64 = tcg_temp_new_i64(); | ||
105 | |||
106 | if (src1_wide) { | ||
107 | - neon_load_reg64(rn0_64, a->vn); | ||
108 | + read_neon_element64(rn0_64, a->vn, 0, MO_64); | ||
109 | } else { | ||
110 | TCGv_i32 tmp = tcg_temp_new_i32(); | ||
111 | read_neon_element32(tmp, a->vn, 0, MO_32); | ||
112 | @@ -XXX,XX +XXX,XX @@ static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, | ||
113 | * avoid incorrect results if a narrow input overlaps with the result. | ||
114 | */ | ||
115 | if (src1_wide) { | ||
116 | - neon_load_reg64(rn1_64, a->vn + 1); | ||
117 | + read_neon_element64(rn1_64, a->vn, 1, MO_64); | ||
118 | } else { | ||
119 | TCGv_i32 tmp = tcg_temp_new_i32(); | ||
120 | read_neon_element32(tmp, a->vn, 1, MO_32); | ||
121 | @@ -XXX,XX +XXX,XX @@ static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, | ||
122 | rm = tcg_temp_new_i32(); | ||
123 | read_neon_element32(rm, a->vm, 1, MO_32); | ||
124 | |||
125 | - neon_store_reg64(rn0_64, a->vd); | ||
126 | + write_neon_element64(rn0_64, a->vd, 0, MO_64); | ||
127 | |||
128 | widenfn(rm_64, rm); | ||
129 | tcg_temp_free_i32(rm); | ||
130 | opfn(rn1_64, rn1_64, rm_64); | ||
131 | - neon_store_reg64(rn1_64, a->vd + 1); | ||
132 | + write_neon_element64(rn1_64, a->vd, 1, MO_64); | ||
133 | |||
134 | tcg_temp_free_i64(rn0_64); | ||
135 | tcg_temp_free_i64(rn1_64); | ||
136 | @@ -XXX,XX +XXX,XX @@ static bool do_narrow_3d(DisasContext *s, arg_3diff *a, | ||
137 | rd0 = tcg_temp_new_i32(); | ||
138 | rd1 = tcg_temp_new_i32(); | ||
139 | |||
140 | - neon_load_reg64(rn_64, a->vn); | ||
141 | - neon_load_reg64(rm_64, a->vm); | ||
142 | + read_neon_element64(rn_64, a->vn, 0, MO_64); | ||
143 | + read_neon_element64(rm_64, a->vm, 0, MO_64); | ||
144 | |||
145 | opfn(rn_64, rn_64, rm_64); | ||
146 | |||
147 | narrowfn(rd0, rn_64); | ||
148 | |||
149 | - neon_load_reg64(rn_64, a->vn + 1); | ||
150 | - neon_load_reg64(rm_64, a->vm + 1); | ||
151 | + read_neon_element64(rn_64, a->vn, 1, MO_64); | ||
152 | + read_neon_element64(rm_64, a->vm, 1, MO_64); | ||
153 | |||
154 | opfn(rn_64, rn_64, rm_64); | ||
155 | |||
156 | @@ -XXX,XX +XXX,XX @@ static bool do_long_3d(DisasContext *s, arg_3diff *a, | ||
157 | /* Don't store results until after all loads: they might overlap */ | ||
158 | if (accfn) { | ||
159 | tmp = tcg_temp_new_i64(); | ||
160 | - neon_load_reg64(tmp, a->vd); | ||
161 | + read_neon_element64(tmp, a->vd, 0, MO_64); | ||
162 | accfn(tmp, tmp, rd0); | ||
163 | - neon_store_reg64(tmp, a->vd); | ||
164 | - neon_load_reg64(tmp, a->vd + 1); | ||
165 | + write_neon_element64(tmp, a->vd, 0, MO_64); | ||
166 | + read_neon_element64(tmp, a->vd, 1, MO_64); | ||
167 | accfn(tmp, tmp, rd1); | ||
168 | - neon_store_reg64(tmp, a->vd + 1); | ||
169 | + write_neon_element64(tmp, a->vd, 1, MO_64); | ||
170 | tcg_temp_free_i64(tmp); | ||
171 | } else { | ||
172 | - neon_store_reg64(rd0, a->vd); | ||
173 | - neon_store_reg64(rd1, a->vd + 1); | ||
174 | + write_neon_element64(rd0, a->vd, 0, MO_64); | ||
175 | + write_neon_element64(rd1, a->vd, 1, MO_64); | ||
176 | } | ||
177 | |||
178 | tcg_temp_free_i64(rd0); | ||
179 | @@ -XXX,XX +XXX,XX @@ static bool do_2scalar_long(DisasContext *s, arg_2scalar *a, | ||
180 | |||
181 | if (accfn) { | ||
182 | TCGv_i64 t64 = tcg_temp_new_i64(); | ||
183 | - neon_load_reg64(t64, a->vd); | ||
184 | + read_neon_element64(t64, a->vd, 0, MO_64); | ||
185 | accfn(t64, t64, rn0_64); | ||
186 | - neon_store_reg64(t64, a->vd); | ||
187 | - neon_load_reg64(t64, a->vd + 1); | ||
188 | + write_neon_element64(t64, a->vd, 0, MO_64); | ||
189 | + read_neon_element64(t64, a->vd, 1, MO_64); | ||
190 | accfn(t64, t64, rn1_64); | ||
191 | - neon_store_reg64(t64, a->vd + 1); | ||
192 | + write_neon_element64(t64, a->vd, 1, MO_64); | ||
193 | tcg_temp_free_i64(t64); | ||
194 | } else { | ||
195 | - neon_store_reg64(rn0_64, a->vd); | ||
196 | - neon_store_reg64(rn1_64, a->vd + 1); | ||
197 | + write_neon_element64(rn0_64, a->vd, 0, MO_64); | ||
198 | + write_neon_element64(rn1_64, a->vd, 1, MO_64); | ||
199 | } | ||
200 | tcg_temp_free_i64(rn0_64); | ||
201 | tcg_temp_free_i64(rn1_64); | ||
202 | @@ -XXX,XX +XXX,XX @@ static bool trans_VEXT(DisasContext *s, arg_VEXT *a) | ||
203 | right = tcg_temp_new_i64(); | ||
204 | dest = tcg_temp_new_i64(); | ||
205 | |||
206 | - neon_load_reg64(right, a->vn); | ||
207 | - neon_load_reg64(left, a->vm); | ||
208 | + read_neon_element64(right, a->vn, 0, MO_64); | ||
209 | + read_neon_element64(left, a->vm, 0, MO_64); | ||
210 | tcg_gen_extract2_i64(dest, right, left, a->imm * 8); | ||
211 | - neon_store_reg64(dest, a->vd); | ||
212 | + write_neon_element64(dest, a->vd, 0, MO_64); | ||
213 | |||
214 | tcg_temp_free_i64(left); | ||
215 | tcg_temp_free_i64(right); | ||
216 | @@ -XXX,XX +XXX,XX @@ static bool trans_VEXT(DisasContext *s, arg_VEXT *a) | ||
217 | destright = tcg_temp_new_i64(); | ||
218 | |||
219 | if (a->imm < 8) { | ||
220 | - neon_load_reg64(right, a->vn); | ||
221 | - neon_load_reg64(middle, a->vn + 1); | ||
222 | + read_neon_element64(right, a->vn, 0, MO_64); | ||
223 | + read_neon_element64(middle, a->vn, 1, MO_64); | ||
224 | tcg_gen_extract2_i64(destright, right, middle, a->imm * 8); | ||
225 | - neon_load_reg64(left, a->vm); | ||
226 | + read_neon_element64(left, a->vm, 0, MO_64); | ||
227 | tcg_gen_extract2_i64(destleft, middle, left, a->imm * 8); | ||
228 | } else { | ||
229 | - neon_load_reg64(right, a->vn + 1); | ||
230 | - neon_load_reg64(middle, a->vm); | ||
231 | + read_neon_element64(right, a->vn, 1, MO_64); | ||
232 | + read_neon_element64(middle, a->vm, 0, MO_64); | ||
233 | tcg_gen_extract2_i64(destright, right, middle, (a->imm - 8) * 8); | ||
234 | - neon_load_reg64(left, a->vm + 1); | ||
235 | + read_neon_element64(left, a->vm, 1, MO_64); | ||
236 | tcg_gen_extract2_i64(destleft, middle, left, (a->imm - 8) * 8); | ||
237 | } | ||
238 | |||
239 | - neon_store_reg64(destright, a->vd); | ||
240 | - neon_store_reg64(destleft, a->vd + 1); | ||
241 | + write_neon_element64(destright, a->vd, 0, MO_64); | ||
242 | + write_neon_element64(destleft, a->vd, 1, MO_64); | ||
243 | |||
244 | tcg_temp_free_i64(destright); | ||
245 | tcg_temp_free_i64(destleft); | ||
246 | @@ -XXX,XX +XXX,XX @@ static bool do_2misc_pairwise(DisasContext *s, arg_2misc *a, | ||
247 | |||
248 | if (accfn) { | ||
249 | TCGv_i64 tmp64 = tcg_temp_new_i64(); | ||
250 | - neon_load_reg64(tmp64, a->vd + pass); | ||
251 | + read_neon_element64(tmp64, a->vd, pass, MO_64); | ||
252 | accfn(rd_64, tmp64, rd_64); | ||
253 | tcg_temp_free_i64(tmp64); | ||
254 | } | ||
255 | - neon_store_reg64(rd_64, a->vd + pass); | ||
256 | + write_neon_element64(rd_64, a->vd, pass, MO_64); | ||
257 | tcg_temp_free_i64(rd_64); | ||
258 | } | ||
259 | return true; | ||
260 | @@ -XXX,XX +XXX,XX @@ static bool do_vmovn(DisasContext *s, arg_2misc *a, | ||
261 | rd0 = tcg_temp_new_i32(); | ||
262 | rd1 = tcg_temp_new_i32(); | ||
263 | |||
264 | - neon_load_reg64(rm, a->vm); | ||
265 | + read_neon_element64(rm, a->vm, 0, MO_64); | ||
266 | narrowfn(rd0, cpu_env, rm); | ||
267 | - neon_load_reg64(rm, a->vm + 1); | ||
268 | + read_neon_element64(rm, a->vm, 1, MO_64); | ||
269 | narrowfn(rd1, cpu_env, rm); | ||
270 | write_neon_element32(rd0, a->vd, 0, MO_32); | ||
271 | write_neon_element32(rd1, a->vd, 1, MO_32); | ||
272 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSHLL(DisasContext *s, arg_2misc *a) | ||
273 | |||
274 | widenfn(rd, rm0); | ||
275 | tcg_gen_shli_i64(rd, rd, 8 << a->size); | ||
276 | - neon_store_reg64(rd, a->vd); | ||
277 | + write_neon_element64(rd, a->vd, 0, MO_64); | ||
278 | widenfn(rd, rm1); | ||
279 | tcg_gen_shli_i64(rd, rd, 8 << a->size); | ||
280 | - neon_store_reg64(rd, a->vd + 1); | ||
281 | + write_neon_element64(rd, a->vd, 1, MO_64); | ||
282 | |||
283 | tcg_temp_free_i64(rd); | ||
284 | tcg_temp_free_i32(rm0); | ||
285 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSWP(DisasContext *s, arg_2misc *a) | ||
286 | rm = tcg_temp_new_i64(); | ||
287 | rd = tcg_temp_new_i64(); | ||
288 | for (pass = 0; pass < (a->q ? 2 : 1); pass++) { | ||
289 | - neon_load_reg64(rm, a->vm + pass); | ||
290 | - neon_load_reg64(rd, a->vd + pass); | ||
291 | - neon_store_reg64(rm, a->vd + pass); | ||
292 | - neon_store_reg64(rd, a->vm + pass); | ||
293 | + read_neon_element64(rm, a->vm, pass, MO_64); | ||
294 | + read_neon_element64(rd, a->vd, pass, MO_64); | ||
295 | + write_neon_element64(rm, a->vd, pass, MO_64); | ||
296 | + write_neon_element64(rd, a->vm, pass, MO_64); | ||
297 | } | ||
298 | tcg_temp_free_i64(rm); | ||
299 | tcg_temp_free_i64(rd); | ||
209 | -- | 300 | -- |
210 | 2.20.1 | 301 | 2.20.1 |
211 | 302 | ||
212 | 303 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Continue setting, but not relying upon, env->hflags. | 3 | The only uses of this function are for loading VFP |
4 | double-precision values, and nothing to do with NEON. | ||
4 | 5 | ||
5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20191023150057.25731-20-richard.henderson@linaro.org | 7 | Message-id: 20201030022618.785675-10-richard.henderson@linaro.org |
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | --- | 10 | --- |
9 | target/arm/helper.c | 10 ++++++++++ | 11 | target/arm/translate.c | 8 ++-- |
10 | 1 file changed, 10 insertions(+) | 12 | target/arm/translate-vfp.c.inc | 84 +++++++++++++++++----------------- |
11 | 13 | 2 files changed, 46 insertions(+), 46 deletions(-) | |
12 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 14 | |
15 | diff --git a/target/arm/translate.c b/target/arm/translate.c | ||
13 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/helper.c | 17 | --- a/target/arm/translate.c |
15 | +++ b/target/arm/helper.c | 18 | +++ b/target/arm/translate.c |
16 | @@ -XXX,XX +XXX,XX @@ static void sctlr_write(CPUARMState *env, const ARMCPRegInfo *ri, | 19 | @@ -XXX,XX +XXX,XX @@ static long vfp_reg_offset(bool dp, unsigned reg) |
17 | /* ??? Lots of these bits are not implemented. */ | 20 | } |
18 | /* This may enable/disable the MMU, so do a TLB flush. */ | ||
19 | tlb_flush(CPU(cpu)); | ||
20 | + | ||
21 | + if (ri->type & ARM_CP_SUPPRESS_TB_END) { | ||
22 | + /* | ||
23 | + * Normally we would always end the TB on an SCTLR write; see the | ||
24 | + * comment in ARMCPRegInfo sctlr initialization below for why Xscale | ||
25 | + * is special. Setting ARM_CP_SUPPRESS_TB_END also stops the rebuild | ||
26 | + * of hflags from the translator, so do it here. | ||
27 | + */ | ||
28 | + arm_rebuild_hflags(env); | ||
29 | + } | ||
30 | } | 21 | } |
31 | 22 | ||
32 | static CPAccessResult fpexc32_access(CPUARMState *env, const ARMCPRegInfo *ri, | 23 | -static inline void neon_load_reg64(TCGv_i64 var, int reg) |
24 | +static inline void vfp_load_reg64(TCGv_i64 var, int reg) | ||
25 | { | ||
26 | - tcg_gen_ld_i64(var, cpu_env, vfp_reg_offset(1, reg)); | ||
27 | + tcg_gen_ld_i64(var, cpu_env, vfp_reg_offset(true, reg)); | ||
28 | } | ||
29 | |||
30 | -static inline void neon_store_reg64(TCGv_i64 var, int reg) | ||
31 | +static inline void vfp_store_reg64(TCGv_i64 var, int reg) | ||
32 | { | ||
33 | - tcg_gen_st_i64(var, cpu_env, vfp_reg_offset(1, reg)); | ||
34 | + tcg_gen_st_i64(var, cpu_env, vfp_reg_offset(true, reg)); | ||
35 | } | ||
36 | |||
37 | static inline void vfp_load_reg32(TCGv_i32 var, int reg) | ||
38 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
39 | index XXXXXXX..XXXXXXX 100644 | ||
40 | --- a/target/arm/translate-vfp.c.inc | ||
41 | +++ b/target/arm/translate-vfp.c.inc | ||
42 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSEL(DisasContext *s, arg_VSEL *a) | ||
43 | tcg_gen_ext_i32_i64(nf, cpu_NF); | ||
44 | tcg_gen_ext_i32_i64(vf, cpu_VF); | ||
45 | |||
46 | - neon_load_reg64(frn, rn); | ||
47 | - neon_load_reg64(frm, rm); | ||
48 | + vfp_load_reg64(frn, rn); | ||
49 | + vfp_load_reg64(frm, rm); | ||
50 | switch (a->cc) { | ||
51 | case 0: /* eq: Z */ | ||
52 | tcg_gen_movcond_i64(TCG_COND_EQ, dest, zf, zero, | ||
53 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSEL(DisasContext *s, arg_VSEL *a) | ||
54 | tcg_temp_free_i64(tmp); | ||
55 | break; | ||
56 | } | ||
57 | - neon_store_reg64(dest, rd); | ||
58 | + vfp_store_reg64(dest, rd); | ||
59 | tcg_temp_free_i64(frn); | ||
60 | tcg_temp_free_i64(frm); | ||
61 | tcg_temp_free_i64(dest); | ||
62 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINT(DisasContext *s, arg_VRINT *a) | ||
63 | TCGv_i64 tcg_res; | ||
64 | tcg_op = tcg_temp_new_i64(); | ||
65 | tcg_res = tcg_temp_new_i64(); | ||
66 | - neon_load_reg64(tcg_op, rm); | ||
67 | + vfp_load_reg64(tcg_op, rm); | ||
68 | gen_helper_rintd(tcg_res, tcg_op, fpst); | ||
69 | - neon_store_reg64(tcg_res, rd); | ||
70 | + vfp_store_reg64(tcg_res, rd); | ||
71 | tcg_temp_free_i64(tcg_op); | ||
72 | tcg_temp_free_i64(tcg_res); | ||
73 | } else { | ||
74 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
75 | tcg_double = tcg_temp_new_i64(); | ||
76 | tcg_res = tcg_temp_new_i64(); | ||
77 | tcg_tmp = tcg_temp_new_i32(); | ||
78 | - neon_load_reg64(tcg_double, rm); | ||
79 | + vfp_load_reg64(tcg_double, rm); | ||
80 | if (is_signed) { | ||
81 | gen_helper_vfp_tosld(tcg_res, tcg_double, tcg_shift, fpst); | ||
82 | } else { | ||
83 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDR_VSTR_dp(DisasContext *s, arg_VLDR_VSTR_dp *a) | ||
84 | tmp = tcg_temp_new_i64(); | ||
85 | if (a->l) { | ||
86 | gen_aa32_ld64(s, tmp, addr, get_mem_index(s)); | ||
87 | - neon_store_reg64(tmp, a->vd); | ||
88 | + vfp_store_reg64(tmp, a->vd); | ||
89 | } else { | ||
90 | - neon_load_reg64(tmp, a->vd); | ||
91 | + vfp_load_reg64(tmp, a->vd); | ||
92 | gen_aa32_st64(s, tmp, addr, get_mem_index(s)); | ||
93 | } | ||
94 | tcg_temp_free_i64(tmp); | ||
95 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDM_VSTM_dp(DisasContext *s, arg_VLDM_VSTM_dp *a) | ||
96 | if (a->l) { | ||
97 | /* load */ | ||
98 | gen_aa32_ld64(s, tmp, addr, get_mem_index(s)); | ||
99 | - neon_store_reg64(tmp, a->vd + i); | ||
100 | + vfp_store_reg64(tmp, a->vd + i); | ||
101 | } else { | ||
102 | /* store */ | ||
103 | - neon_load_reg64(tmp, a->vd + i); | ||
104 | + vfp_load_reg64(tmp, a->vd + i); | ||
105 | gen_aa32_st64(s, tmp, addr, get_mem_index(s)); | ||
106 | } | ||
107 | tcg_gen_addi_i32(addr, addr, offset); | ||
108 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_3op_dp(DisasContext *s, VFPGen3OpDPFn *fn, | ||
109 | fd = tcg_temp_new_i64(); | ||
110 | fpst = fpstatus_ptr(FPST_FPCR); | ||
111 | |||
112 | - neon_load_reg64(f0, vn); | ||
113 | - neon_load_reg64(f1, vm); | ||
114 | + vfp_load_reg64(f0, vn); | ||
115 | + vfp_load_reg64(f1, vm); | ||
116 | |||
117 | for (;;) { | ||
118 | if (reads_vd) { | ||
119 | - neon_load_reg64(fd, vd); | ||
120 | + vfp_load_reg64(fd, vd); | ||
121 | } | ||
122 | fn(fd, f0, f1, fpst); | ||
123 | - neon_store_reg64(fd, vd); | ||
124 | + vfp_store_reg64(fd, vd); | ||
125 | |||
126 | if (veclen == 0) { | ||
127 | break; | ||
128 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_3op_dp(DisasContext *s, VFPGen3OpDPFn *fn, | ||
129 | veclen--; | ||
130 | vd = vfp_advance_dreg(vd, delta_d); | ||
131 | vn = vfp_advance_dreg(vn, delta_d); | ||
132 | - neon_load_reg64(f0, vn); | ||
133 | + vfp_load_reg64(f0, vn); | ||
134 | if (delta_m) { | ||
135 | vm = vfp_advance_dreg(vm, delta_m); | ||
136 | - neon_load_reg64(f1, vm); | ||
137 | + vfp_load_reg64(f1, vm); | ||
138 | } | ||
139 | } | ||
140 | |||
141 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_dp(DisasContext *s, VFPGen2OpDPFn *fn, int vd, int vm) | ||
142 | f0 = tcg_temp_new_i64(); | ||
143 | fd = tcg_temp_new_i64(); | ||
144 | |||
145 | - neon_load_reg64(f0, vm); | ||
146 | + vfp_load_reg64(f0, vm); | ||
147 | |||
148 | for (;;) { | ||
149 | fn(fd, f0); | ||
150 | - neon_store_reg64(fd, vd); | ||
151 | + vfp_store_reg64(fd, vd); | ||
152 | |||
153 | if (veclen == 0) { | ||
154 | break; | ||
155 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_dp(DisasContext *s, VFPGen2OpDPFn *fn, int vd, int vm) | ||
156 | /* single source one-many */ | ||
157 | while (veclen--) { | ||
158 | vd = vfp_advance_dreg(vd, delta_d); | ||
159 | - neon_store_reg64(fd, vd); | ||
160 | + vfp_store_reg64(fd, vd); | ||
161 | } | ||
162 | break; | ||
163 | } | ||
164 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_dp(DisasContext *s, VFPGen2OpDPFn *fn, int vd, int vm) | ||
165 | veclen--; | ||
166 | vd = vfp_advance_dreg(vd, delta_d); | ||
167 | vd = vfp_advance_dreg(vm, delta_m); | ||
168 | - neon_load_reg64(f0, vm); | ||
169 | + vfp_load_reg64(f0, vm); | ||
170 | } | ||
171 | |||
172 | tcg_temp_free_i64(f0); | ||
173 | @@ -XXX,XX +XXX,XX @@ static bool do_vfm_dp(DisasContext *s, arg_VFMA_dp *a, bool neg_n, bool neg_d) | ||
174 | vm = tcg_temp_new_i64(); | ||
175 | vd = tcg_temp_new_i64(); | ||
176 | |||
177 | - neon_load_reg64(vn, a->vn); | ||
178 | - neon_load_reg64(vm, a->vm); | ||
179 | + vfp_load_reg64(vn, a->vn); | ||
180 | + vfp_load_reg64(vm, a->vm); | ||
181 | if (neg_n) { | ||
182 | /* VFNMS, VFMS */ | ||
183 | gen_helper_vfp_negd(vn, vn); | ||
184 | } | ||
185 | - neon_load_reg64(vd, a->vd); | ||
186 | + vfp_load_reg64(vd, a->vd); | ||
187 | if (neg_d) { | ||
188 | /* VFNMA, VFNMS */ | ||
189 | gen_helper_vfp_negd(vd, vd); | ||
190 | } | ||
191 | fpst = fpstatus_ptr(FPST_FPCR); | ||
192 | gen_helper_vfp_muladdd(vd, vn, vm, vd, fpst); | ||
193 | - neon_store_reg64(vd, a->vd); | ||
194 | + vfp_store_reg64(vd, a->vd); | ||
195 | |||
196 | tcg_temp_free_ptr(fpst); | ||
197 | tcg_temp_free_i64(vn); | ||
198 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_dp(DisasContext *s, arg_VMOV_imm_dp *a) | ||
199 | fd = tcg_const_i64(vfp_expand_imm(MO_64, a->imm)); | ||
200 | |||
201 | for (;;) { | ||
202 | - neon_store_reg64(fd, vd); | ||
203 | + vfp_store_reg64(fd, vd); | ||
204 | |||
205 | if (veclen == 0) { | ||
206 | break; | ||
207 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCMP_dp(DisasContext *s, arg_VCMP_dp *a) | ||
208 | vd = tcg_temp_new_i64(); | ||
209 | vm = tcg_temp_new_i64(); | ||
210 | |||
211 | - neon_load_reg64(vd, a->vd); | ||
212 | + vfp_load_reg64(vd, a->vd); | ||
213 | if (a->z) { | ||
214 | tcg_gen_movi_i64(vm, 0); | ||
215 | } else { | ||
216 | - neon_load_reg64(vm, a->vm); | ||
217 | + vfp_load_reg64(vm, a->vm); | ||
218 | } | ||
219 | |||
220 | if (a->e) { | ||
221 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f64_f16(DisasContext *s, arg_VCVT_f64_f16 *a) | ||
222 | tcg_gen_ld16u_i32(tmp, cpu_env, vfp_f16_offset(a->vm, a->t)); | ||
223 | vd = tcg_temp_new_i64(); | ||
224 | gen_helper_vfp_fcvt_f16_to_f64(vd, tmp, fpst, ahp_mode); | ||
225 | - neon_store_reg64(vd, a->vd); | ||
226 | + vfp_store_reg64(vd, a->vd); | ||
227 | tcg_temp_free_i32(ahp_mode); | ||
228 | tcg_temp_free_ptr(fpst); | ||
229 | tcg_temp_free_i32(tmp); | ||
230 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f16_f64(DisasContext *s, arg_VCVT_f16_f64 *a) | ||
231 | tmp = tcg_temp_new_i32(); | ||
232 | vm = tcg_temp_new_i64(); | ||
233 | |||
234 | - neon_load_reg64(vm, a->vm); | ||
235 | + vfp_load_reg64(vm, a->vm); | ||
236 | gen_helper_vfp_fcvt_f64_to_f16(tmp, vm, fpst, ahp_mode); | ||
237 | tcg_temp_free_i64(vm); | ||
238 | tcg_gen_st16_i32(tmp, cpu_env, vfp_f16_offset(a->vd, a->t)); | ||
239 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTR_dp(DisasContext *s, arg_VRINTR_dp *a) | ||
240 | } | ||
241 | |||
242 | tmp = tcg_temp_new_i64(); | ||
243 | - neon_load_reg64(tmp, a->vm); | ||
244 | + vfp_load_reg64(tmp, a->vm); | ||
245 | fpst = fpstatus_ptr(FPST_FPCR); | ||
246 | gen_helper_rintd(tmp, tmp, fpst); | ||
247 | - neon_store_reg64(tmp, a->vd); | ||
248 | + vfp_store_reg64(tmp, a->vd); | ||
249 | tcg_temp_free_ptr(fpst); | ||
250 | tcg_temp_free_i64(tmp); | ||
251 | return true; | ||
252 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTZ_dp(DisasContext *s, arg_VRINTZ_dp *a) | ||
253 | } | ||
254 | |||
255 | tmp = tcg_temp_new_i64(); | ||
256 | - neon_load_reg64(tmp, a->vm); | ||
257 | + vfp_load_reg64(tmp, a->vm); | ||
258 | fpst = fpstatus_ptr(FPST_FPCR); | ||
259 | tcg_rmode = tcg_const_i32(float_round_to_zero); | ||
260 | gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
261 | gen_helper_rintd(tmp, tmp, fpst); | ||
262 | gen_helper_set_rmode(tcg_rmode, tcg_rmode, fpst); | ||
263 | - neon_store_reg64(tmp, a->vd); | ||
264 | + vfp_store_reg64(tmp, a->vd); | ||
265 | tcg_temp_free_ptr(fpst); | ||
266 | tcg_temp_free_i64(tmp); | ||
267 | tcg_temp_free_i32(tcg_rmode); | ||
268 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTX_dp(DisasContext *s, arg_VRINTX_dp *a) | ||
269 | } | ||
270 | |||
271 | tmp = tcg_temp_new_i64(); | ||
272 | - neon_load_reg64(tmp, a->vm); | ||
273 | + vfp_load_reg64(tmp, a->vm); | ||
274 | fpst = fpstatus_ptr(FPST_FPCR); | ||
275 | gen_helper_rintd_exact(tmp, tmp, fpst); | ||
276 | - neon_store_reg64(tmp, a->vd); | ||
277 | + vfp_store_reg64(tmp, a->vd); | ||
278 | tcg_temp_free_ptr(fpst); | ||
279 | tcg_temp_free_i64(tmp); | ||
280 | return true; | ||
281 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_sp(DisasContext *s, arg_VCVT_sp *a) | ||
282 | vd = tcg_temp_new_i64(); | ||
283 | vfp_load_reg32(vm, a->vm); | ||
284 | gen_helper_vfp_fcvtds(vd, vm, cpu_env); | ||
285 | - neon_store_reg64(vd, a->vd); | ||
286 | + vfp_store_reg64(vd, a->vd); | ||
287 | tcg_temp_free_i32(vm); | ||
288 | tcg_temp_free_i64(vd); | ||
289 | return true; | ||
290 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp(DisasContext *s, arg_VCVT_dp *a) | ||
291 | |||
292 | vd = tcg_temp_new_i32(); | ||
293 | vm = tcg_temp_new_i64(); | ||
294 | - neon_load_reg64(vm, a->vm); | ||
295 | + vfp_load_reg64(vm, a->vm); | ||
296 | gen_helper_vfp_fcvtsd(vd, vm, cpu_env); | ||
297 | vfp_store_reg32(vd, a->vd); | ||
298 | tcg_temp_free_i32(vd); | ||
299 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_int_dp(DisasContext *s, arg_VCVT_int_dp *a) | ||
300 | /* u32 -> f64 */ | ||
301 | gen_helper_vfp_uitod(vd, vm, fpst); | ||
302 | } | ||
303 | - neon_store_reg64(vd, a->vd); | ||
304 | + vfp_store_reg64(vd, a->vd); | ||
305 | tcg_temp_free_i32(vm); | ||
306 | tcg_temp_free_i64(vd); | ||
307 | tcg_temp_free_ptr(fpst); | ||
308 | @@ -XXX,XX +XXX,XX @@ static bool trans_VJCVT(DisasContext *s, arg_VJCVT *a) | ||
309 | |||
310 | vm = tcg_temp_new_i64(); | ||
311 | vd = tcg_temp_new_i32(); | ||
312 | - neon_load_reg64(vm, a->vm); | ||
313 | + vfp_load_reg64(vm, a->vm); | ||
314 | gen_helper_vjcvt(vd, vm, cpu_env); | ||
315 | vfp_store_reg32(vd, a->vd); | ||
316 | tcg_temp_free_i64(vm); | ||
317 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_dp(DisasContext *s, arg_VCVT_fix_dp *a) | ||
318 | frac_bits = (a->opc & 1) ? (32 - a->imm) : (16 - a->imm); | ||
319 | |||
320 | vd = tcg_temp_new_i64(); | ||
321 | - neon_load_reg64(vd, a->vd); | ||
322 | + vfp_load_reg64(vd, a->vd); | ||
323 | |||
324 | fpst = fpstatus_ptr(FPST_FPCR); | ||
325 | shift = tcg_const_i32(frac_bits); | ||
326 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_dp(DisasContext *s, arg_VCVT_fix_dp *a) | ||
327 | g_assert_not_reached(); | ||
328 | } | ||
329 | |||
330 | - neon_store_reg64(vd, a->vd); | ||
331 | + vfp_store_reg64(vd, a->vd); | ||
332 | tcg_temp_free_i64(vd); | ||
333 | tcg_temp_free_i32(shift); | ||
334 | tcg_temp_free_ptr(fpst); | ||
335 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp_int(DisasContext *s, arg_VCVT_dp_int *a) | ||
336 | fpst = fpstatus_ptr(FPST_FPCR); | ||
337 | vm = tcg_temp_new_i64(); | ||
338 | vd = tcg_temp_new_i32(); | ||
339 | - neon_load_reg64(vm, a->vm); | ||
340 | + vfp_load_reg64(vm, a->vm); | ||
341 | |||
342 | if (a->s) { | ||
343 | if (a->rz) { | ||
33 | -- | 344 | -- |
34 | 2.20.1 | 345 | 2.20.1 |
35 | 346 | ||
36 | 347 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Continue setting, but not relying upon, env->hflags. | 3 | In both cases, we can sink the write-back and perform |
4 | the accumulate into the normal destination temps. | ||
4 | 5 | ||
5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20191023150057.25731-23-richard.henderson@linaro.org | 7 | Message-id: 20201030022618.785675-11-richard.henderson@linaro.org |
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Peter Maydell <peter.maydell@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 | linux-user/aarch64/cpu_loop.c | 1 + | 11 | target/arm/translate-neon.c.inc | 23 +++++++++-------------- |
11 | 1 file changed, 1 insertion(+) | 12 | 1 file changed, 9 insertions(+), 14 deletions(-) |
12 | 13 | ||
13 | diff --git a/linux-user/aarch64/cpu_loop.c b/linux-user/aarch64/cpu_loop.c | 14 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc |
14 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/linux-user/aarch64/cpu_loop.c | 16 | --- a/target/arm/translate-neon.c.inc |
16 | +++ b/linux-user/aarch64/cpu_loop.c | 17 | +++ b/target/arm/translate-neon.c.inc |
17 | @@ -XXX,XX +XXX,XX @@ void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) | 18 | @@ -XXX,XX +XXX,XX @@ static bool do_long_3d(DisasContext *s, arg_3diff *a, |
18 | for (i = 1; i < 4; ++i) { | 19 | if (accfn) { |
19 | env->cp15.sctlr_el[i] |= SCTLR_EE; | 20 | tmp = tcg_temp_new_i64(); |
21 | read_neon_element64(tmp, a->vd, 0, MO_64); | ||
22 | - accfn(tmp, tmp, rd0); | ||
23 | - write_neon_element64(tmp, a->vd, 0, MO_64); | ||
24 | + accfn(rd0, tmp, rd0); | ||
25 | read_neon_element64(tmp, a->vd, 1, MO_64); | ||
26 | - accfn(tmp, tmp, rd1); | ||
27 | - write_neon_element64(tmp, a->vd, 1, MO_64); | ||
28 | + accfn(rd1, tmp, rd1); | ||
29 | tcg_temp_free_i64(tmp); | ||
30 | - } else { | ||
31 | - write_neon_element64(rd0, a->vd, 0, MO_64); | ||
32 | - write_neon_element64(rd1, a->vd, 1, MO_64); | ||
20 | } | 33 | } |
21 | + arm_rebuild_hflags(env); | 34 | |
22 | #endif | 35 | + write_neon_element64(rd0, a->vd, 0, MO_64); |
23 | 36 | + write_neon_element64(rd1, a->vd, 1, MO_64); | |
24 | if (cpu_isar_feature(aa64_pauth, cpu)) { | 37 | tcg_temp_free_i64(rd0); |
38 | tcg_temp_free_i64(rd1); | ||
39 | |||
40 | @@ -XXX,XX +XXX,XX @@ static bool do_2scalar_long(DisasContext *s, arg_2scalar *a, | ||
41 | if (accfn) { | ||
42 | TCGv_i64 t64 = tcg_temp_new_i64(); | ||
43 | read_neon_element64(t64, a->vd, 0, MO_64); | ||
44 | - accfn(t64, t64, rn0_64); | ||
45 | - write_neon_element64(t64, a->vd, 0, MO_64); | ||
46 | + accfn(rn0_64, t64, rn0_64); | ||
47 | read_neon_element64(t64, a->vd, 1, MO_64); | ||
48 | - accfn(t64, t64, rn1_64); | ||
49 | - write_neon_element64(t64, a->vd, 1, MO_64); | ||
50 | + accfn(rn1_64, t64, rn1_64); | ||
51 | tcg_temp_free_i64(t64); | ||
52 | - } else { | ||
53 | - write_neon_element64(rn0_64, a->vd, 0, MO_64); | ||
54 | - write_neon_element64(rn1_64, a->vd, 1, MO_64); | ||
55 | } | ||
56 | + | ||
57 | + write_neon_element64(rn0_64, a->vd, 0, MO_64); | ||
58 | + write_neon_element64(rn1_64, a->vd, 1, MO_64); | ||
59 | tcg_temp_free_i64(rn0_64); | ||
60 | tcg_temp_free_i64(rn1_64); | ||
61 | return true; | ||
25 | -- | 62 | -- |
26 | 2.20.1 | 63 | 2.20.1 |
27 | 64 | ||
28 | 65 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | There are 3 conditions that each enable this flag. M-profile always | 3 | We can use proper widening loads to extend 32-bit inputs, |
4 | enables; A-profile with EL1 as AA64 always enables. Both of these | 4 | and skip the "widenfn" step. |
5 | conditions can easily be cached. The final condition relies on the | ||
6 | FPEXC register which we are not prepared to cache. | ||
7 | 5 | ||
8 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
9 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
10 | Message-id: 20191023150057.25731-12-richard.henderson@linaro.org | 7 | Message-id: 20201030022618.785675-12-richard.henderson@linaro.org |
8 | Reviewed-by: Peter Maydell <peter.maydell@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/cpu.h | 2 +- | 11 | target/arm/translate.c | 6 +++ |
14 | target/arm/helper.c | 14 ++++++++++---- | 12 | target/arm/translate-neon.c.inc | 66 ++++++++++++++++++--------------- |
15 | 2 files changed, 11 insertions(+), 5 deletions(-) | 13 | 2 files changed, 43 insertions(+), 29 deletions(-) |
16 | 14 | ||
17 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 15 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
18 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/target/arm/cpu.h | 17 | --- a/target/arm/translate.c |
20 | +++ b/target/arm/cpu.h | 18 | +++ b/target/arm/translate.c |
21 | @@ -XXX,XX +XXX,XX @@ FIELD(TBFLAG_A32, XSCALE_CPAR, 4, 2) | 19 | @@ -XXX,XX +XXX,XX @@ static void read_neon_element64(TCGv_i64 dest, int reg, int ele, MemOp memop) |
22 | * the same thing as the current security state of the processor! | 20 | long off = neon_element_offset(reg, ele, memop); |
23 | */ | 21 | |
24 | FIELD(TBFLAG_A32, NS, 6, 1) | 22 | switch (memop) { |
25 | -FIELD(TBFLAG_A32, VFPEN, 7, 1) /* Not cached. */ | 23 | + case MO_SL: |
26 | +FIELD(TBFLAG_A32, VFPEN, 7, 1) /* Partially cached, minus FPEXC. */ | 24 | + tcg_gen_ld32s_i64(dest, cpu_env, off); |
27 | FIELD(TBFLAG_A32, CONDEXEC, 8, 8) /* Not cached. */ | 25 | + break; |
28 | FIELD(TBFLAG_A32, SCTLR_B, 16, 1) | 26 | + case MO_UL: |
29 | /* For M profile only, set if FPCCR.LSPACT is set */ | 27 | + tcg_gen_ld32u_i64(dest, cpu_env, off); |
30 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 28 | + break; |
29 | case MO_Q: | ||
30 | tcg_gen_ld_i64(dest, cpu_env, off); | ||
31 | break; | ||
32 | diff --git a/target/arm/translate-neon.c.inc b/target/arm/translate-neon.c.inc | ||
31 | index XXXXXXX..XXXXXXX 100644 | 33 | index XXXXXXX..XXXXXXX 100644 |
32 | --- a/target/arm/helper.c | 34 | --- a/target/arm/translate-neon.c.inc |
33 | +++ b/target/arm/helper.c | 35 | +++ b/target/arm/translate-neon.c.inc |
34 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_m32(CPUARMState *env, int fp_el, | 36 | @@ -XXX,XX +XXX,XX @@ static bool trans_Vimm_1r(DisasContext *s, arg_1reg_imm *a) |
37 | static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, | ||
38 | NeonGenWidenFn *widenfn, | ||
39 | NeonGenTwo64OpFn *opfn, | ||
40 | - bool src1_wide) | ||
41 | + int src1_mop, int src2_mop) | ||
35 | { | 42 | { |
36 | uint32_t flags = 0; | 43 | /* 3-regs different lengths, prewidening case (VADDL/VSUBL/VAADW/VSUBW) */ |
37 | 44 | TCGv_i64 rn0_64, rn1_64, rm_64; | |
38 | + /* v8M always enables the fpu. */ | 45 | - TCGv_i32 rm; |
39 | + flags = FIELD_DP32(flags, TBFLAG_A32, VFPEN, 1); | 46 | |
40 | + | 47 | if (!arm_dc_feature(s, ARM_FEATURE_NEON)) { |
41 | if (arm_v7m_is_handler_mode(env)) { | 48 | return false; |
42 | flags = FIELD_DP32(flags, TBFLAG_A32, HANDLER, 1); | 49 | @@ -XXX,XX +XXX,XX @@ static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, |
50 | return false; | ||
43 | } | 51 | } |
44 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a32(CPUARMState *env, int fp_el, | 52 | |
45 | ARMMMUIdx mmu_idx) | 53 | - if (!widenfn || !opfn) { |
46 | { | 54 | + if (!opfn) { |
47 | uint32_t flags = rebuild_hflags_aprofile(env); | 55 | /* size == 3 case, which is an entirely different insn group */ |
48 | + | 56 | return false; |
49 | + if (arm_el_is_aa64(env, 1)) { | 57 | } |
50 | + flags = FIELD_DP32(flags, TBFLAG_A32, VFPEN, 1); | 58 | |
59 | - if ((a->vd & 1) || (src1_wide && (a->vn & 1))) { | ||
60 | + if ((a->vd & 1) || (src1_mop == MO_Q && (a->vn & 1))) { | ||
61 | return false; | ||
62 | } | ||
63 | |||
64 | @@ -XXX,XX +XXX,XX @@ static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, | ||
65 | rn1_64 = tcg_temp_new_i64(); | ||
66 | rm_64 = tcg_temp_new_i64(); | ||
67 | |||
68 | - if (src1_wide) { | ||
69 | - read_neon_element64(rn0_64, a->vn, 0, MO_64); | ||
70 | + if (src1_mop >= 0) { | ||
71 | + read_neon_element64(rn0_64, a->vn, 0, src1_mop); | ||
72 | } else { | ||
73 | TCGv_i32 tmp = tcg_temp_new_i32(); | ||
74 | read_neon_element32(tmp, a->vn, 0, MO_32); | ||
75 | widenfn(rn0_64, tmp); | ||
76 | tcg_temp_free_i32(tmp); | ||
77 | } | ||
78 | - rm = tcg_temp_new_i32(); | ||
79 | - read_neon_element32(rm, a->vm, 0, MO_32); | ||
80 | + if (src2_mop >= 0) { | ||
81 | + read_neon_element64(rm_64, a->vm, 0, src2_mop); | ||
82 | + } else { | ||
83 | + TCGv_i32 tmp = tcg_temp_new_i32(); | ||
84 | + read_neon_element32(tmp, a->vm, 0, MO_32); | ||
85 | + widenfn(rm_64, tmp); | ||
86 | + tcg_temp_free_i32(tmp); | ||
51 | + } | 87 | + } |
52 | return rebuild_hflags_common_32(env, fp_el, mmu_idx, flags); | 88 | |
89 | - widenfn(rm_64, rm); | ||
90 | - tcg_temp_free_i32(rm); | ||
91 | opfn(rn0_64, rn0_64, rm_64); | ||
92 | |||
93 | /* | ||
94 | * Load second pass inputs before storing the first pass result, to | ||
95 | * avoid incorrect results if a narrow input overlaps with the result. | ||
96 | */ | ||
97 | - if (src1_wide) { | ||
98 | - read_neon_element64(rn1_64, a->vn, 1, MO_64); | ||
99 | + if (src1_mop >= 0) { | ||
100 | + read_neon_element64(rn1_64, a->vn, 1, src1_mop); | ||
101 | } else { | ||
102 | TCGv_i32 tmp = tcg_temp_new_i32(); | ||
103 | read_neon_element32(tmp, a->vn, 1, MO_32); | ||
104 | widenfn(rn1_64, tmp); | ||
105 | tcg_temp_free_i32(tmp); | ||
106 | } | ||
107 | - rm = tcg_temp_new_i32(); | ||
108 | - read_neon_element32(rm, a->vm, 1, MO_32); | ||
109 | + if (src2_mop >= 0) { | ||
110 | + read_neon_element64(rm_64, a->vm, 1, src2_mop); | ||
111 | + } else { | ||
112 | + TCGv_i32 tmp = tcg_temp_new_i32(); | ||
113 | + read_neon_element32(tmp, a->vm, 1, MO_32); | ||
114 | + widenfn(rm_64, tmp); | ||
115 | + tcg_temp_free_i32(tmp); | ||
116 | + } | ||
117 | |||
118 | write_neon_element64(rn0_64, a->vd, 0, MO_64); | ||
119 | |||
120 | - widenfn(rm_64, rm); | ||
121 | - tcg_temp_free_i32(rm); | ||
122 | opfn(rn1_64, rn1_64, rm_64); | ||
123 | write_neon_element64(rn1_64, a->vd, 1, MO_64); | ||
124 | |||
125 | @@ -XXX,XX +XXX,XX @@ static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, | ||
126 | return true; | ||
53 | } | 127 | } |
54 | 128 | ||
55 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | 129 | -#define DO_PREWIDEN(INSN, S, EXT, OP, SRC1WIDE) \ |
56 | flags = FIELD_DP32(flags, TBFLAG_A32, VECSTRIDE, | 130 | +#define DO_PREWIDEN(INSN, S, OP, SRC1WIDE, SIGN) \ |
57 | env->vfp.vec_stride); | 131 | static bool trans_##INSN##_3d(DisasContext *s, arg_3diff *a) \ |
58 | } | 132 | { \ |
59 | + if (env->vfp.xregs[ARM_VFP_FPEXC] & (1 << 30)) { | 133 | static NeonGenWidenFn * const widenfn[] = { \ |
60 | + flags = FIELD_DP32(flags, TBFLAG_A32, VFPEN, 1); | 134 | gen_helper_neon_widen_##S##8, \ |
61 | + } | 135 | gen_helper_neon_widen_##S##16, \ |
62 | } | 136 | - tcg_gen_##EXT##_i32_i64, \ |
63 | 137 | - NULL, \ | |
64 | flags = FIELD_DP32(flags, TBFLAG_A32, THUMB, env->thumb); | 138 | + NULL, NULL, \ |
65 | flags = FIELD_DP32(flags, TBFLAG_A32, CONDEXEC, env->condexec_bits); | 139 | }; \ |
66 | - if (env->vfp.xregs[ARM_VFP_FPEXC] & (1 << 30) | 140 | static NeonGenTwo64OpFn * const addfn[] = { \ |
67 | - || arm_el_is_aa64(env, 1) || arm_feature(env, ARM_FEATURE_M)) { | 141 | gen_helper_neon_##OP##l_u16, \ |
68 | - flags = FIELD_DP32(flags, TBFLAG_A32, VFPEN, 1); | 142 | @@ -XXX,XX +XXX,XX @@ static bool do_prewiden_3d(DisasContext *s, arg_3diff *a, |
69 | - } | 143 | tcg_gen_##OP##_i64, \ |
70 | pstate_for_ss = env->uncached_cpsr; | 144 | NULL, \ |
145 | }; \ | ||
146 | - return do_prewiden_3d(s, a, widenfn[a->size], \ | ||
147 | - addfn[a->size], SRC1WIDE); \ | ||
148 | + int narrow_mop = a->size == MO_32 ? MO_32 | SIGN : -1; \ | ||
149 | + return do_prewiden_3d(s, a, widenfn[a->size], addfn[a->size], \ | ||
150 | + SRC1WIDE ? MO_Q : narrow_mop, \ | ||
151 | + narrow_mop); \ | ||
71 | } | 152 | } |
72 | 153 | ||
154 | -DO_PREWIDEN(VADDL_S, s, ext, add, false) | ||
155 | -DO_PREWIDEN(VADDL_U, u, extu, add, false) | ||
156 | -DO_PREWIDEN(VSUBL_S, s, ext, sub, false) | ||
157 | -DO_PREWIDEN(VSUBL_U, u, extu, sub, false) | ||
158 | -DO_PREWIDEN(VADDW_S, s, ext, add, true) | ||
159 | -DO_PREWIDEN(VADDW_U, u, extu, add, true) | ||
160 | -DO_PREWIDEN(VSUBW_S, s, ext, sub, true) | ||
161 | -DO_PREWIDEN(VSUBW_U, u, extu, sub, true) | ||
162 | +DO_PREWIDEN(VADDL_S, s, add, false, MO_SIGN) | ||
163 | +DO_PREWIDEN(VADDL_U, u, add, false, 0) | ||
164 | +DO_PREWIDEN(VSUBL_S, s, sub, false, MO_SIGN) | ||
165 | +DO_PREWIDEN(VSUBL_U, u, sub, false, 0) | ||
166 | +DO_PREWIDEN(VADDW_S, s, add, true, MO_SIGN) | ||
167 | +DO_PREWIDEN(VADDW_U, u, add, true, 0) | ||
168 | +DO_PREWIDEN(VSUBW_S, s, sub, true, MO_SIGN) | ||
169 | +DO_PREWIDEN(VSUBW_U, u, sub, true, 0) | ||
170 | |||
171 | static bool do_narrow_3d(DisasContext *s, arg_3diff *a, | ||
172 | NeonGenTwo64OpFn *opfn, NeonGenNarrowFn *narrowfn) | ||
73 | -- | 173 | -- |
74 | 2.20.1 | 174 | 2.20.1 |
75 | 175 | ||
76 | 176 | diff view generated by jsdifflib |
1 | Switch the xilinx_timer code away from bottom-half based ptimers to | 1 | In the neon_padd/pmax/pmin helpers for float16, a cut-and-paste error |
---|---|---|---|
2 | the new transaction-based ptimer API. This just requires adding | 2 | meant we were using the H4() address swizzler macro rather than the |
3 | begin/commit calls around the various places that modify the ptimer | 3 | H2() which is required for 2-byte data. This had no effect on |
4 | state, and using the new ptimer_init() function to create the timer. | 4 | little-endian hosts but meant we put the result data into the |
5 | destination Dreg in the wrong order on big-endian hosts. | ||
5 | 6 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 9 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | 10 | Message-id: 20201028191712.4910-2-peter.maydell@linaro.org |
10 | Message-id: 20191017132122.4402-3-peter.maydell@linaro.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | --- | 11 | --- |
13 | hw/timer/xilinx_timer.c | 13 ++++++++----- | 12 | target/arm/vec_helper.c | 8 ++++---- |
14 | 1 file changed, 8 insertions(+), 5 deletions(-) | 13 | 1 file changed, 4 insertions(+), 4 deletions(-) |
15 | 14 | ||
16 | diff --git a/hw/timer/xilinx_timer.c b/hw/timer/xilinx_timer.c | 15 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c |
17 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/hw/timer/xilinx_timer.c | 17 | --- a/target/arm/vec_helper.c |
19 | +++ b/hw/timer/xilinx_timer.c | 18 | +++ b/target/arm/vec_helper.c |
20 | @@ -XXX,XX +XXX,XX @@ | 19 | @@ -XXX,XX +XXX,XX @@ DO_ABA(gvec_uaba_d, uint64_t) |
21 | #include "hw/ptimer.h" | 20 | r2 = float16_##OP(m[H2(0)], m[H2(1)], fpst); \ |
22 | #include "hw/qdev-properties.h" | 21 | r3 = float16_##OP(m[H2(2)], m[H2(3)], fpst); \ |
23 | #include "qemu/log.h" | 22 | \ |
24 | -#include "qemu/main-loop.h" | 23 | - d[H4(0)] = r0; \ |
25 | #include "qemu/module.h" | 24 | - d[H4(1)] = r1; \ |
26 | 25 | - d[H4(2)] = r2; \ | |
27 | #define D(x) | 26 | - d[H4(3)] = r3; \ |
28 | @@ -XXX,XX +XXX,XX @@ | 27 | + d[H2(0)] = r0; \ |
29 | 28 | + d[H2(1)] = r1; \ | |
30 | struct xlx_timer | 29 | + d[H2(2)] = r2; \ |
31 | { | 30 | + d[H2(3)] = r3; \ |
32 | - QEMUBH *bh; | ||
33 | ptimer_state *ptimer; | ||
34 | void *parent; | ||
35 | int nr; /* for debug. */ | ||
36 | @@ -XXX,XX +XXX,XX @@ timer_read(void *opaque, hwaddr addr, unsigned int size) | ||
37 | return r; | ||
38 | } | ||
39 | |||
40 | +/* Must be called inside ptimer transaction block */ | ||
41 | static void timer_enable(struct xlx_timer *xt) | ||
42 | { | ||
43 | uint64_t count; | ||
44 | @@ -XXX,XX +XXX,XX @@ timer_write(void *opaque, hwaddr addr, | ||
45 | value &= ~TCSR_TINT; | ||
46 | |||
47 | xt->regs[addr] = value & 0x7ff; | ||
48 | - if (value & TCSR_ENT) | ||
49 | + if (value & TCSR_ENT) { | ||
50 | + ptimer_transaction_begin(xt->ptimer); | ||
51 | timer_enable(xt); | ||
52 | + ptimer_transaction_commit(xt->ptimer); | ||
53 | + } | ||
54 | break; | ||
55 | |||
56 | default: | ||
57 | @@ -XXX,XX +XXX,XX @@ static void xilinx_timer_realize(DeviceState *dev, Error **errp) | ||
58 | |||
59 | xt->parent = t; | ||
60 | xt->nr = i; | ||
61 | - xt->bh = qemu_bh_new(timer_hit, xt); | ||
62 | - xt->ptimer = ptimer_init_with_bh(xt->bh, PTIMER_POLICY_DEFAULT); | ||
63 | + xt->ptimer = ptimer_init(timer_hit, xt, PTIMER_POLICY_DEFAULT); | ||
64 | + ptimer_transaction_begin(xt->ptimer); | ||
65 | ptimer_set_freq(xt->ptimer, t->freq_hz); | ||
66 | + ptimer_transaction_commit(xt->ptimer); | ||
67 | } | 31 | } |
68 | 32 | ||
69 | memory_region_init_io(&t->mmio, OBJECT(t), &timer_ops, t, "xlnx.xps-timer", | 33 | DO_NEON_PAIRWISE(neon_padd, add) |
70 | -- | 34 | -- |
71 | 2.20.1 | 35 | 2.20.1 |
72 | 36 | ||
73 | 37 | diff view generated by jsdifflib |
1 | Switch the grlib_gptimer code away from bottom-half based ptimers to | 1 | The helper functions for performing the udot/sdot operations against |
---|---|---|---|
2 | the new transaction-based ptimer API. This just requires adding | 2 | a scalar were not using an address-swizzling macro when converting |
3 | begin/commit calls around the various places that modify the ptimer | 3 | the index of the scalar element into a pointer into the vm array. |
4 | state, and using the new ptimer_init() function to create the timer. | 4 | This had no effect on little-endian hosts but meant we generated |
5 | incorrect results on big-endian hosts. | ||
6 | |||
7 | For these insns, the index is indexing over group of 4 8-bit values, | ||
8 | so 32 bits per indexed entity, and H4() is therefore what we want. | ||
9 | (For Neon the only possible input indexes are 0 and 1.) | ||
5 | 10 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 12 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 13 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Message-id: 20191021134357.14266-3-peter.maydell@linaro.org | 14 | Message-id: 20201028191712.4910-3-peter.maydell@linaro.org |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | 15 | --- |
12 | hw/timer/grlib_gptimer.c | 28 ++++++++++++++++++++++++---- | 16 | target/arm/vec_helper.c | 4 ++-- |
13 | 1 file changed, 24 insertions(+), 4 deletions(-) | 17 | 1 file changed, 2 insertions(+), 2 deletions(-) |
14 | 18 | ||
15 | diff --git a/hw/timer/grlib_gptimer.c b/hw/timer/grlib_gptimer.c | 19 | diff --git a/target/arm/vec_helper.c b/target/arm/vec_helper.c |
16 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/timer/grlib_gptimer.c | 21 | --- a/target/arm/vec_helper.c |
18 | +++ b/hw/timer/grlib_gptimer.c | 22 | +++ b/target/arm/vec_helper.c |
19 | @@ -XXX,XX +XXX,XX @@ | 23 | @@ -XXX,XX +XXX,XX @@ void HELPER(gvec_sdot_idx_b)(void *vd, void *vn, void *vm, uint32_t desc) |
20 | #include "hw/irq.h" | 24 | intptr_t index = simd_data(desc); |
21 | #include "hw/ptimer.h" | 25 | uint32_t *d = vd; |
22 | #include "hw/qdev-properties.h" | 26 | int8_t *n = vn; |
23 | -#include "qemu/main-loop.h" | 27 | - int8_t *m_indexed = (int8_t *)vm + index * 4; |
24 | #include "qemu/module.h" | 28 | + int8_t *m_indexed = (int8_t *)vm + H4(index) * 4; |
25 | 29 | ||
26 | #include "trace.h" | 30 | /* Notice the special case of opr_sz == 8, from aa64/aa32 advsimd. |
27 | @@ -XXX,XX +XXX,XX @@ typedef struct GPTimer GPTimer; | 31 | * Otherwise opr_sz is a multiple of 16. |
28 | typedef struct GPTimerUnit GPTimerUnit; | 32 | @@ -XXX,XX +XXX,XX @@ void HELPER(gvec_udot_idx_b)(void *vd, void *vn, void *vm, uint32_t desc) |
29 | 33 | intptr_t index = simd_data(desc); | |
30 | struct GPTimer { | 34 | uint32_t *d = vd; |
31 | - QEMUBH *bh; | 35 | uint8_t *n = vn; |
32 | struct ptimer_state *ptimer; | 36 | - uint8_t *m_indexed = (uint8_t *)vm + index * 4; |
33 | 37 | + uint8_t *m_indexed = (uint8_t *)vm + H4(index) * 4; | |
34 | qemu_irq irq; | 38 | |
35 | @@ -XXX,XX +XXX,XX @@ struct GPTimerUnit { | 39 | /* Notice the special case of opr_sz == 8, from aa64/aa32 advsimd. |
36 | uint32_t config; | 40 | * Otherwise opr_sz is a multiple of 16. |
37 | }; | ||
38 | |||
39 | +static void grlib_gptimer_tx_begin(GPTimer *timer) | ||
40 | +{ | ||
41 | + ptimer_transaction_begin(timer->ptimer); | ||
42 | +} | ||
43 | + | ||
44 | +static void grlib_gptimer_tx_commit(GPTimer *timer) | ||
45 | +{ | ||
46 | + ptimer_transaction_commit(timer->ptimer); | ||
47 | +} | ||
48 | + | ||
49 | +/* Must be called within grlib_gptimer_tx_begin/commit block */ | ||
50 | static void grlib_gptimer_enable(GPTimer *timer) | ||
51 | { | ||
52 | assert(timer != NULL); | ||
53 | @@ -XXX,XX +XXX,XX @@ static void grlib_gptimer_enable(GPTimer *timer) | ||
54 | ptimer_run(timer->ptimer, 1); | ||
55 | } | ||
56 | |||
57 | +/* Must be called within grlib_gptimer_tx_begin/commit block */ | ||
58 | static void grlib_gptimer_restart(GPTimer *timer) | ||
59 | { | ||
60 | assert(timer != NULL); | ||
61 | @@ -XXX,XX +XXX,XX @@ static void grlib_gptimer_set_scaler(GPTimerUnit *unit, uint32_t scaler) | ||
62 | trace_grlib_gptimer_set_scaler(scaler, value); | ||
63 | |||
64 | for (i = 0; i < unit->nr_timers; i++) { | ||
65 | + ptimer_transaction_begin(unit->timers[i].ptimer); | ||
66 | ptimer_set_freq(unit->timers[i].ptimer, value); | ||
67 | + ptimer_transaction_commit(unit->timers[i].ptimer); | ||
68 | } | ||
69 | } | ||
70 | |||
71 | @@ -XXX,XX +XXX,XX @@ static void grlib_gptimer_write(void *opaque, hwaddr addr, | ||
72 | switch (timer_addr) { | ||
73 | case COUNTER_OFFSET: | ||
74 | trace_grlib_gptimer_writel(id, addr, value); | ||
75 | + grlib_gptimer_tx_begin(&unit->timers[id]); | ||
76 | unit->timers[id].counter = value; | ||
77 | grlib_gptimer_enable(&unit->timers[id]); | ||
78 | + grlib_gptimer_tx_commit(&unit->timers[id]); | ||
79 | return; | ||
80 | |||
81 | case COUNTER_RELOAD_OFFSET: | ||
82 | @@ -XXX,XX +XXX,XX @@ static void grlib_gptimer_write(void *opaque, hwaddr addr, | ||
83 | /* gptimer_restart calls gptimer_enable, so if "enable" and "load" | ||
84 | bits are present, we just have to call restart. */ | ||
85 | |||
86 | + grlib_gptimer_tx_begin(&unit->timers[id]); | ||
87 | if (value & GPTIMER_LOAD) { | ||
88 | grlib_gptimer_restart(&unit->timers[id]); | ||
89 | } else if (value & GPTIMER_ENABLE) { | ||
90 | @@ -XXX,XX +XXX,XX @@ static void grlib_gptimer_write(void *opaque, hwaddr addr, | ||
91 | value &= ~(GPTIMER_LOAD & GPTIMER_DEBUG_HALT); | ||
92 | |||
93 | unit->timers[id].config = value; | ||
94 | + grlib_gptimer_tx_commit(&unit->timers[id]); | ||
95 | return; | ||
96 | |||
97 | default: | ||
98 | @@ -XXX,XX +XXX,XX @@ static void grlib_gptimer_reset(DeviceState *d) | ||
99 | timer->counter = 0; | ||
100 | timer->reload = 0; | ||
101 | timer->config = 0; | ||
102 | + ptimer_transaction_begin(timer->ptimer); | ||
103 | ptimer_stop(timer->ptimer); | ||
104 | ptimer_set_count(timer->ptimer, 0); | ||
105 | ptimer_set_freq(timer->ptimer, unit->freq_hz); | ||
106 | + ptimer_transaction_commit(timer->ptimer); | ||
107 | } | ||
108 | } | ||
109 | |||
110 | @@ -XXX,XX +XXX,XX @@ static void grlib_gptimer_realize(DeviceState *dev, Error **errp) | ||
111 | GPTimer *timer = &unit->timers[i]; | ||
112 | |||
113 | timer->unit = unit; | ||
114 | - timer->bh = qemu_bh_new(grlib_gptimer_hit, timer); | ||
115 | - timer->ptimer = ptimer_init_with_bh(timer->bh, PTIMER_POLICY_DEFAULT); | ||
116 | + timer->ptimer = ptimer_init(grlib_gptimer_hit, timer, | ||
117 | + PTIMER_POLICY_DEFAULT); | ||
118 | timer->id = i; | ||
119 | |||
120 | /* One IRQ line for each timer */ | ||
121 | sysbus_init_irq(sbd, &timer->irq); | ||
122 | |||
123 | + ptimer_transaction_begin(timer->ptimer); | ||
124 | ptimer_set_freq(timer->ptimer, unit->freq_hz); | ||
125 | + ptimer_transaction_commit(timer->ptimer); | ||
126 | } | ||
127 | |||
128 | memory_region_init_io(&unit->iomem, OBJECT(unit), &grlib_gptimer_ops, | ||
129 | -- | 41 | -- |
130 | 2.20.1 | 42 | 2.20.1 |
131 | 43 | ||
132 | 44 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Rémi Denis-Courmont <remi.denis.courmont@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Create a function to compute the values of the TBFLAG_A32 bits | 3 | HCR should be applied when NS is set, not when it is cleared. |
4 | that will be cached, and are used by M-profile. | ||
5 | 4 | ||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 5 | Signed-off-by: Rémi Denis-Courmont <remi.denis.courmont@huawei.com> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Message-id: 20191023150057.25731-6-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 8 | --- |
11 | target/arm/helper.c | 45 ++++++++++++++++++++++++++++++--------------- | 9 | target/arm/helper.c | 5 ++--- |
12 | 1 file changed, 30 insertions(+), 15 deletions(-) | 10 | 1 file changed, 2 insertions(+), 3 deletions(-) |
13 | 11 | ||
14 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 12 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
15 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/helper.c | 14 | --- a/target/arm/helper.c |
17 | +++ b/target/arm/helper.c | 15 | +++ b/target/arm/helper.c |
18 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_common_32(CPUARMState *env, int fp_el, | 16 | @@ -XXX,XX +XXX,XX @@ static void tlbimvaa_is_write(CPUARMState *env, const ARMCPRegInfo *ri, |
19 | return rebuild_hflags_common(env, fp_el, mmu_idx, flags); | 17 | |
18 | /* | ||
19 | * Non-IS variants of TLB operations are upgraded to | ||
20 | - * IS versions if we are at NS EL1 and HCR_EL2.FB is set to | ||
21 | + * IS versions if we are at EL1 and HCR_EL2.FB is effectively set to | ||
22 | * force broadcast of these operations. | ||
23 | */ | ||
24 | static bool tlb_force_broadcast(CPUARMState *env) | ||
25 | { | ||
26 | - return (env->cp15.hcr_el2 & HCR_FB) && | ||
27 | - arm_current_el(env) == 1 && arm_is_secure_below_el3(env); | ||
28 | + return arm_current_el(env) == 1 && (arm_hcr_el2_eff(env) & HCR_FB); | ||
20 | } | 29 | } |
21 | 30 | ||
22 | +static uint32_t rebuild_hflags_m32(CPUARMState *env, int fp_el, | 31 | static void tlbiall_write(CPUARMState *env, const ARMCPRegInfo *ri, |
23 | + ARMMMUIdx mmu_idx) | ||
24 | +{ | ||
25 | + uint32_t flags = 0; | ||
26 | + | ||
27 | + if (arm_v7m_is_handler_mode(env)) { | ||
28 | + flags = FIELD_DP32(flags, TBFLAG_A32, HANDLER, 1); | ||
29 | + } | ||
30 | + | ||
31 | + /* | ||
32 | + * v8M always applies stack limit checks unless CCR.STKOFHFNMIGN | ||
33 | + * is suppressing them because the requested execution priority | ||
34 | + * is less than 0. | ||
35 | + */ | ||
36 | + if (arm_feature(env, ARM_FEATURE_V8) && | ||
37 | + !((mmu_idx & ARM_MMU_IDX_M_NEGPRI) && | ||
38 | + (env->v7m.ccr[env->v7m.secure] & R_V7M_CCR_STKOFHFNMIGN_MASK))) { | ||
39 | + flags = FIELD_DP32(flags, TBFLAG_A32, STACKCHECK, 1); | ||
40 | + } | ||
41 | + | ||
42 | + return rebuild_hflags_common_32(env, fp_el, mmu_idx, flags); | ||
43 | +} | ||
44 | + | ||
45 | static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | ||
46 | ARMMMUIdx mmu_idx) | ||
47 | { | ||
48 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
49 | } | ||
50 | } else { | ||
51 | *pc = env->regs[15]; | ||
52 | - flags = rebuild_hflags_common_32(env, fp_el, mmu_idx, 0); | ||
53 | + | ||
54 | + if (arm_feature(env, ARM_FEATURE_M)) { | ||
55 | + flags = rebuild_hflags_m32(env, fp_el, mmu_idx); | ||
56 | + } else { | ||
57 | + flags = rebuild_hflags_common_32(env, fp_el, mmu_idx, 0); | ||
58 | + } | ||
59 | + | ||
60 | flags = FIELD_DP32(flags, TBFLAG_A32, THUMB, env->thumb); | ||
61 | flags = FIELD_DP32(flags, TBFLAG_A32, VECLEN, env->vfp.vec_len); | ||
62 | flags = FIELD_DP32(flags, TBFLAG_A32, VECSTRIDE, env->vfp.vec_stride); | ||
63 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
64 | } | ||
65 | } | ||
66 | |||
67 | - if (arm_v7m_is_handler_mode(env)) { | ||
68 | - flags = FIELD_DP32(flags, TBFLAG_A32, HANDLER, 1); | ||
69 | - } | ||
70 | - | ||
71 | - /* v8M always applies stack limit checks unless CCR.STKOFHFNMIGN is | ||
72 | - * suppressing them because the requested execution priority is less than 0. | ||
73 | - */ | ||
74 | - if (arm_feature(env, ARM_FEATURE_V8) && | ||
75 | - arm_feature(env, ARM_FEATURE_M) && | ||
76 | - !((mmu_idx & ARM_MMU_IDX_M_NEGPRI) && | ||
77 | - (env->v7m.ccr[env->v7m.secure] & R_V7M_CCR_STKOFHFNMIGN_MASK))) { | ||
78 | - flags = FIELD_DP32(flags, TBFLAG_A32, STACKCHECK, 1); | ||
79 | - } | ||
80 | - | ||
81 | if (arm_feature(env, ARM_FEATURE_M_SECURITY) && | ||
82 | FIELD_EX32(env->v7m.fpccr[M_REG_S], V7M_FPCCR, S) != env->v7m.secure) { | ||
83 | flags = FIELD_DP32(flags, TBFLAG_A32, FPCCR_S_WRONG, 1); | ||
84 | -- | 32 | -- |
85 | 2.20.1 | 33 | 2.20.1 |
86 | 34 | ||
87 | 35 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Rémi Denis-Courmont <remi.denis.courmont@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Create a function to compute the values of the TBFLAG_A32 bits | 3 | Secure mode is not exempted from checking SCR_EL3.TLOR, and in the |
4 | that will be cached, and are used by all profiles. | 4 | future HCR_EL2.TLOR when S-EL2 is enabled. |
5 | 5 | ||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 6 | Signed-off-by: Rémi Denis-Courmont <remi.denis.courmont@huawei.com> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Message-id: 20191023150057.25731-4-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 9 | --- |
11 | target/arm/helper.c | 16 +++++++++++----- | 10 | target/arm/helper.c | 19 +++++-------------- |
12 | 1 file changed, 11 insertions(+), 5 deletions(-) | 11 | 1 file changed, 5 insertions(+), 14 deletions(-) |
13 | 12 | ||
14 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 13 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
15 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/helper.c | 15 | --- a/target/arm/helper.c |
17 | +++ b/target/arm/helper.c | 16 | +++ b/target/arm/helper.c |
18 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_common(CPUARMState *env, int fp_el, | 17 | @@ -XXX,XX +XXX,XX @@ static uint64_t id_aa64pfr0_read(CPUARMState *env, const ARMCPRegInfo *ri) |
19 | return flags; | 18 | #endif |
19 | |||
20 | /* Shared logic between LORID and the rest of the LOR* registers. | ||
21 | - * Secure state has already been delt with. | ||
22 | + * Secure state exclusion has already been dealt with. | ||
23 | */ | ||
24 | -static CPAccessResult access_lor_ns(CPUARMState *env) | ||
25 | +static CPAccessResult access_lor_ns(CPUARMState *env, | ||
26 | + const ARMCPRegInfo *ri, bool isread) | ||
27 | { | ||
28 | int el = arm_current_el(env); | ||
29 | |||
30 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_lor_ns(CPUARMState *env) | ||
31 | return CP_ACCESS_OK; | ||
20 | } | 32 | } |
21 | 33 | ||
22 | +static uint32_t rebuild_hflags_common_32(CPUARMState *env, int fp_el, | 34 | -static CPAccessResult access_lorid(CPUARMState *env, const ARMCPRegInfo *ri, |
23 | + ARMMMUIdx mmu_idx, uint32_t flags) | 35 | - bool isread) |
24 | +{ | 36 | -{ |
25 | + flags = FIELD_DP32(flags, TBFLAG_A32, SCTLR_B, arm_sctlr_b(env)); | 37 | - if (arm_is_secure_below_el3(env)) { |
26 | + flags = FIELD_DP32(flags, TBFLAG_A32, NS, !access_secure_reg(env)); | 38 | - /* Access ok in secure mode. */ |
27 | + | 39 | - return CP_ACCESS_OK; |
28 | + return rebuild_hflags_common(env, fp_el, mmu_idx, flags); | 40 | - } |
29 | +} | 41 | - return access_lor_ns(env); |
30 | + | 42 | -} |
31 | static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | 43 | - |
32 | ARMMMUIdx mmu_idx) | 44 | static CPAccessResult access_lor_other(CPUARMState *env, |
45 | const ARMCPRegInfo *ri, bool isread) | ||
33 | { | 46 | { |
34 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | 47 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_lor_other(CPUARMState *env, |
35 | ARMMMUIdx mmu_idx = arm_mmu_idx(env); | 48 | /* Access denied in secure mode. */ |
36 | int current_el = arm_current_el(env); | 49 | return CP_ACCESS_TRAP; |
37 | int fp_el = fp_exception_el(env, current_el); | ||
38 | - uint32_t flags = 0; | ||
39 | + uint32_t flags; | ||
40 | |||
41 | if (is_a64(env)) { | ||
42 | *pc = env->pc; | ||
43 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
44 | } | ||
45 | } else { | ||
46 | *pc = env->regs[15]; | ||
47 | + flags = rebuild_hflags_common_32(env, fp_el, mmu_idx, 0); | ||
48 | flags = FIELD_DP32(flags, TBFLAG_A32, THUMB, env->thumb); | ||
49 | flags = FIELD_DP32(flags, TBFLAG_A32, VECLEN, env->vfp.vec_len); | ||
50 | flags = FIELD_DP32(flags, TBFLAG_A32, VECSTRIDE, env->vfp.vec_stride); | ||
51 | flags = FIELD_DP32(flags, TBFLAG_A32, CONDEXEC, env->condexec_bits); | ||
52 | - flags = FIELD_DP32(flags, TBFLAG_A32, SCTLR_B, arm_sctlr_b(env)); | ||
53 | - flags = FIELD_DP32(flags, TBFLAG_A32, NS, !access_secure_reg(env)); | ||
54 | if (env->vfp.xregs[ARM_VFP_FPEXC] & (1 << 30) | ||
55 | || arm_el_is_aa64(env, 1) || arm_feature(env, ARM_FEATURE_M)) { | ||
56 | flags = FIELD_DP32(flags, TBFLAG_A32, VFPEN, 1); | ||
57 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
58 | flags = FIELD_DP32(flags, TBFLAG_A32, | ||
59 | XSCALE_CPAR, env->cp15.c15_cpar); | ||
60 | } | ||
61 | - | ||
62 | - flags = rebuild_hflags_common(env, fp_el, mmu_idx, flags); | ||
63 | } | 50 | } |
64 | 51 | - return access_lor_ns(env); | |
65 | /* The SS_ACTIVE and PSTATE_SS bits correspond to the state machine | 52 | + return access_lor_ns(env, ri, isread); |
53 | } | ||
54 | |||
55 | /* | ||
56 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo lor_reginfo[] = { | ||
57 | .type = ARM_CP_CONST, .resetvalue = 0 }, | ||
58 | { .name = "LORID_EL1", .state = ARM_CP_STATE_AA64, | ||
59 | .opc0 = 3, .opc1 = 0, .crn = 10, .crm = 4, .opc2 = 7, | ||
60 | - .access = PL1_R, .accessfn = access_lorid, | ||
61 | + .access = PL1_R, .accessfn = access_lor_ns, | ||
62 | .type = ARM_CP_CONST, .resetvalue = 0 }, | ||
63 | REGINFO_SENTINEL | ||
64 | }; | ||
66 | -- | 65 | -- |
67 | 2.20.1 | 66 | 2.20.1 |
68 | 67 | ||
69 | 68 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Hoist the computation of some TBFLAG_A32 bits that only apply to | ||
4 | M-profile under a single test for ARM_FEATURE_M. | ||
5 | |||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20191023150057.25731-7-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | target/arm/helper.c | 49 +++++++++++++++++++++------------------------ | ||
12 | 1 file changed, 23 insertions(+), 26 deletions(-) | ||
13 | |||
14 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/target/arm/helper.c | ||
17 | +++ b/target/arm/helper.c | ||
18 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
19 | |||
20 | if (arm_feature(env, ARM_FEATURE_M)) { | ||
21 | flags = rebuild_hflags_m32(env, fp_el, mmu_idx); | ||
22 | + | ||
23 | + if (arm_feature(env, ARM_FEATURE_M_SECURITY) && | ||
24 | + FIELD_EX32(env->v7m.fpccr[M_REG_S], V7M_FPCCR, S) | ||
25 | + != env->v7m.secure) { | ||
26 | + flags = FIELD_DP32(flags, TBFLAG_A32, FPCCR_S_WRONG, 1); | ||
27 | + } | ||
28 | + | ||
29 | + if ((env->v7m.fpccr[env->v7m.secure] & R_V7M_FPCCR_ASPEN_MASK) && | ||
30 | + (!(env->v7m.control[M_REG_S] & R_V7M_CONTROL_FPCA_MASK) || | ||
31 | + (env->v7m.secure && | ||
32 | + !(env->v7m.control[M_REG_S] & R_V7M_CONTROL_SFPA_MASK)))) { | ||
33 | + /* | ||
34 | + * ASPEN is set, but FPCA/SFPA indicate that there is no | ||
35 | + * active FP context; we must create a new FP context before | ||
36 | + * executing any FP insn. | ||
37 | + */ | ||
38 | + flags = FIELD_DP32(flags, TBFLAG_A32, NEW_FP_CTXT_NEEDED, 1); | ||
39 | + } | ||
40 | + | ||
41 | + bool is_secure = env->v7m.fpccr[M_REG_S] & R_V7M_FPCCR_S_MASK; | ||
42 | + if (env->v7m.fpccr[is_secure] & R_V7M_FPCCR_LSPACT_MASK) { | ||
43 | + flags = FIELD_DP32(flags, TBFLAG_A32, LSPACT, 1); | ||
44 | + } | ||
45 | } else { | ||
46 | flags = rebuild_hflags_common_32(env, fp_el, mmu_idx, 0); | ||
47 | } | ||
48 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
49 | } | ||
50 | } | ||
51 | |||
52 | - if (arm_feature(env, ARM_FEATURE_M_SECURITY) && | ||
53 | - FIELD_EX32(env->v7m.fpccr[M_REG_S], V7M_FPCCR, S) != env->v7m.secure) { | ||
54 | - flags = FIELD_DP32(flags, TBFLAG_A32, FPCCR_S_WRONG, 1); | ||
55 | - } | ||
56 | - | ||
57 | - if (arm_feature(env, ARM_FEATURE_M) && | ||
58 | - (env->v7m.fpccr[env->v7m.secure] & R_V7M_FPCCR_ASPEN_MASK) && | ||
59 | - (!(env->v7m.control[M_REG_S] & R_V7M_CONTROL_FPCA_MASK) || | ||
60 | - (env->v7m.secure && | ||
61 | - !(env->v7m.control[M_REG_S] & R_V7M_CONTROL_SFPA_MASK)))) { | ||
62 | - /* | ||
63 | - * ASPEN is set, but FPCA/SFPA indicate that there is no active | ||
64 | - * FP context; we must create a new FP context before executing | ||
65 | - * any FP insn. | ||
66 | - */ | ||
67 | - flags = FIELD_DP32(flags, TBFLAG_A32, NEW_FP_CTXT_NEEDED, 1); | ||
68 | - } | ||
69 | - | ||
70 | - if (arm_feature(env, ARM_FEATURE_M)) { | ||
71 | - bool is_secure = env->v7m.fpccr[M_REG_S] & R_V7M_FPCCR_S_MASK; | ||
72 | - | ||
73 | - if (env->v7m.fpccr[is_secure] & R_V7M_FPCCR_LSPACT_MASK) { | ||
74 | - flags = FIELD_DP32(flags, TBFLAG_A32, LSPACT, 1); | ||
75 | - } | ||
76 | - } | ||
77 | - | ||
78 | if (!arm_feature(env, ARM_FEATURE_M)) { | ||
79 | int target_el = arm_debug_target_el(env); | ||
80 | |||
81 | -- | ||
82 | 2.20.1 | ||
83 | |||
84 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | We do not need to compute any of these values for M-profile. | ||
4 | Further, XSCALE_CPAR overlaps VECSTRIDE so obviously the two | ||
5 | sets must be mutually exclusive. | ||
6 | |||
7 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20191023150057.25731-10-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | target/arm/helper.c | 21 ++++++++++++++------- | ||
13 | 1 file changed, 14 insertions(+), 7 deletions(-) | ||
14 | |||
15 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/helper.c | ||
18 | +++ b/target/arm/helper.c | ||
19 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
20 | } | ||
21 | } else { | ||
22 | flags = rebuild_hflags_a32(env, fp_el, mmu_idx); | ||
23 | + | ||
24 | + /* | ||
25 | + * Note that XSCALE_CPAR shares bits with VECSTRIDE. | ||
26 | + * Note that VECLEN+VECSTRIDE are RES0 for M-profile. | ||
27 | + */ | ||
28 | + if (arm_feature(env, ARM_FEATURE_XSCALE)) { | ||
29 | + flags = FIELD_DP32(flags, TBFLAG_A32, | ||
30 | + XSCALE_CPAR, env->cp15.c15_cpar); | ||
31 | + } else { | ||
32 | + flags = FIELD_DP32(flags, TBFLAG_A32, VECLEN, | ||
33 | + env->vfp.vec_len); | ||
34 | + flags = FIELD_DP32(flags, TBFLAG_A32, VECSTRIDE, | ||
35 | + env->vfp.vec_stride); | ||
36 | + } | ||
37 | } | ||
38 | |||
39 | flags = FIELD_DP32(flags, TBFLAG_A32, THUMB, env->thumb); | ||
40 | - flags = FIELD_DP32(flags, TBFLAG_A32, VECLEN, env->vfp.vec_len); | ||
41 | - flags = FIELD_DP32(flags, TBFLAG_A32, VECSTRIDE, env->vfp.vec_stride); | ||
42 | flags = FIELD_DP32(flags, TBFLAG_A32, CONDEXEC, env->condexec_bits); | ||
43 | if (env->vfp.xregs[ARM_VFP_FPEXC] & (1 << 30) | ||
44 | || arm_el_is_aa64(env, 1) || arm_feature(env, ARM_FEATURE_M)) { | ||
45 | flags = FIELD_DP32(flags, TBFLAG_A32, VFPEN, 1); | ||
46 | } | ||
47 | - /* Note that XSCALE_CPAR shares bits with VECSTRIDE */ | ||
48 | - if (arm_feature(env, ARM_FEATURE_XSCALE)) { | ||
49 | - flags = FIELD_DP32(flags, TBFLAG_A32, | ||
50 | - XSCALE_CPAR, env->cp15.c15_cpar); | ||
51 | - } | ||
52 | } | ||
53 | |||
54 | /* The SS_ACTIVE and PSTATE_SS bits correspond to the state machine | ||
55 | -- | ||
56 | 2.20.1 | ||
57 | |||
58 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Hoist the variable load for PSTATE into the existing test vs is_a64. | ||
4 | |||
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20191023150057.25731-11-richard.henderson@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | --- | ||
10 | target/arm/helper.c | 20 ++++++++------------ | ||
11 | 1 file changed, 8 insertions(+), 12 deletions(-) | ||
12 | |||
13 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/target/arm/helper.c | ||
16 | +++ b/target/arm/helper.c | ||
17 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
18 | ARMMMUIdx mmu_idx = arm_mmu_idx(env); | ||
19 | int current_el = arm_current_el(env); | ||
20 | int fp_el = fp_exception_el(env, current_el); | ||
21 | - uint32_t flags; | ||
22 | + uint32_t flags, pstate_for_ss; | ||
23 | |||
24 | if (is_a64(env)) { | ||
25 | *pc = env->pc; | ||
26 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
27 | if (cpu_isar_feature(aa64_bti, env_archcpu(env))) { | ||
28 | flags = FIELD_DP32(flags, TBFLAG_A64, BTYPE, env->btype); | ||
29 | } | ||
30 | + pstate_for_ss = env->pstate; | ||
31 | } else { | ||
32 | *pc = env->regs[15]; | ||
33 | |||
34 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
35 | || arm_el_is_aa64(env, 1) || arm_feature(env, ARM_FEATURE_M)) { | ||
36 | flags = FIELD_DP32(flags, TBFLAG_A32, VFPEN, 1); | ||
37 | } | ||
38 | + pstate_for_ss = env->uncached_cpsr; | ||
39 | } | ||
40 | |||
41 | - /* The SS_ACTIVE and PSTATE_SS bits correspond to the state machine | ||
42 | + /* | ||
43 | + * The SS_ACTIVE and PSTATE_SS bits correspond to the state machine | ||
44 | * states defined in the ARM ARM for software singlestep: | ||
45 | * SS_ACTIVE PSTATE.SS State | ||
46 | * 0 x Inactive (the TB flag for SS is always 0) | ||
47 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
48 | * 1 1 Active-not-pending | ||
49 | * SS_ACTIVE is set in hflags; PSTATE_SS is computed every TB. | ||
50 | */ | ||
51 | - if (FIELD_EX32(flags, TBFLAG_ANY, SS_ACTIVE)) { | ||
52 | - if (is_a64(env)) { | ||
53 | - if (env->pstate & PSTATE_SS) { | ||
54 | - flags = FIELD_DP32(flags, TBFLAG_ANY, PSTATE_SS, 1); | ||
55 | - } | ||
56 | - } else { | ||
57 | - if (env->uncached_cpsr & PSTATE_SS) { | ||
58 | - flags = FIELD_DP32(flags, TBFLAG_ANY, PSTATE_SS, 1); | ||
59 | - } | ||
60 | - } | ||
61 | + if (FIELD_EX32(flags, TBFLAG_ANY, SS_ACTIVE) && | ||
62 | + (pstate_for_ss & PSTATE_SS)) { | ||
63 | + flags = FIELD_DP32(flags, TBFLAG_ANY, PSTATE_SS, 1); | ||
64 | } | ||
65 | |||
66 | *pflags = flags; | ||
67 | -- | ||
68 | 2.20.1 | ||
69 | |||
70 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | This function assumes nothing about the current state of the cpu, | ||
4 | and writes the computed value to env->hflags. | ||
5 | |||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20191023150057.25731-13-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | target/arm/cpu.h | 6 ++++++ | ||
12 | target/arm/helper.c | 30 ++++++++++++++++++++++-------- | ||
13 | 2 files changed, 28 insertions(+), 8 deletions(-) | ||
14 | |||
15 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/cpu.h | ||
18 | +++ b/target/arm/cpu.h | ||
19 | @@ -XXX,XX +XXX,XX @@ void arm_register_pre_el_change_hook(ARMCPU *cpu, ARMELChangeHookFn *hook, | ||
20 | void arm_register_el_change_hook(ARMCPU *cpu, ARMELChangeHookFn *hook, void | ||
21 | *opaque); | ||
22 | |||
23 | +/** | ||
24 | + * arm_rebuild_hflags: | ||
25 | + * Rebuild the cached TBFLAGS for arbitrary changed processor state. | ||
26 | + */ | ||
27 | +void arm_rebuild_hflags(CPUARMState *env); | ||
28 | + | ||
29 | /** | ||
30 | * aa32_vfp_dreg: | ||
31 | * Return a pointer to the Dn register within env in 32-bit mode. | ||
32 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/target/arm/helper.c | ||
35 | +++ b/target/arm/helper.c | ||
36 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | ||
37 | return rebuild_hflags_common(env, fp_el, mmu_idx, flags); | ||
38 | } | ||
39 | |||
40 | +static uint32_t rebuild_hflags_internal(CPUARMState *env) | ||
41 | +{ | ||
42 | + int el = arm_current_el(env); | ||
43 | + int fp_el = fp_exception_el(env, el); | ||
44 | + ARMMMUIdx mmu_idx = arm_mmu_idx(env); | ||
45 | + | ||
46 | + if (is_a64(env)) { | ||
47 | + return rebuild_hflags_a64(env, el, fp_el, mmu_idx); | ||
48 | + } else if (arm_feature(env, ARM_FEATURE_M)) { | ||
49 | + return rebuild_hflags_m32(env, fp_el, mmu_idx); | ||
50 | + } else { | ||
51 | + return rebuild_hflags_a32(env, fp_el, mmu_idx); | ||
52 | + } | ||
53 | +} | ||
54 | + | ||
55 | +void arm_rebuild_hflags(CPUARMState *env) | ||
56 | +{ | ||
57 | + env->hflags = rebuild_hflags_internal(env); | ||
58 | +} | ||
59 | + | ||
60 | void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
61 | target_ulong *cs_base, uint32_t *pflags) | ||
62 | { | ||
63 | - ARMMMUIdx mmu_idx = arm_mmu_idx(env); | ||
64 | - int current_el = arm_current_el(env); | ||
65 | - int fp_el = fp_exception_el(env, current_el); | ||
66 | uint32_t flags, pstate_for_ss; | ||
67 | |||
68 | + flags = rebuild_hflags_internal(env); | ||
69 | + | ||
70 | if (is_a64(env)) { | ||
71 | *pc = env->pc; | ||
72 | - flags = rebuild_hflags_a64(env, current_el, fp_el, mmu_idx); | ||
73 | if (cpu_isar_feature(aa64_bti, env_archcpu(env))) { | ||
74 | flags = FIELD_DP32(flags, TBFLAG_A64, BTYPE, env->btype); | ||
75 | } | ||
76 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
77 | *pc = env->regs[15]; | ||
78 | |||
79 | if (arm_feature(env, ARM_FEATURE_M)) { | ||
80 | - flags = rebuild_hflags_m32(env, fp_el, mmu_idx); | ||
81 | - | ||
82 | if (arm_feature(env, ARM_FEATURE_M_SECURITY) && | ||
83 | FIELD_EX32(env->v7m.fpccr[M_REG_S], V7M_FPCCR, S) | ||
84 | != env->v7m.secure) { | ||
85 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
86 | flags = FIELD_DP32(flags, TBFLAG_A32, LSPACT, 1); | ||
87 | } | ||
88 | } else { | ||
89 | - flags = rebuild_hflags_a32(env, fp_el, mmu_idx); | ||
90 | - | ||
91 | /* | ||
92 | * Note that XSCALE_CPAR shares bits with VECSTRIDE. | ||
93 | * Note that VECLEN+VECSTRIDE are RES0 for M-profile. | ||
94 | -- | ||
95 | 2.20.1 | ||
96 | |||
97 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Avoid calling arm_current_el() twice. | ||
4 | |||
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
6 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20191023150057.25731-14-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | target/arm/internals.h | 9 +++++++++ | ||
12 | target/arm/helper.c | 12 +++++++----- | ||
13 | 2 files changed, 16 insertions(+), 5 deletions(-) | ||
14 | |||
15 | diff --git a/target/arm/internals.h b/target/arm/internals.h | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/internals.h | ||
18 | +++ b/target/arm/internals.h | ||
19 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_update_virq(ARMCPU *cpu); | ||
20 | */ | ||
21 | void arm_cpu_update_vfiq(ARMCPU *cpu); | ||
22 | |||
23 | +/** | ||
24 | + * arm_mmu_idx_el: | ||
25 | + * @env: The cpu environment | ||
26 | + * @el: The EL to use. | ||
27 | + * | ||
28 | + * Return the full ARMMMUIdx for the translation regime for EL. | ||
29 | + */ | ||
30 | +ARMMMUIdx arm_mmu_idx_el(CPUARMState *env, int el); | ||
31 | + | ||
32 | /** | ||
33 | * arm_mmu_idx: | ||
34 | * @env: The cpu environment | ||
35 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
36 | index XXXXXXX..XXXXXXX 100644 | ||
37 | --- a/target/arm/helper.c | ||
38 | +++ b/target/arm/helper.c | ||
39 | @@ -XXX,XX +XXX,XX @@ ARMMMUIdx arm_v7m_mmu_idx_for_secstate(CPUARMState *env, bool secstate) | ||
40 | } | ||
41 | #endif | ||
42 | |||
43 | -ARMMMUIdx arm_mmu_idx(CPUARMState *env) | ||
44 | +ARMMMUIdx arm_mmu_idx_el(CPUARMState *env, int el) | ||
45 | { | ||
46 | - int el; | ||
47 | - | ||
48 | if (arm_feature(env, ARM_FEATURE_M)) { | ||
49 | return arm_v7m_mmu_idx_for_secstate(env, env->v7m.secure); | ||
50 | } | ||
51 | |||
52 | - el = arm_current_el(env); | ||
53 | if (el < 2 && arm_is_secure_below_el3(env)) { | ||
54 | return ARMMMUIdx_S1SE0 + el; | ||
55 | } else { | ||
56 | @@ -XXX,XX +XXX,XX @@ ARMMMUIdx arm_mmu_idx(CPUARMState *env) | ||
57 | } | ||
58 | } | ||
59 | |||
60 | +ARMMMUIdx arm_mmu_idx(CPUARMState *env) | ||
61 | +{ | ||
62 | + return arm_mmu_idx_el(env, arm_current_el(env)); | ||
63 | +} | ||
64 | + | ||
65 | int cpu_mmu_index(CPUARMState *env, bool ifetch) | ||
66 | { | ||
67 | return arm_to_core_mmu_idx(arm_mmu_idx(env)); | ||
68 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_internal(CPUARMState *env) | ||
69 | { | ||
70 | int el = arm_current_el(env); | ||
71 | int fp_el = fp_exception_el(env, el); | ||
72 | - ARMMMUIdx mmu_idx = arm_mmu_idx(env); | ||
73 | + ARMMMUIdx mmu_idx = arm_mmu_idx_el(env, el); | ||
74 | |||
75 | if (is_a64(env)) { | ||
76 | return rebuild_hflags_a64(env, el, fp_el, mmu_idx); | ||
77 | -- | ||
78 | 2.20.1 | ||
79 | |||
80 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | If we're using the capstone disassembler, disassembly of a run of |
---|---|---|---|
2 | instructions more than 32 bytes long disassembles the wrong data for | ||
3 | instructions beyond the 32 byte mark: | ||
2 | 4 | ||
3 | By performing this store early, we avoid having to save and restore | 5 | (qemu) xp /16x 0x100 |
4 | the register holding the address around any function calls. | 6 | 0000000000000100: 0x00000005 0x54410001 0x00000001 0x00001000 |
7 | 0000000000000110: 0x00000000 0x00000004 0x54410002 0x3c000000 | ||
8 | 0000000000000120: 0x00000000 0x00000004 0x54410009 0x74736574 | ||
9 | 0000000000000130: 0x00000000 0x00000000 0x00000000 0x00000000 | ||
10 | (qemu) xp /16i 0x100 | ||
11 | 0x00000100: 00000005 andeq r0, r0, r5 | ||
12 | 0x00000104: 54410001 strbpl r0, [r1], #-1 | ||
13 | 0x00000108: 00000001 andeq r0, r0, r1 | ||
14 | 0x0000010c: 00001000 andeq r1, r0, r0 | ||
15 | 0x00000110: 00000000 andeq r0, r0, r0 | ||
16 | 0x00000114: 00000004 andeq r0, r0, r4 | ||
17 | 0x00000118: 54410002 strbpl r0, [r1], #-2 | ||
18 | 0x0000011c: 3c000000 .byte 0x00, 0x00, 0x00, 0x3c | ||
19 | 0x00000120: 54410001 strbpl r0, [r1], #-1 | ||
20 | 0x00000124: 00000001 andeq r0, r0, r1 | ||
21 | 0x00000128: 00001000 andeq r1, r0, r0 | ||
22 | 0x0000012c: 00000000 andeq r0, r0, r0 | ||
23 | 0x00000130: 00000004 andeq r0, r0, r4 | ||
24 | 0x00000134: 54410002 strbpl r0, [r1], #-2 | ||
25 | 0x00000138: 3c000000 .byte 0x00, 0x00, 0x00, 0x3c | ||
26 | 0x0000013c: 00000000 andeq r0, r0, r0 | ||
5 | 27 | ||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 28 | Here the disassembly of 0x120..0x13f is using the data that is in |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 29 | 0x104..0x123. |
8 | Message-id: 20191023150057.25731-15-richard.henderson@linaro.org | 30 | |
31 | This is caused by passing the wrong value to the read_memory_func(). | ||
32 | The intention is that at this point in the loop the 'cap_buf' buffer | ||
33 | already contains 'csize' bytes of data for the instruction at guest | ||
34 | addr 'pc', and we want to read in an extra 'tsize' bytes. Those | ||
35 | extra bytes are therefore at 'pc + csize', not 'pc'. On the first | ||
36 | time through the loop 'csize' happens to be zero, so the initial read | ||
37 | of 32 bytes into cap_buf is correct and as long as the disassembly | ||
38 | never needs to read more data we return the correct information. | ||
39 | |||
40 | Use the correct guest address in the call to read_memory_func(). | ||
41 | |||
42 | Cc: qemu-stable@nongnu.org | ||
43 | Fixes: https://bugs.launchpad.net/qemu/+bug/1900779 | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 44 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
45 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
46 | Message-id: 20201022132445.25039-1-peter.maydell@linaro.org | ||
10 | --- | 47 | --- |
11 | target/arm/helper.c | 2 +- | 48 | disas/capstone.c | 2 +- |
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | 49 | 1 file changed, 1 insertion(+), 1 deletion(-) |
13 | 50 | ||
14 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 51 | diff --git a/disas/capstone.c b/disas/capstone.c |
15 | index XXXXXXX..XXXXXXX 100644 | 52 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/helper.c | 53 | --- a/disas/capstone.c |
17 | +++ b/target/arm/helper.c | 54 | +++ b/disas/capstone.c |
18 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | 55 | @@ -XXX,XX +XXX,XX @@ bool cap_disas_monitor(disassemble_info *info, uint64_t pc, int count) |
19 | { | 56 | |
20 | uint32_t flags, pstate_for_ss; | 57 | /* Make certain that we can make progress. */ |
21 | 58 | assert(tsize != 0); | |
22 | + *cs_base = 0; | 59 | - info->read_memory_func(pc, cap_buf + csize, tsize, info); |
23 | flags = rebuild_hflags_internal(env); | 60 | + info->read_memory_func(pc + csize, cap_buf + csize, tsize, info); |
24 | 61 | csize += tsize; | |
25 | if (is_a64(env)) { | 62 | |
26 | @@ -XXX,XX +XXX,XX @@ void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | 63 | if (cs_disasm_iter(handle, &cbuf, &csize, &pc, insn)) { |
27 | } | ||
28 | |||
29 | *pflags = flags; | ||
30 | - *cs_base = 0; | ||
31 | } | ||
32 | |||
33 | #ifdef TARGET_AARCH64 | ||
34 | -- | 64 | -- |
35 | 2.20.1 | 65 | 2.20.1 |
36 | 66 | ||
37 | 67 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | This functions are given the mode and el state of the cpu | ||
4 | and writes the computed value to env->hflags. | ||
5 | |||
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Message-id: 20191023150057.25731-16-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | target/arm/helper.h | 4 ++++ | ||
12 | target/arm/helper.c | 24 ++++++++++++++++++++++++ | ||
13 | 2 files changed, 28 insertions(+) | ||
14 | |||
15 | diff --git a/target/arm/helper.h b/target/arm/helper.h | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/target/arm/helper.h | ||
18 | +++ b/target/arm/helper.h | ||
19 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_4(msr_banked, void, env, i32, i32, i32) | ||
20 | DEF_HELPER_2(get_user_reg, i32, env, i32) | ||
21 | DEF_HELPER_3(set_user_reg, void, env, i32, i32) | ||
22 | |||
23 | +DEF_HELPER_FLAGS_2(rebuild_hflags_m32, TCG_CALL_NO_RWG, void, env, int) | ||
24 | +DEF_HELPER_FLAGS_2(rebuild_hflags_a32, TCG_CALL_NO_RWG, void, env, int) | ||
25 | +DEF_HELPER_FLAGS_2(rebuild_hflags_a64, TCG_CALL_NO_RWG, void, env, int) | ||
26 | + | ||
27 | DEF_HELPER_1(vfp_get_fpscr, i32, env) | ||
28 | DEF_HELPER_2(vfp_set_fpscr, void, env, i32) | ||
29 | |||
30 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/target/arm/helper.c | ||
33 | +++ b/target/arm/helper.c | ||
34 | @@ -XXX,XX +XXX,XX @@ void arm_rebuild_hflags(CPUARMState *env) | ||
35 | env->hflags = rebuild_hflags_internal(env); | ||
36 | } | ||
37 | |||
38 | +void HELPER(rebuild_hflags_m32)(CPUARMState *env, int el) | ||
39 | +{ | ||
40 | + int fp_el = fp_exception_el(env, el); | ||
41 | + ARMMMUIdx mmu_idx = arm_mmu_idx_el(env, el); | ||
42 | + | ||
43 | + env->hflags = rebuild_hflags_m32(env, fp_el, mmu_idx); | ||
44 | +} | ||
45 | + | ||
46 | +void HELPER(rebuild_hflags_a32)(CPUARMState *env, int el) | ||
47 | +{ | ||
48 | + int fp_el = fp_exception_el(env, el); | ||
49 | + ARMMMUIdx mmu_idx = arm_mmu_idx_el(env, el); | ||
50 | + | ||
51 | + env->hflags = rebuild_hflags_a32(env, fp_el, mmu_idx); | ||
52 | +} | ||
53 | + | ||
54 | +void HELPER(rebuild_hflags_a64)(CPUARMState *env, int el) | ||
55 | +{ | ||
56 | + int fp_el = fp_exception_el(env, el); | ||
57 | + ARMMMUIdx mmu_idx = arm_mmu_idx_el(env, el); | ||
58 | + | ||
59 | + env->hflags = rebuild_hflags_a64(env, el, fp_el, mmu_idx); | ||
60 | +} | ||
61 | + | ||
62 | void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
63 | target_ulong *cs_base, uint32_t *pflags) | ||
64 | { | ||
65 | -- | ||
66 | 2.20.1 | ||
67 | |||
68 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Begin setting, but not relying upon, env->hflags. | ||
4 | |||
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20191023150057.25731-17-richard.henderson@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | --- | ||
10 | linux-user/syscall.c | 1 + | ||
11 | target/arm/cpu.c | 1 + | ||
12 | target/arm/helper-a64.c | 3 +++ | ||
13 | target/arm/helper.c | 2 ++ | ||
14 | target/arm/machine.c | 1 + | ||
15 | target/arm/op_helper.c | 1 + | ||
16 | 6 files changed, 9 insertions(+) | ||
17 | |||
18 | diff --git a/linux-user/syscall.c b/linux-user/syscall.c | ||
19 | index XXXXXXX..XXXXXXX 100644 | ||
20 | --- a/linux-user/syscall.c | ||
21 | +++ b/linux-user/syscall.c | ||
22 | @@ -XXX,XX +XXX,XX @@ static abi_long do_syscall1(void *cpu_env, int num, abi_long arg1, | ||
23 | aarch64_sve_narrow_vq(env, vq); | ||
24 | } | ||
25 | env->vfp.zcr_el[1] = vq - 1; | ||
26 | + arm_rebuild_hflags(env); | ||
27 | ret = vq * 16; | ||
28 | } | ||
29 | return ret; | ||
30 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/target/arm/cpu.c | ||
33 | +++ b/target/arm/cpu.c | ||
34 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | ||
35 | |||
36 | hw_breakpoint_update_all(cpu); | ||
37 | hw_watchpoint_update_all(cpu); | ||
38 | + arm_rebuild_hflags(env); | ||
39 | } | ||
40 | |||
41 | bool arm_cpu_exec_interrupt(CPUState *cs, int interrupt_request) | ||
42 | diff --git a/target/arm/helper-a64.c b/target/arm/helper-a64.c | ||
43 | index XXXXXXX..XXXXXXX 100644 | ||
44 | --- a/target/arm/helper-a64.c | ||
45 | +++ b/target/arm/helper-a64.c | ||
46 | @@ -XXX,XX +XXX,XX @@ void HELPER(exception_return)(CPUARMState *env, uint64_t new_pc) | ||
47 | } else { | ||
48 | env->regs[15] = new_pc & ~0x3; | ||
49 | } | ||
50 | + helper_rebuild_hflags_a32(env, new_el); | ||
51 | qemu_log_mask(CPU_LOG_INT, "Exception return from AArch64 EL%d to " | ||
52 | "AArch32 EL%d PC 0x%" PRIx32 "\n", | ||
53 | cur_el, new_el, env->regs[15]); | ||
54 | @@ -XXX,XX +XXX,XX @@ void HELPER(exception_return)(CPUARMState *env, uint64_t new_pc) | ||
55 | } | ||
56 | aarch64_restore_sp(env, new_el); | ||
57 | env->pc = new_pc; | ||
58 | + helper_rebuild_hflags_a64(env, new_el); | ||
59 | qemu_log_mask(CPU_LOG_INT, "Exception return from AArch64 EL%d to " | ||
60 | "AArch64 EL%d PC 0x%" PRIx64 "\n", | ||
61 | cur_el, new_el, env->pc); | ||
62 | } | ||
63 | + | ||
64 | /* | ||
65 | * Note that cur_el can never be 0. If new_el is 0, then | ||
66 | * el0_a64 is return_to_aa64, else el0_a64 is ignored. | ||
67 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
68 | index XXXXXXX..XXXXXXX 100644 | ||
69 | --- a/target/arm/helper.c | ||
70 | +++ b/target/arm/helper.c | ||
71 | @@ -XXX,XX +XXX,XX @@ static void take_aarch32_exception(CPUARMState *env, int new_mode, | ||
72 | env->regs[14] = env->regs[15] + offset; | ||
73 | } | ||
74 | env->regs[15] = newpc; | ||
75 | + arm_rebuild_hflags(env); | ||
76 | } | ||
77 | |||
78 | static void arm_cpu_do_interrupt_aarch32_hyp(CPUState *cs) | ||
79 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_do_interrupt_aarch64(CPUState *cs) | ||
80 | pstate_write(env, PSTATE_DAIF | new_mode); | ||
81 | env->aarch64 = 1; | ||
82 | aarch64_restore_sp(env, new_el); | ||
83 | + helper_rebuild_hflags_a64(env, new_el); | ||
84 | |||
85 | env->pc = addr; | ||
86 | |||
87 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
88 | index XXXXXXX..XXXXXXX 100644 | ||
89 | --- a/target/arm/machine.c | ||
90 | +++ b/target/arm/machine.c | ||
91 | @@ -XXX,XX +XXX,XX @@ static int cpu_post_load(void *opaque, int version_id) | ||
92 | if (!kvm_enabled()) { | ||
93 | pmu_op_finish(&cpu->env); | ||
94 | } | ||
95 | + arm_rebuild_hflags(&cpu->env); | ||
96 | |||
97 | return 0; | ||
98 | } | ||
99 | diff --git a/target/arm/op_helper.c b/target/arm/op_helper.c | ||
100 | index XXXXXXX..XXXXXXX 100644 | ||
101 | --- a/target/arm/op_helper.c | ||
102 | +++ b/target/arm/op_helper.c | ||
103 | @@ -XXX,XX +XXX,XX @@ void HELPER(cpsr_write_eret)(CPUARMState *env, uint32_t val) | ||
104 | * state. Do the masking now. | ||
105 | */ | ||
106 | env->regs[15] &= (env->thumb ? ~1 : ~3); | ||
107 | + arm_rebuild_hflags(env); | ||
108 | |||
109 | qemu_mutex_lock_iothread(); | ||
110 | arm_call_el_change_hook(env_archcpu(env)); | ||
111 | -- | ||
112 | 2.20.1 | ||
113 | |||
114 | diff view generated by jsdifflib |
1 | From: Andrew Jones <drjones@redhat.com> | 1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | Add support for the query-cpu-model-expansion QMP command to Arm. We | 3 | Use the BIT_ULL() macro to ensure we use 64-bit arithmetic. |
4 | do this selectively, only exposing CPU properties which represent | 4 | This fixes the following Coverity issue (OVERFLOW_BEFORE_WIDEN): |
5 | optional CPU features which the user may want to enable/disable. | ||
6 | Additionally we restrict the list of queryable cpu models to 'max', | ||
7 | 'host', or the current type when KVM is in use. And, finally, we only | ||
8 | implement expansion type 'full', as Arm does not yet have a "base" | ||
9 | CPU type. More details and example queries are described in a new | ||
10 | document (docs/arm-cpu-features.rst). | ||
11 | 5 | ||
12 | Note, certainly more features may be added to the list of advertised | 6 | CID 1432363 (#1 of 1): Unintentional integer overflow: |
13 | features, e.g. 'vfp' and 'neon'. The only requirement is that we can | ||
14 | detect invalid configurations and emit failures at QMP query time. | ||
15 | For 'vfp' and 'neon' this will require some refactoring to share a | ||
16 | validation function between the QMP query and the CPU realize | ||
17 | functions. | ||
18 | 7 | ||
19 | Signed-off-by: Andrew Jones <drjones@redhat.com> | 8 | overflow_before_widen: |
20 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Potentially overflowing expression 1 << scale with type int |
21 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | 10 | (32 bits, signed) is evaluated using 32-bit arithmetic, and |
22 | Reviewed-by: Beata Michalska <beata.michalska@linaro.org> | 11 | then used in a context that expects an expression of type |
23 | Message-id: 20191024121808.9612-2-drjones@redhat.com | 12 | hwaddr (64 bits, unsigned). |
13 | |||
14 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
15 | Acked-by: Eric Auger <eric.auger@redhat.com> | ||
16 | Message-id: 20201030144617.1535064-1-philmd@redhat.com | ||
17 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
24 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
25 | --- | 19 | --- |
26 | qapi/machine-target.json | 6 +- | 20 | hw/arm/smmuv3.c | 3 ++- |
27 | target/arm/monitor.c | 146 ++++++++++++++++++++++++++++++++++++++ | 21 | 1 file changed, 2 insertions(+), 1 deletion(-) |
28 | docs/arm-cpu-features.rst | 137 +++++++++++++++++++++++++++++++++++ | ||
29 | 3 files changed, 286 insertions(+), 3 deletions(-) | ||
30 | create mode 100644 docs/arm-cpu-features.rst | ||
31 | 22 | ||
32 | diff --git a/qapi/machine-target.json b/qapi/machine-target.json | 23 | diff --git a/hw/arm/smmuv3.c b/hw/arm/smmuv3.c |
33 | index XXXXXXX..XXXXXXX 100644 | 24 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/qapi/machine-target.json | 25 | --- a/hw/arm/smmuv3.c |
35 | +++ b/qapi/machine-target.json | 26 | +++ b/hw/arm/smmuv3.c |
36 | @@ -XXX,XX +XXX,XX @@ | ||
37 | ## | ||
38 | { 'struct': 'CpuModelExpansionInfo', | ||
39 | 'data': { 'model': 'CpuModelInfo' }, | ||
40 | - 'if': 'defined(TARGET_S390X) || defined(TARGET_I386)' } | ||
41 | + 'if': 'defined(TARGET_S390X) || defined(TARGET_I386) || defined(TARGET_ARM)' } | ||
42 | |||
43 | ## | ||
44 | # @query-cpu-model-expansion: | ||
45 | @@ -XXX,XX +XXX,XX @@ | ||
46 | # query-cpu-model-expansion while using these is not advised. | ||
47 | # | ||
48 | # Some architectures may not support all expansion types. s390x supports | ||
49 | -# "full" and "static". | ||
50 | +# "full" and "static". Arm only supports "full". | ||
51 | # | ||
52 | # Returns: a CpuModelExpansionInfo. Returns an error if expanding CPU models is | ||
53 | # not supported, if the model cannot be expanded, if the model contains | ||
54 | @@ -XXX,XX +XXX,XX @@ | ||
55 | 'data': { 'type': 'CpuModelExpansionType', | ||
56 | 'model': 'CpuModelInfo' }, | ||
57 | 'returns': 'CpuModelExpansionInfo', | ||
58 | - 'if': 'defined(TARGET_S390X) || defined(TARGET_I386)' } | ||
59 | + 'if': 'defined(TARGET_S390X) || defined(TARGET_I386) || defined(TARGET_ARM)' } | ||
60 | |||
61 | ## | ||
62 | # @CpuDefinitionInfo: | ||
63 | diff --git a/target/arm/monitor.c b/target/arm/monitor.c | ||
64 | index XXXXXXX..XXXXXXX 100644 | ||
65 | --- a/target/arm/monitor.c | ||
66 | +++ b/target/arm/monitor.c | ||
67 | @@ -XXX,XX +XXX,XX @@ | 27 | @@ -XXX,XX +XXX,XX @@ |
68 | */ | 28 | */ |
69 | 29 | ||
70 | #include "qemu/osdep.h" | 30 | #include "qemu/osdep.h" |
71 | +#include "hw/boards.h" | 31 | +#include "qemu/bitops.h" |
72 | #include "kvm_arm.h" | 32 | #include "hw/irq.h" |
73 | +#include "qapi/error.h" | 33 | #include "hw/sysbus.h" |
74 | +#include "qapi/visitor.h" | 34 | #include "migration/vmstate.h" |
75 | +#include "qapi/qobject-input-visitor.h" | 35 | @@ -XXX,XX +XXX,XX @@ static void smmuv3_s1_range_inval(SMMUState *s, Cmd *cmd) |
76 | +#include "qapi/qapi-commands-machine-target.h" | 36 | scale = CMD_SCALE(cmd); |
77 | #include "qapi/qapi-commands-misc-target.h" | 37 | num = CMD_NUM(cmd); |
78 | +#include "qapi/qmp/qerror.h" | 38 | ttl = CMD_TTL(cmd); |
79 | +#include "qapi/qmp/qdict.h" | 39 | - num_pages = (num + 1) * (1 << (scale)); |
80 | +#include "qom/qom-qobject.h" | 40 | + num_pages = (num + 1) * BIT_ULL(scale); |
81 | 41 | } | |
82 | static GICCapability *gic_cap_new(int version) | 42 | |
83 | { | 43 | if (type == SMMU_CMD_TLBI_NH_VA) { |
84 | @@ -XXX,XX +XXX,XX @@ GICCapabilityList *qmp_query_gic_capabilities(Error **errp) | ||
85 | |||
86 | return head; | ||
87 | } | ||
88 | + | ||
89 | +/* | ||
90 | + * These are cpu model features we want to advertise. The order here | ||
91 | + * matters as this is the order in which qmp_query_cpu_model_expansion | ||
92 | + * will attempt to set them. If there are dependencies between features, | ||
93 | + * then the order that considers those dependencies must be used. | ||
94 | + */ | ||
95 | +static const char *cpu_model_advertised_features[] = { | ||
96 | + "aarch64", "pmu", | ||
97 | + NULL | ||
98 | +}; | ||
99 | + | ||
100 | +CpuModelExpansionInfo *qmp_query_cpu_model_expansion(CpuModelExpansionType type, | ||
101 | + CpuModelInfo *model, | ||
102 | + Error **errp) | ||
103 | +{ | ||
104 | + CpuModelExpansionInfo *expansion_info; | ||
105 | + const QDict *qdict_in = NULL; | ||
106 | + QDict *qdict_out; | ||
107 | + ObjectClass *oc; | ||
108 | + Object *obj; | ||
109 | + const char *name; | ||
110 | + int i; | ||
111 | + | ||
112 | + if (type != CPU_MODEL_EXPANSION_TYPE_FULL) { | ||
113 | + error_setg(errp, "The requested expansion type is not supported"); | ||
114 | + return NULL; | ||
115 | + } | ||
116 | + | ||
117 | + if (!kvm_enabled() && !strcmp(model->name, "host")) { | ||
118 | + error_setg(errp, "The CPU type '%s' requires KVM", model->name); | ||
119 | + return NULL; | ||
120 | + } | ||
121 | + | ||
122 | + oc = cpu_class_by_name(TYPE_ARM_CPU, model->name); | ||
123 | + if (!oc) { | ||
124 | + error_setg(errp, "The CPU type '%s' is not a recognized ARM CPU type", | ||
125 | + model->name); | ||
126 | + return NULL; | ||
127 | + } | ||
128 | + | ||
129 | + if (kvm_enabled()) { | ||
130 | + const char *cpu_type = current_machine->cpu_type; | ||
131 | + int len = strlen(cpu_type) - strlen(ARM_CPU_TYPE_SUFFIX); | ||
132 | + bool supported = false; | ||
133 | + | ||
134 | + if (!strcmp(model->name, "host") || !strcmp(model->name, "max")) { | ||
135 | + /* These are kvmarm's recommended cpu types */ | ||
136 | + supported = true; | ||
137 | + } else if (strlen(model->name) == len && | ||
138 | + !strncmp(model->name, cpu_type, len)) { | ||
139 | + /* KVM is enabled and we're using this type, so it works. */ | ||
140 | + supported = true; | ||
141 | + } | ||
142 | + if (!supported) { | ||
143 | + error_setg(errp, "We cannot guarantee the CPU type '%s' works " | ||
144 | + "with KVM on this host", model->name); | ||
145 | + return NULL; | ||
146 | + } | ||
147 | + } | ||
148 | + | ||
149 | + if (model->props) { | ||
150 | + qdict_in = qobject_to(QDict, model->props); | ||
151 | + if (!qdict_in) { | ||
152 | + error_setg(errp, QERR_INVALID_PARAMETER_TYPE, "props", "dict"); | ||
153 | + return NULL; | ||
154 | + } | ||
155 | + } | ||
156 | + | ||
157 | + obj = object_new(object_class_get_name(oc)); | ||
158 | + | ||
159 | + if (qdict_in) { | ||
160 | + Visitor *visitor; | ||
161 | + Error *err = NULL; | ||
162 | + | ||
163 | + visitor = qobject_input_visitor_new(model->props); | ||
164 | + visit_start_struct(visitor, NULL, NULL, 0, &err); | ||
165 | + if (err) { | ||
166 | + visit_free(visitor); | ||
167 | + object_unref(obj); | ||
168 | + error_propagate(errp, err); | ||
169 | + return NULL; | ||
170 | + } | ||
171 | + | ||
172 | + i = 0; | ||
173 | + while ((name = cpu_model_advertised_features[i++]) != NULL) { | ||
174 | + if (qdict_get(qdict_in, name)) { | ||
175 | + object_property_set(obj, visitor, name, &err); | ||
176 | + if (err) { | ||
177 | + break; | ||
178 | + } | ||
179 | + } | ||
180 | + } | ||
181 | + | ||
182 | + if (!err) { | ||
183 | + visit_check_struct(visitor, &err); | ||
184 | + } | ||
185 | + visit_end_struct(visitor, NULL); | ||
186 | + visit_free(visitor); | ||
187 | + if (err) { | ||
188 | + object_unref(obj); | ||
189 | + error_propagate(errp, err); | ||
190 | + return NULL; | ||
191 | + } | ||
192 | + } | ||
193 | + | ||
194 | + expansion_info = g_new0(CpuModelExpansionInfo, 1); | ||
195 | + expansion_info->model = g_malloc0(sizeof(*expansion_info->model)); | ||
196 | + expansion_info->model->name = g_strdup(model->name); | ||
197 | + | ||
198 | + qdict_out = qdict_new(); | ||
199 | + | ||
200 | + i = 0; | ||
201 | + while ((name = cpu_model_advertised_features[i++]) != NULL) { | ||
202 | + ObjectProperty *prop = object_property_find(obj, name, NULL); | ||
203 | + if (prop) { | ||
204 | + Error *err = NULL; | ||
205 | + QObject *value; | ||
206 | + | ||
207 | + assert(prop->get); | ||
208 | + value = object_property_get_qobject(obj, name, &err); | ||
209 | + assert(!err); | ||
210 | + | ||
211 | + qdict_put_obj(qdict_out, name, value); | ||
212 | + } | ||
213 | + } | ||
214 | + | ||
215 | + if (!qdict_size(qdict_out)) { | ||
216 | + qobject_unref(qdict_out); | ||
217 | + } else { | ||
218 | + expansion_info->model->props = QOBJECT(qdict_out); | ||
219 | + expansion_info->model->has_props = true; | ||
220 | + } | ||
221 | + | ||
222 | + object_unref(obj); | ||
223 | + | ||
224 | + return expansion_info; | ||
225 | +} | ||
226 | diff --git a/docs/arm-cpu-features.rst b/docs/arm-cpu-features.rst | ||
227 | new file mode 100644 | ||
228 | index XXXXXXX..XXXXXXX | ||
229 | --- /dev/null | ||
230 | +++ b/docs/arm-cpu-features.rst | ||
231 | @@ -XXX,XX +XXX,XX @@ | ||
232 | +================ | ||
233 | +ARM CPU Features | ||
234 | +================ | ||
235 | + | ||
236 | +Examples of probing and using ARM CPU features | ||
237 | + | ||
238 | +Introduction | ||
239 | +============ | ||
240 | + | ||
241 | +CPU features are optional features that a CPU of supporting type may | ||
242 | +choose to implement or not. In QEMU, optional CPU features have | ||
243 | +corresponding boolean CPU proprieties that, when enabled, indicate | ||
244 | +that the feature is implemented, and, conversely, when disabled, | ||
245 | +indicate that it is not implemented. An example of an ARM CPU feature | ||
246 | +is the Performance Monitoring Unit (PMU). CPU types such as the | ||
247 | +Cortex-A15 and the Cortex-A57, which respectively implement ARM | ||
248 | +architecture reference manuals ARMv7-A and ARMv8-A, may both optionally | ||
249 | +implement PMUs. For example, if a user wants to use a Cortex-A15 without | ||
250 | +a PMU, then the `-cpu` parameter should contain `pmu=off` on the QEMU | ||
251 | +command line, i.e. `-cpu cortex-a15,pmu=off`. | ||
252 | + | ||
253 | +As not all CPU types support all optional CPU features, then whether or | ||
254 | +not a CPU property exists depends on the CPU type. For example, CPUs | ||
255 | +that implement the ARMv8-A architecture reference manual may optionally | ||
256 | +support the AArch32 CPU feature, which may be enabled by disabling the | ||
257 | +`aarch64` CPU property. A CPU type such as the Cortex-A15, which does | ||
258 | +not implement ARMv8-A, will not have the `aarch64` CPU property. | ||
259 | + | ||
260 | +QEMU's support may be limited for some CPU features, only partially | ||
261 | +supporting the feature or only supporting the feature under certain | ||
262 | +configurations. For example, the `aarch64` CPU feature, which, when | ||
263 | +disabled, enables the optional AArch32 CPU feature, is only supported | ||
264 | +when using the KVM accelerator and when running on a host CPU type that | ||
265 | +supports the feature. | ||
266 | + | ||
267 | +CPU Feature Probing | ||
268 | +=================== | ||
269 | + | ||
270 | +Determining which CPU features are available and functional for a given | ||
271 | +CPU type is possible with the `query-cpu-model-expansion` QMP command. | ||
272 | +Below are some examples where `scripts/qmp/qmp-shell` (see the top comment | ||
273 | +block in the script for usage) is used to issue the QMP commands. | ||
274 | + | ||
275 | +(1) Determine which CPU features are available for the `max` CPU type | ||
276 | + (Note, we started QEMU with qemu-system-aarch64, so `max` is | ||
277 | + implementing the ARMv8-A reference manual in this case):: | ||
278 | + | ||
279 | + (QEMU) query-cpu-model-expansion type=full model={"name":"max"} | ||
280 | + { "return": { | ||
281 | + "model": { "name": "max", "props": { | ||
282 | + "pmu": true, "aarch64": true | ||
283 | + }}}} | ||
284 | + | ||
285 | +We see that the `max` CPU type has the `pmu` and `aarch64` CPU features. | ||
286 | +We also see that the CPU features are enabled, as they are all `true`. | ||
287 | + | ||
288 | +(2) Let's try to disable the PMU:: | ||
289 | + | ||
290 | + (QEMU) query-cpu-model-expansion type=full model={"name":"max","props":{"pmu":false}} | ||
291 | + { "return": { | ||
292 | + "model": { "name": "max", "props": { | ||
293 | + "pmu": false, "aarch64": true | ||
294 | + }}}} | ||
295 | + | ||
296 | +We see it worked, as `pmu` is now `false`. | ||
297 | + | ||
298 | +(3) Let's try to disable `aarch64`, which enables the AArch32 CPU feature:: | ||
299 | + | ||
300 | + (QEMU) query-cpu-model-expansion type=full model={"name":"max","props":{"aarch64":false}} | ||
301 | + {"error": { | ||
302 | + "class": "GenericError", "desc": | ||
303 | + "'aarch64' feature cannot be disabled unless KVM is enabled and 32-bit EL1 is supported" | ||
304 | + }} | ||
305 | + | ||
306 | +It looks like this feature is limited to a configuration we do not | ||
307 | +currently have. | ||
308 | + | ||
309 | +(4) Let's try probing CPU features for the Cortex-A15 CPU type:: | ||
310 | + | ||
311 | + (QEMU) query-cpu-model-expansion type=full model={"name":"cortex-a15"} | ||
312 | + {"return": {"model": {"name": "cortex-a15", "props": {"pmu": true}}}} | ||
313 | + | ||
314 | +Only the `pmu` CPU feature is available. | ||
315 | + | ||
316 | +A note about CPU feature dependencies | ||
317 | +------------------------------------- | ||
318 | + | ||
319 | +It's possible for features to have dependencies on other features. I.e. | ||
320 | +it may be possible to change one feature at a time without error, but | ||
321 | +when attempting to change all features at once an error could occur | ||
322 | +depending on the order they are processed. It's also possible changing | ||
323 | +all at once doesn't generate an error, because a feature's dependencies | ||
324 | +are satisfied with other features, but the same feature cannot be changed | ||
325 | +independently without error. For these reasons callers should always | ||
326 | +attempt to make their desired changes all at once in order to ensure the | ||
327 | +collection is valid. | ||
328 | + | ||
329 | +A note about CPU models and KVM | ||
330 | +------------------------------- | ||
331 | + | ||
332 | +Named CPU models generally do not work with KVM. There are a few cases | ||
333 | +that do work, e.g. using the named CPU model `cortex-a57` with KVM on a | ||
334 | +seattle host, but mostly if KVM is enabled the `host` CPU type must be | ||
335 | +used. This means the guest is provided all the same CPU features as the | ||
336 | +host CPU type has. And, for this reason, the `host` CPU type should | ||
337 | +enable all CPU features that the host has by default. Indeed it's even | ||
338 | +a bit strange to allow disabling CPU features that the host has when using | ||
339 | +the `host` CPU type, but in the absence of CPU models it's the best we can | ||
340 | +do if we want to launch guests without all the host's CPU features enabled. | ||
341 | + | ||
342 | +Enabling KVM also affects the `query-cpu-model-expansion` QMP command. The | ||
343 | +affect is not only limited to specific features, as pointed out in example | ||
344 | +(3) of "CPU Feature Probing", but also to which CPU types may be expanded. | ||
345 | +When KVM is enabled, only the `max`, `host`, and current CPU type may be | ||
346 | +expanded. This restriction is necessary as it's not possible to know all | ||
347 | +CPU types that may work with KVM, but it does impose a small risk of users | ||
348 | +experiencing unexpected errors. For example on a seattle, as mentioned | ||
349 | +above, the `cortex-a57` CPU type is also valid when KVM is enabled. | ||
350 | +Therefore a user could use the `host` CPU type for the current type, but | ||
351 | +then attempt to query `cortex-a57`, however that query will fail with our | ||
352 | +restrictions. This shouldn't be an issue though as management layers and | ||
353 | +users have been preferring the `host` CPU type for use with KVM for quite | ||
354 | +some time. Additionally, if the KVM-enabled QEMU instance running on a | ||
355 | +seattle host is using the `cortex-a57` CPU type, then querying `cortex-a57` | ||
356 | +will work. | ||
357 | + | ||
358 | +Using CPU Features | ||
359 | +================== | ||
360 | + | ||
361 | +After determining which CPU features are available and supported for a | ||
362 | +given CPU type, then they may be selectively enabled or disabled on the | ||
363 | +QEMU command line with that CPU type:: | ||
364 | + | ||
365 | + $ qemu-system-aarch64 -M virt -cpu max,pmu=off | ||
366 | + | ||
367 | +The example above disables the PMU for the `max` CPU type. | ||
368 | + | ||
369 | -- | 44 | -- |
370 | 2.20.1 | 45 | 2.20.1 |
371 | 46 | ||
372 | 47 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Rémi Denis-Courmont <remi.denis.courmont@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Continue setting, but not relying upon, env->hflags. | 3 | When booting a CPU with EL3 using the -kernel flag, set up CPTR_EL3 so |
4 | that SVE will not trap to EL3. | ||
4 | 5 | ||
5 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 6 | Signed-off-by: Rémi Denis-Courmont <remi.denis.courmont@huawei.com> |
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20191023150057.25731-19-richard.henderson@linaro.org | 8 | Message-id: 20201030151541.11976-1-remi@remlab.net |
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/op_helper.c | 3 +++ | 11 | hw/arm/boot.c | 3 +++ |
11 | 1 file changed, 3 insertions(+) | 12 | 1 file changed, 3 insertions(+) |
12 | 13 | ||
13 | diff --git a/target/arm/op_helper.c b/target/arm/op_helper.c | 14 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c |
14 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/op_helper.c | 16 | --- a/hw/arm/boot.c |
16 | +++ b/target/arm/op_helper.c | 17 | +++ b/hw/arm/boot.c |
17 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(usat16)(CPUARMState *env, uint32_t x, uint32_t shift) | 18 | @@ -XXX,XX +XXX,XX @@ static void do_cpu_reset(void *opaque) |
18 | void HELPER(setend)(CPUARMState *env) | 19 | if (cpu_isar_feature(aa64_mte, cpu)) { |
19 | { | 20 | env->cp15.scr_el3 |= SCR_ATA; |
20 | env->uncached_cpsr ^= CPSR_E; | 21 | } |
21 | + arm_rebuild_hflags(env); | 22 | + if (cpu_isar_feature(aa64_sve, cpu)) { |
22 | } | 23 | + env->cp15.cptr_el[3] |= CPTR_EZ; |
23 | 24 | + } | |
24 | /* Function checks whether WFx (WFI/WFE) instructions are set up to be trapped. | 25 | /* AArch64 kernels never boot in secure mode */ |
25 | @@ -XXX,XX +XXX,XX @@ uint32_t HELPER(cpsr_read)(CPUARMState *env) | 26 | assert(!info->secure_boot); |
26 | void HELPER(cpsr_write)(CPUARMState *env, uint32_t val, uint32_t mask) | 27 | /* This hook is only supported for AArch32 currently: |
27 | { | ||
28 | cpsr_write(env, val, mask, CPSRWriteByInstr); | ||
29 | + /* TODO: Not all cpsr bits are relevant to hflags. */ | ||
30 | + arm_rebuild_hflags(env); | ||
31 | } | ||
32 | |||
33 | /* Write the CPSR for a 32-bit exception return */ | ||
34 | -- | 28 | -- |
35 | 2.20.1 | 29 | 2.20.1 |
36 | 30 | ||
37 | 31 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Continue setting, but not relying upon, env->hflags. | ||
4 | |||
5 | Suggested-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20191023150057.25731-22-richard.henderson@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | --- | ||
10 | hw/intc/armv7m_nvic.c | 22 +++++++++++++--------- | ||
11 | 1 file changed, 13 insertions(+), 9 deletions(-) | ||
12 | |||
13 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/hw/intc/armv7m_nvic.c | ||
16 | +++ b/hw/intc/armv7m_nvic.c | ||
17 | @@ -XXX,XX +XXX,XX @@ static MemTxResult nvic_sysreg_write(void *opaque, hwaddr addr, | ||
18 | } | ||
19 | } | ||
20 | nvic_irq_update(s); | ||
21 | - return MEMTX_OK; | ||
22 | + goto exit_ok; | ||
23 | case 0x200 ... 0x23f: /* NVIC Set pend */ | ||
24 | /* the special logic in armv7m_nvic_set_pending() | ||
25 | * is not needed since IRQs are never escalated | ||
26 | @@ -XXX,XX +XXX,XX @@ static MemTxResult nvic_sysreg_write(void *opaque, hwaddr addr, | ||
27 | } | ||
28 | } | ||
29 | nvic_irq_update(s); | ||
30 | - return MEMTX_OK; | ||
31 | + goto exit_ok; | ||
32 | case 0x300 ... 0x33f: /* NVIC Active */ | ||
33 | - return MEMTX_OK; /* R/O */ | ||
34 | + goto exit_ok; /* R/O */ | ||
35 | case 0x400 ... 0x5ef: /* NVIC Priority */ | ||
36 | startvec = (offset - 0x400) + NVIC_FIRST_IRQ; /* vector # */ | ||
37 | |||
38 | @@ -XXX,XX +XXX,XX @@ static MemTxResult nvic_sysreg_write(void *opaque, hwaddr addr, | ||
39 | } | ||
40 | } | ||
41 | nvic_irq_update(s); | ||
42 | - return MEMTX_OK; | ||
43 | + goto exit_ok; | ||
44 | case 0xd18 ... 0xd1b: /* System Handler Priority (SHPR1) */ | ||
45 | if (!arm_feature(&s->cpu->env, ARM_FEATURE_M_MAIN)) { | ||
46 | - return MEMTX_OK; | ||
47 | + goto exit_ok; | ||
48 | } | ||
49 | /* fall through */ | ||
50 | case 0xd1c ... 0xd23: /* System Handler Priority (SHPR2, SHPR3) */ | ||
51 | @@ -XXX,XX +XXX,XX @@ static MemTxResult nvic_sysreg_write(void *opaque, hwaddr addr, | ||
52 | set_prio(s, hdlidx, sbank, newprio); | ||
53 | } | ||
54 | nvic_irq_update(s); | ||
55 | - return MEMTX_OK; | ||
56 | + goto exit_ok; | ||
57 | case 0xd28 ... 0xd2b: /* Configurable Fault Status (CFSR) */ | ||
58 | if (!arm_feature(&s->cpu->env, ARM_FEATURE_M_MAIN)) { | ||
59 | - return MEMTX_OK; | ||
60 | + goto exit_ok; | ||
61 | } | ||
62 | /* All bits are W1C, so construct 32 bit value with 0s in | ||
63 | * the parts not written by the access size | ||
64 | @@ -XXX,XX +XXX,XX @@ static MemTxResult nvic_sysreg_write(void *opaque, hwaddr addr, | ||
65 | */ | ||
66 | s->cpu->env.v7m.cfsr[M_REG_NS] &= ~(value & R_V7M_CFSR_BFSR_MASK); | ||
67 | } | ||
68 | - return MEMTX_OK; | ||
69 | + goto exit_ok; | ||
70 | } | ||
71 | if (size == 4) { | ||
72 | nvic_writel(s, offset, value, attrs); | ||
73 | - return MEMTX_OK; | ||
74 | + goto exit_ok; | ||
75 | } | ||
76 | qemu_log_mask(LOG_GUEST_ERROR, | ||
77 | "NVIC: Bad write of size %d at offset 0x%x\n", size, offset); | ||
78 | /* This is UNPREDICTABLE; treat as RAZ/WI */ | ||
79 | + | ||
80 | + exit_ok: | ||
81 | + /* Ensure any changes made are reflected in the cached hflags. */ | ||
82 | + arm_rebuild_hflags(&s->cpu->env); | ||
83 | return MEMTX_OK; | ||
84 | } | ||
85 | |||
86 | -- | ||
87 | 2.20.1 | ||
88 | |||
89 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | Continue setting, but not relying upon, env->hflags. | ||
4 | |||
5 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
6 | Message-id: 20191023150057.25731-24-richard.henderson@linaro.org | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | --- | ||
10 | linux-user/arm/cpu_loop.c | 1 + | ||
11 | 1 file changed, 1 insertion(+) | ||
12 | |||
13 | diff --git a/linux-user/arm/cpu_loop.c b/linux-user/arm/cpu_loop.c | ||
14 | index XXXXXXX..XXXXXXX 100644 | ||
15 | --- a/linux-user/arm/cpu_loop.c | ||
16 | +++ b/linux-user/arm/cpu_loop.c | ||
17 | @@ -XXX,XX +XXX,XX @@ void target_cpu_copy_regs(CPUArchState *env, struct target_pt_regs *regs) | ||
18 | } else { | ||
19 | env->cp15.sctlr_el[1] |= SCTLR_B; | ||
20 | } | ||
21 | + arm_rebuild_hflags(env); | ||
22 | #endif | ||
23 | |||
24 | ts->stack_base = info->start_stack; | ||
25 | -- | ||
26 | 2.20.1 | ||
27 | |||
28 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Richard Henderson <richard.henderson@linaro.org> | ||
2 | 1 | ||
3 | This is the payoff. | ||
4 | |||
5 | From perf record -g data of ubuntu 18 boot and shutdown: | ||
6 | |||
7 | BEFORE: | ||
8 | |||
9 | - 23.02% 2.82% qemu-system-aar [.] helper_lookup_tb_ptr | ||
10 | - 20.22% helper_lookup_tb_ptr | ||
11 | + 10.05% tb_htable_lookup | ||
12 | - 9.13% cpu_get_tb_cpu_state | ||
13 | 3.20% aa64_va_parameters_both | ||
14 | 0.55% fp_exception_el | ||
15 | |||
16 | - 11.66% 4.74% qemu-system-aar [.] cpu_get_tb_cpu_state | ||
17 | - 6.96% cpu_get_tb_cpu_state | ||
18 | 3.63% aa64_va_parameters_both | ||
19 | 0.60% fp_exception_el | ||
20 | 0.53% sve_exception_el | ||
21 | |||
22 | AFTER: | ||
23 | |||
24 | - 16.40% 3.40% qemu-system-aar [.] helper_lookup_tb_ptr | ||
25 | - 13.03% helper_lookup_tb_ptr | ||
26 | + 11.19% tb_htable_lookup | ||
27 | 0.55% cpu_get_tb_cpu_state | ||
28 | |||
29 | 0.98% 0.71% qemu-system-aar [.] cpu_get_tb_cpu_state | ||
30 | |||
31 | 0.87% 0.24% qemu-system-aar [.] rebuild_hflags_a64 | ||
32 | |||
33 | Before, helper_lookup_tb_ptr is the second hottest function in the | ||
34 | application, consuming almost a quarter of the runtime. Within the | ||
35 | entire execution, cpu_get_tb_cpu_state consumes about 12%. | ||
36 | |||
37 | After, helper_lookup_tb_ptr has dropped to the fourth hottest function, | ||
38 | with consumption dropping to a sixth of the runtime. Within the | ||
39 | entire execution, cpu_get_tb_cpu_state has dropped below 1%, and the | ||
40 | supporting function to rebuild hflags also consumes about 1%. | ||
41 | |||
42 | Assertions are retained for --enable-debug-tcg. | ||
43 | |||
44 | Tested-by: Alex Bennée <alex.bennee@linaro.org> | ||
45 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
46 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
47 | Message-id: 20191023150057.25731-25-richard.henderson@linaro.org | ||
48 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
49 | --- | ||
50 | target/arm/helper.c | 9 ++++++--- | ||
51 | 1 file changed, 6 insertions(+), 3 deletions(-) | ||
52 | |||
53 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
54 | index XXXXXXX..XXXXXXX 100644 | ||
55 | --- a/target/arm/helper.c | ||
56 | +++ b/target/arm/helper.c | ||
57 | @@ -XXX,XX +XXX,XX @@ void HELPER(rebuild_hflags_a64)(CPUARMState *env, int el) | ||
58 | void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc, | ||
59 | target_ulong *cs_base, uint32_t *pflags) | ||
60 | { | ||
61 | - uint32_t flags, pstate_for_ss; | ||
62 | + uint32_t flags = env->hflags; | ||
63 | + uint32_t pstate_for_ss; | ||
64 | |||
65 | *cs_base = 0; | ||
66 | - flags = rebuild_hflags_internal(env); | ||
67 | +#ifdef CONFIG_DEBUG_TCG | ||
68 | + assert(flags == rebuild_hflags_internal(env)); | ||
69 | +#endif | ||
70 | |||
71 | - if (is_a64(env)) { | ||
72 | + if (FIELD_EX32(flags, TBFLAG_ANY, AARCH64_STATE)) { | ||
73 | *pc = env->pc; | ||
74 | if (cpu_isar_feature(aa64_bti, env_archcpu(env))) { | ||
75 | flags = FIELD_DP32(flags, TBFLAG_A64, BTYPE, env->btype); | ||
76 | -- | ||
77 | 2.20.1 | ||
78 | |||
79 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | Switch the fsl_etsec code away from bottom-half based ptimers to | ||
2 | the new transaction-based ptimer API. This just requires adding | ||
3 | begin/commit calls around the various places that modify the ptimer | ||
4 | state, and using the new ptimer_init() function to create the timer. | ||
5 | 1 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
9 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
10 | Message-id: 20191017132122.4402-2-peter.maydell@linaro.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | --- | ||
13 | hw/net/fsl_etsec/etsec.h | 1 - | ||
14 | hw/net/fsl_etsec/etsec.c | 9 +++++---- | ||
15 | 2 files changed, 5 insertions(+), 5 deletions(-) | ||
16 | |||
17 | diff --git a/hw/net/fsl_etsec/etsec.h b/hw/net/fsl_etsec/etsec.h | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/hw/net/fsl_etsec/etsec.h | ||
20 | +++ b/hw/net/fsl_etsec/etsec.h | ||
21 | @@ -XXX,XX +XXX,XX @@ typedef struct eTSEC { | ||
22 | uint16_t phy_control; | ||
23 | |||
24 | /* Polling */ | ||
25 | - QEMUBH *bh; | ||
26 | struct ptimer_state *ptimer; | ||
27 | |||
28 | /* Whether we should flush the rx queue when buffer becomes available. */ | ||
29 | diff --git a/hw/net/fsl_etsec/etsec.c b/hw/net/fsl_etsec/etsec.c | ||
30 | index XXXXXXX..XXXXXXX 100644 | ||
31 | --- a/hw/net/fsl_etsec/etsec.c | ||
32 | +++ b/hw/net/fsl_etsec/etsec.c | ||
33 | @@ -XXX,XX +XXX,XX @@ | ||
34 | #include "etsec.h" | ||
35 | #include "registers.h" | ||
36 | #include "qemu/log.h" | ||
37 | -#include "qemu/main-loop.h" | ||
38 | #include "qemu/module.h" | ||
39 | |||
40 | /* #define HEX_DUMP */ | ||
41 | @@ -XXX,XX +XXX,XX @@ static void write_dmactrl(eTSEC *etsec, | ||
42 | |||
43 | if (!(value & DMACTRL_WOP)) { | ||
44 | /* Start polling */ | ||
45 | + ptimer_transaction_begin(etsec->ptimer); | ||
46 | ptimer_stop(etsec->ptimer); | ||
47 | ptimer_set_count(etsec->ptimer, 1); | ||
48 | ptimer_run(etsec->ptimer, 1); | ||
49 | + ptimer_transaction_commit(etsec->ptimer); | ||
50 | } | ||
51 | } | ||
52 | |||
53 | @@ -XXX,XX +XXX,XX @@ static void etsec_realize(DeviceState *dev, Error **errp) | ||
54 | object_get_typename(OBJECT(dev)), dev->id, etsec); | ||
55 | qemu_format_nic_info_str(qemu_get_queue(etsec->nic), etsec->conf.macaddr.a); | ||
56 | |||
57 | - | ||
58 | - etsec->bh = qemu_bh_new(etsec_timer_hit, etsec); | ||
59 | - etsec->ptimer = ptimer_init_with_bh(etsec->bh, PTIMER_POLICY_DEFAULT); | ||
60 | + etsec->ptimer = ptimer_init(etsec_timer_hit, etsec, PTIMER_POLICY_DEFAULT); | ||
61 | + ptimer_transaction_begin(etsec->ptimer); | ||
62 | ptimer_set_freq(etsec->ptimer, 100); | ||
63 | + ptimer_transaction_commit(etsec->ptimer); | ||
64 | } | ||
65 | |||
66 | static void etsec_instance_init(Object *obj) | ||
67 | -- | ||
68 | 2.20.1 | ||
69 | |||
70 | diff view generated by jsdifflib |
1 | From: Andrew Jones <drjones@redhat.com> | 1 | From: AlexChen <alex.chen@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Since 97a28b0eeac14 ("target/arm: Allow VFP and Neon to be disabled via | 3 | In omap_lcd_interrupts(), the pointer omap_lcd is dereferinced before |
4 | a CPU property") we can disable the 'max' cpu model's VFP and neon | 4 | being check if it is valid, which may lead to NULL pointer dereference. |
5 | features, but there's no way to disable SVE. Add the 'sve=on|off' | 5 | So move the assignment to surface after checking that the omap_lcd is valid |
6 | property to give it that flexibility. We also rename | 6 | and move surface_bits_per_pixel(surface) to after the surface assignment. |
7 | cpu_max_get/set_sve_vq to cpu_max_get/set_sve_max_vq in order for them | ||
8 | to follow the typical *_get/set_<property-name> pattern. | ||
9 | 7 | ||
10 | Signed-off-by: Andrew Jones <drjones@redhat.com> | 8 | Reported-by: Euler Robot <euler.robot@huawei.com> |
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Signed-off-by: AlexChen <alex.chen@huawei.com> |
12 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | 10 | Message-id: 5F9CDB8A.9000001@huawei.com |
13 | Tested-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com> | 11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Reviewed-by: Beata Michalska <beata.michalska@linaro.org> | ||
15 | Message-id: 20191024121808.9612-4-drjones@redhat.com | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | --- | 13 | --- |
18 | target/arm/cpu.c | 3 ++- | 14 | hw/display/omap_lcdc.c | 10 +++++++--- |
19 | target/arm/cpu64.c | 52 ++++++++++++++++++++++++++++++++++------ | 15 | 1 file changed, 7 insertions(+), 3 deletions(-) |
20 | target/arm/monitor.c | 2 +- | ||
21 | tests/arm-cpu-features.c | 1 + | ||
22 | 4 files changed, 49 insertions(+), 9 deletions(-) | ||
23 | 16 | ||
24 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 17 | diff --git a/hw/display/omap_lcdc.c b/hw/display/omap_lcdc.c |
25 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/target/arm/cpu.c | 19 | --- a/hw/display/omap_lcdc.c |
27 | +++ b/target/arm/cpu.c | 20 | +++ b/hw/display/omap_lcdc.c |
28 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | 21 | @@ -XXX,XX +XXX,XX @@ static void omap_lcd_interrupts(struct omap_lcd_panel_s *s) |
29 | env->cp15.cpacr_el1 = deposit64(env->cp15.cpacr_el1, 16, 2, 3); | 22 | static void omap_update_display(void *opaque) |
30 | env->cp15.cptr_el[3] |= CPTR_EZ; | ||
31 | /* with maximum vector length */ | ||
32 | - env->vfp.zcr_el[1] = cpu->sve_max_vq - 1; | ||
33 | + env->vfp.zcr_el[1] = cpu_isar_feature(aa64_sve, cpu) ? | ||
34 | + cpu->sve_max_vq - 1 : 0; | ||
35 | env->vfp.zcr_el[2] = env->vfp.zcr_el[1]; | ||
36 | env->vfp.zcr_el[3] = env->vfp.zcr_el[1]; | ||
37 | /* | ||
38 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
39 | index XXXXXXX..XXXXXXX 100644 | ||
40 | --- a/target/arm/cpu64.c | ||
41 | +++ b/target/arm/cpu64.c | ||
42 | @@ -XXX,XX +XXX,XX @@ static void aarch64_a72_initfn(Object *obj) | ||
43 | define_arm_cp_regs(cpu, cortex_a72_a57_a53_cp_reginfo); | ||
44 | } | ||
45 | |||
46 | -static void cpu_max_get_sve_vq(Object *obj, Visitor *v, const char *name, | ||
47 | - void *opaque, Error **errp) | ||
48 | +static void cpu_max_get_sve_max_vq(Object *obj, Visitor *v, const char *name, | ||
49 | + void *opaque, Error **errp) | ||
50 | { | 23 | { |
51 | ARMCPU *cpu = ARM_CPU(obj); | 24 | struct omap_lcd_panel_s *omap_lcd = (struct omap_lcd_panel_s *) opaque; |
52 | - visit_type_uint32(v, name, &cpu->sve_max_vq, errp); | 25 | - DisplaySurface *surface = qemu_console_surface(omap_lcd->con); |
53 | + uint32_t value; | 26 | + DisplaySurface *surface; |
54 | + | 27 | draw_line_func draw_line; |
55 | + /* All vector lengths are disabled when SVE is off. */ | 28 | int size, height, first, last; |
56 | + if (!cpu_isar_feature(aa64_sve, cpu)) { | 29 | int width, linesize, step, bpp, frame_offset; |
57 | + value = 0; | 30 | hwaddr frame_base; |
58 | + } else { | 31 | |
59 | + value = cpu->sve_max_vq; | 32 | - if (!omap_lcd || omap_lcd->plm == 1 || !omap_lcd->enable || |
60 | + } | 33 | - !surface_bits_per_pixel(surface)) { |
61 | + visit_type_uint32(v, name, &value, errp); | 34 | + if (!omap_lcd || omap_lcd->plm == 1 || !omap_lcd->enable) { |
62 | } | ||
63 | |||
64 | -static void cpu_max_set_sve_vq(Object *obj, Visitor *v, const char *name, | ||
65 | - void *opaque, Error **errp) | ||
66 | +static void cpu_max_set_sve_max_vq(Object *obj, Visitor *v, const char *name, | ||
67 | + void *opaque, Error **errp) | ||
68 | { | ||
69 | ARMCPU *cpu = ARM_CPU(obj); | ||
70 | Error *err = NULL; | ||
71 | @@ -XXX,XX +XXX,XX @@ static void cpu_max_set_sve_vq(Object *obj, Visitor *v, const char *name, | ||
72 | error_propagate(errp, err); | ||
73 | } | ||
74 | |||
75 | +static void cpu_arm_get_sve(Object *obj, Visitor *v, const char *name, | ||
76 | + void *opaque, Error **errp) | ||
77 | +{ | ||
78 | + ARMCPU *cpu = ARM_CPU(obj); | ||
79 | + bool value = cpu_isar_feature(aa64_sve, cpu); | ||
80 | + | ||
81 | + visit_type_bool(v, name, &value, errp); | ||
82 | +} | ||
83 | + | ||
84 | +static void cpu_arm_set_sve(Object *obj, Visitor *v, const char *name, | ||
85 | + void *opaque, Error **errp) | ||
86 | +{ | ||
87 | + ARMCPU *cpu = ARM_CPU(obj); | ||
88 | + Error *err = NULL; | ||
89 | + bool value; | ||
90 | + uint64_t t; | ||
91 | + | ||
92 | + visit_type_bool(v, name, &value, &err); | ||
93 | + if (err) { | ||
94 | + error_propagate(errp, err); | ||
95 | + return; | 35 | + return; |
96 | + } | 36 | + } |
97 | + | 37 | + |
98 | + t = cpu->isar.id_aa64pfr0; | 38 | + surface = qemu_console_surface(omap_lcd->con); |
99 | + t = FIELD_DP64(t, ID_AA64PFR0, SVE, value); | 39 | + if (!surface_bits_per_pixel(surface)) { |
100 | + cpu->isar.id_aa64pfr0 = t; | 40 | return; |
101 | +} | ||
102 | + | ||
103 | /* -cpu max: if KVM is enabled, like -cpu host (best possible with this host); | ||
104 | * otherwise, a CPU with as many features enabled as our emulation supports. | ||
105 | * The version of '-cpu max' for qemu-system-arm is defined in cpu.c; | ||
106 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
107 | #endif | ||
108 | |||
109 | cpu->sve_max_vq = ARM_MAX_VQ; | ||
110 | - object_property_add(obj, "sve-max-vq", "uint32", cpu_max_get_sve_vq, | ||
111 | - cpu_max_set_sve_vq, NULL, NULL, &error_fatal); | ||
112 | + object_property_add(obj, "sve-max-vq", "uint32", cpu_max_get_sve_max_vq, | ||
113 | + cpu_max_set_sve_max_vq, NULL, NULL, &error_fatal); | ||
114 | + object_property_add(obj, "sve", "bool", cpu_arm_get_sve, | ||
115 | + cpu_arm_set_sve, NULL, NULL, &error_fatal); | ||
116 | } | 41 | } |
117 | } | ||
118 | |||
119 | diff --git a/target/arm/monitor.c b/target/arm/monitor.c | ||
120 | index XXXXXXX..XXXXXXX 100644 | ||
121 | --- a/target/arm/monitor.c | ||
122 | +++ b/target/arm/monitor.c | ||
123 | @@ -XXX,XX +XXX,XX @@ GICCapabilityList *qmp_query_gic_capabilities(Error **errp) | ||
124 | * then the order that considers those dependencies must be used. | ||
125 | */ | ||
126 | static const char *cpu_model_advertised_features[] = { | ||
127 | - "aarch64", "pmu", | ||
128 | + "aarch64", "pmu", "sve", | ||
129 | NULL | ||
130 | }; | ||
131 | |||
132 | diff --git a/tests/arm-cpu-features.c b/tests/arm-cpu-features.c | ||
133 | index XXXXXXX..XXXXXXX 100644 | ||
134 | --- a/tests/arm-cpu-features.c | ||
135 | +++ b/tests/arm-cpu-features.c | ||
136 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion(const void *data) | ||
137 | |||
138 | if (g_str_equal(qtest_get_arch(), "aarch64")) { | ||
139 | assert_has_feature(qts, "max", "aarch64"); | ||
140 | + assert_has_feature(qts, "max", "sve"); | ||
141 | assert_has_feature(qts, "cortex-a57", "pmu"); | ||
142 | assert_has_feature(qts, "cortex-a57", "aarch64"); | ||
143 | 42 | ||
144 | -- | 43 | -- |
145 | 2.20.1 | 44 | 2.20.1 |
146 | 45 | ||
147 | 46 | diff view generated by jsdifflib |
1 | From: Andrew Jones <drjones@redhat.com> | 1 | From: AlexChen <alex.chen@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Introduce cpu properties to give fine control over SVE vector lengths. | 3 | In exynos4210_fimd_update(), the pointer s is dereferinced before |
4 | We introduce a property for each valid length up to the current | 4 | being check if it is valid, which may lead to NULL pointer dereference. |
5 | maximum supported, which is 2048-bits. The properties are named, e.g. | 5 | So move the assignment to global_width after checking that the s is valid. |
6 | sve128, sve256, sve384, sve512, ..., where the number is the number of | ||
7 | bits. See the updates to docs/arm-cpu-features.rst for a description | ||
8 | of the semantics and for example uses. | ||
9 | 6 | ||
10 | Note, as sve-max-vq is still present and we'd like to be able to | 7 | Reported-by: Euler Robot <euler.robot@huawei.com> |
11 | support qmp_query_cpu_model_expansion with guests launched with e.g. | 8 | Signed-off-by: Alex Chen <alex.chen@huawei.com> |
12 | -cpu max,sve-max-vq=8 on their command lines, then we do allow | 9 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
13 | sve-max-vq and sve<N> properties to be provided at the same time, but | 10 | Message-id: 5F9F8D88.9030102@huawei.com |
14 | this is not recommended, and is why sve-max-vq is not mentioned in the | ||
15 | document. If sve-max-vq is provided then it enables all lengths smaller | ||
16 | than and including the max and disables all lengths larger. It also has | ||
17 | the side-effect that no larger lengths may be enabled and that the max | ||
18 | itself cannot be disabled. Smaller non-power-of-two lengths may, | ||
19 | however, be disabled, e.g. -cpu max,sve-max-vq=4,sve384=off provides a | ||
20 | guest the vector lengths 128, 256, and 512 bits. | ||
21 | |||
22 | This patch has been co-authored with Richard Henderson, who reworked | ||
23 | the target/arm/cpu64.c changes in order to push all the validation and | ||
24 | auto-enabling/disabling steps into the finalizer, resulting in a nice | ||
25 | LOC reduction. | ||
26 | |||
27 | Signed-off-by: Andrew Jones <drjones@redhat.com> | ||
28 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
29 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
30 | Tested-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com> | ||
31 | Reviewed-by: Beata Michalska <beata.michalska@linaro.org> | ||
32 | Message-id: 20191024121808.9612-5-drjones@redhat.com | ||
33 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
34 | --- | 12 | --- |
35 | include/qemu/bitops.h | 1 + | 13 | hw/display/exynos4210_fimd.c | 4 +++- |
36 | target/arm/cpu.h | 19 ++++ | 14 | 1 file changed, 3 insertions(+), 1 deletion(-) |
37 | target/arm/cpu.c | 19 ++++ | ||
38 | target/arm/cpu64.c | 192 ++++++++++++++++++++++++++++++++++++- | ||
39 | target/arm/helper.c | 10 +- | ||
40 | target/arm/monitor.c | 12 +++ | ||
41 | tests/arm-cpu-features.c | 194 ++++++++++++++++++++++++++++++++++++++ | ||
42 | docs/arm-cpu-features.rst | 168 +++++++++++++++++++++++++++++++-- | ||
43 | 8 files changed, 606 insertions(+), 9 deletions(-) | ||
44 | 15 | ||
45 | diff --git a/include/qemu/bitops.h b/include/qemu/bitops.h | 16 | diff --git a/hw/display/exynos4210_fimd.c b/hw/display/exynos4210_fimd.c |
46 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
47 | --- a/include/qemu/bitops.h | 18 | --- a/hw/display/exynos4210_fimd.c |
48 | +++ b/include/qemu/bitops.h | 19 | +++ b/hw/display/exynos4210_fimd.c |
49 | @@ -XXX,XX +XXX,XX @@ | 20 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_fimd_update(void *opaque) |
50 | #define BITS_PER_LONG (sizeof (unsigned long) * BITS_PER_BYTE) | 21 | bool blend = false; |
51 | 22 | uint8_t *host_fb_addr; | |
52 | #define BIT(nr) (1UL << (nr)) | 23 | bool is_dirty = false; |
53 | +#define BIT_ULL(nr) (1ULL << (nr)) | 24 | - const int global_width = (s->vidtcon[2] & FIMD_VIDTCON2_SIZE_MASK) + 1; |
54 | #define BIT_MASK(nr) (1UL << ((nr) % BITS_PER_LONG)) | 25 | + int global_width; |
55 | #define BIT_WORD(nr) ((nr) / BITS_PER_LONG) | 26 | |
56 | #define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long)) | 27 | if (!s || !s->console || !s->enabled || |
57 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 28 | surface_bits_per_pixel(qemu_console_surface(s->console)) == 0) { |
58 | index XXXXXXX..XXXXXXX 100644 | ||
59 | --- a/target/arm/cpu.h | ||
60 | +++ b/target/arm/cpu.h | ||
61 | @@ -XXX,XX +XXX,XX @@ typedef struct { | ||
62 | |||
63 | #ifdef TARGET_AARCH64 | ||
64 | # define ARM_MAX_VQ 16 | ||
65 | +void arm_cpu_sve_finalize(ARMCPU *cpu, Error **errp); | ||
66 | +uint32_t arm_cpu_vq_map_next_smaller(ARMCPU *cpu, uint32_t vq); | ||
67 | #else | ||
68 | # define ARM_MAX_VQ 1 | ||
69 | +static inline void arm_cpu_sve_finalize(ARMCPU *cpu, Error **errp) { } | ||
70 | +static inline uint32_t arm_cpu_vq_map_next_smaller(ARMCPU *cpu, uint32_t vq) | ||
71 | +{ return 0; } | ||
72 | #endif | ||
73 | |||
74 | typedef struct ARMVectorReg { | ||
75 | @@ -XXX,XX +XXX,XX @@ struct ARMCPU { | ||
76 | |||
77 | /* Used to set the maximum vector length the cpu will support. */ | ||
78 | uint32_t sve_max_vq; | ||
79 | + | ||
80 | + /* | ||
81 | + * In sve_vq_map each set bit is a supported vector length of | ||
82 | + * (bit-number + 1) * 16 bytes, i.e. each bit number + 1 is the vector | ||
83 | + * length in quadwords. | ||
84 | + * | ||
85 | + * While processing properties during initialization, corresponding | ||
86 | + * sve_vq_init bits are set for bits in sve_vq_map that have been | ||
87 | + * set by properties. | ||
88 | + */ | ||
89 | + DECLARE_BITMAP(sve_vq_map, ARM_MAX_VQ); | ||
90 | + DECLARE_BITMAP(sve_vq_init, ARM_MAX_VQ); | ||
91 | }; | ||
92 | |||
93 | void arm_cpu_post_init(Object *obj); | ||
94 | @@ -XXX,XX +XXX,XX @@ static inline int arm_feature(CPUARMState *env, int feature) | ||
95 | return (env->features & (1ULL << feature)) != 0; | ||
96 | } | ||
97 | |||
98 | +void arm_cpu_finalize_features(ARMCPU *cpu, Error **errp); | ||
99 | + | ||
100 | #if !defined(CONFIG_USER_ONLY) | ||
101 | /* Return true if exception levels below EL3 are in secure state, | ||
102 | * or would be following an exception return to that level. | ||
103 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
104 | index XXXXXXX..XXXXXXX 100644 | ||
105 | --- a/target/arm/cpu.c | ||
106 | +++ b/target/arm/cpu.c | ||
107 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_finalizefn(Object *obj) | ||
108 | #endif | ||
109 | } | ||
110 | |||
111 | +void arm_cpu_finalize_features(ARMCPU *cpu, Error **errp) | ||
112 | +{ | ||
113 | + Error *local_err = NULL; | ||
114 | + | ||
115 | + if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64)) { | ||
116 | + arm_cpu_sve_finalize(cpu, &local_err); | ||
117 | + if (local_err != NULL) { | ||
118 | + error_propagate(errp, local_err); | ||
119 | + return; | ||
120 | + } | ||
121 | + } | ||
122 | +} | ||
123 | + | ||
124 | static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | ||
125 | { | ||
126 | CPUState *cs = CPU(dev); | ||
127 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | ||
128 | return; | 29 | return; |
129 | } | 30 | } |
130 | |||
131 | + arm_cpu_finalize_features(cpu, &local_err); | ||
132 | + if (local_err != NULL) { | ||
133 | + error_propagate(errp, local_err); | ||
134 | + return; | ||
135 | + } | ||
136 | + | 31 | + |
137 | if (arm_feature(env, ARM_FEATURE_AARCH64) && | 32 | + global_width = (s->vidtcon[2] & FIMD_VIDTCON2_SIZE_MASK) + 1; |
138 | cpu->has_vfp != cpu->has_neon) { | 33 | exynos4210_update_resolution(s); |
139 | /* | 34 | surface = qemu_console_surface(s->console); |
140 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
141 | index XXXXXXX..XXXXXXX 100644 | ||
142 | --- a/target/arm/cpu64.c | ||
143 | +++ b/target/arm/cpu64.c | ||
144 | @@ -XXX,XX +XXX,XX @@ static void aarch64_a72_initfn(Object *obj) | ||
145 | define_arm_cp_regs(cpu, cortex_a72_a57_a53_cp_reginfo); | ||
146 | } | ||
147 | |||
148 | +void arm_cpu_sve_finalize(ARMCPU *cpu, Error **errp) | ||
149 | +{ | ||
150 | + /* | ||
151 | + * If any vector lengths are explicitly enabled with sve<N> properties, | ||
152 | + * then all other lengths are implicitly disabled. If sve-max-vq is | ||
153 | + * specified then it is the same as explicitly enabling all lengths | ||
154 | + * up to and including the specified maximum, which means all larger | ||
155 | + * lengths will be implicitly disabled. If no sve<N> properties | ||
156 | + * are enabled and sve-max-vq is not specified, then all lengths not | ||
157 | + * explicitly disabled will be enabled. Additionally, all power-of-two | ||
158 | + * vector lengths less than the maximum enabled length will be | ||
159 | + * automatically enabled and all vector lengths larger than the largest | ||
160 | + * disabled power-of-two vector length will be automatically disabled. | ||
161 | + * Errors are generated if the user provided input that interferes with | ||
162 | + * any of the above. Finally, if SVE is not disabled, then at least one | ||
163 | + * vector length must be enabled. | ||
164 | + */ | ||
165 | + DECLARE_BITMAP(tmp, ARM_MAX_VQ); | ||
166 | + uint32_t vq, max_vq = 0; | ||
167 | + | ||
168 | + /* | ||
169 | + * Process explicit sve<N> properties. | ||
170 | + * From the properties, sve_vq_map<N> implies sve_vq_init<N>. | ||
171 | + * Check first for any sve<N> enabled. | ||
172 | + */ | ||
173 | + if (!bitmap_empty(cpu->sve_vq_map, ARM_MAX_VQ)) { | ||
174 | + max_vq = find_last_bit(cpu->sve_vq_map, ARM_MAX_VQ) + 1; | ||
175 | + | ||
176 | + if (cpu->sve_max_vq && max_vq > cpu->sve_max_vq) { | ||
177 | + error_setg(errp, "cannot enable sve%d", max_vq * 128); | ||
178 | + error_append_hint(errp, "sve%d is larger than the maximum vector " | ||
179 | + "length, sve-max-vq=%d (%d bits)\n", | ||
180 | + max_vq * 128, cpu->sve_max_vq, | ||
181 | + cpu->sve_max_vq * 128); | ||
182 | + return; | ||
183 | + } | ||
184 | + | ||
185 | + /* Propagate enabled bits down through required powers-of-two. */ | ||
186 | + for (vq = pow2floor(max_vq); vq >= 1; vq >>= 1) { | ||
187 | + if (!test_bit(vq - 1, cpu->sve_vq_init)) { | ||
188 | + set_bit(vq - 1, cpu->sve_vq_map); | ||
189 | + } | ||
190 | + } | ||
191 | + } else if (cpu->sve_max_vq == 0) { | ||
192 | + /* | ||
193 | + * No explicit bits enabled, and no implicit bits from sve-max-vq. | ||
194 | + */ | ||
195 | + if (!cpu_isar_feature(aa64_sve, cpu)) { | ||
196 | + /* SVE is disabled and so are all vector lengths. Good. */ | ||
197 | + return; | ||
198 | + } | ||
199 | + | ||
200 | + /* Disabling a power-of-two disables all larger lengths. */ | ||
201 | + if (test_bit(0, cpu->sve_vq_init)) { | ||
202 | + error_setg(errp, "cannot disable sve128"); | ||
203 | + error_append_hint(errp, "Disabling sve128 results in all vector " | ||
204 | + "lengths being disabled.\n"); | ||
205 | + error_append_hint(errp, "With SVE enabled, at least one vector " | ||
206 | + "length must be enabled.\n"); | ||
207 | + return; | ||
208 | + } | ||
209 | + for (vq = 2; vq <= ARM_MAX_VQ; vq <<= 1) { | ||
210 | + if (test_bit(vq - 1, cpu->sve_vq_init)) { | ||
211 | + break; | ||
212 | + } | ||
213 | + } | ||
214 | + max_vq = vq <= ARM_MAX_VQ ? vq - 1 : ARM_MAX_VQ; | ||
215 | + | ||
216 | + bitmap_complement(cpu->sve_vq_map, cpu->sve_vq_init, max_vq); | ||
217 | + max_vq = find_last_bit(cpu->sve_vq_map, max_vq) + 1; | ||
218 | + } | ||
219 | + | ||
220 | + /* | ||
221 | + * Process the sve-max-vq property. | ||
222 | + * Note that we know from the above that no bit above | ||
223 | + * sve-max-vq is currently set. | ||
224 | + */ | ||
225 | + if (cpu->sve_max_vq != 0) { | ||
226 | + max_vq = cpu->sve_max_vq; | ||
227 | + | ||
228 | + if (!test_bit(max_vq - 1, cpu->sve_vq_map) && | ||
229 | + test_bit(max_vq - 1, cpu->sve_vq_init)) { | ||
230 | + error_setg(errp, "cannot disable sve%d", max_vq * 128); | ||
231 | + error_append_hint(errp, "The maximum vector length must be " | ||
232 | + "enabled, sve-max-vq=%d (%d bits)\n", | ||
233 | + max_vq, max_vq * 128); | ||
234 | + return; | ||
235 | + } | ||
236 | + | ||
237 | + /* Set all bits not explicitly set within sve-max-vq. */ | ||
238 | + bitmap_complement(tmp, cpu->sve_vq_init, max_vq); | ||
239 | + bitmap_or(cpu->sve_vq_map, cpu->sve_vq_map, tmp, max_vq); | ||
240 | + } | ||
241 | + | ||
242 | + /* | ||
243 | + * We should know what max-vq is now. Also, as we're done | ||
244 | + * manipulating sve-vq-map, we ensure any bits above max-vq | ||
245 | + * are clear, just in case anybody looks. | ||
246 | + */ | ||
247 | + assert(max_vq != 0); | ||
248 | + bitmap_clear(cpu->sve_vq_map, max_vq, ARM_MAX_VQ - max_vq); | ||
249 | + | ||
250 | + /* Ensure all required powers-of-two are enabled. */ | ||
251 | + for (vq = pow2floor(max_vq); vq >= 1; vq >>= 1) { | ||
252 | + if (!test_bit(vq - 1, cpu->sve_vq_map)) { | ||
253 | + error_setg(errp, "cannot disable sve%d", vq * 128); | ||
254 | + error_append_hint(errp, "sve%d is required as it " | ||
255 | + "is a power-of-two length smaller than " | ||
256 | + "the maximum, sve%d\n", | ||
257 | + vq * 128, max_vq * 128); | ||
258 | + return; | ||
259 | + } | ||
260 | + } | ||
261 | + | ||
262 | + /* | ||
263 | + * Now that we validated all our vector lengths, the only question | ||
264 | + * left to answer is if we even want SVE at all. | ||
265 | + */ | ||
266 | + if (!cpu_isar_feature(aa64_sve, cpu)) { | ||
267 | + error_setg(errp, "cannot enable sve%d", max_vq * 128); | ||
268 | + error_append_hint(errp, "SVE must be enabled to enable vector " | ||
269 | + "lengths.\n"); | ||
270 | + error_append_hint(errp, "Add sve=on to the CPU property list.\n"); | ||
271 | + return; | ||
272 | + } | ||
273 | + | ||
274 | + /* From now on sve_max_vq is the actual maximum supported length. */ | ||
275 | + cpu->sve_max_vq = max_vq; | ||
276 | +} | ||
277 | + | ||
278 | +uint32_t arm_cpu_vq_map_next_smaller(ARMCPU *cpu, uint32_t vq) | ||
279 | +{ | ||
280 | + uint32_t bitnum; | ||
281 | + | ||
282 | + /* | ||
283 | + * We allow vq == ARM_MAX_VQ + 1 to be input because the caller may want | ||
284 | + * to find the maximum vq enabled, which may be ARM_MAX_VQ, but this | ||
285 | + * function always returns the next smaller than the input. | ||
286 | + */ | ||
287 | + assert(vq && vq <= ARM_MAX_VQ + 1); | ||
288 | + | ||
289 | + bitnum = find_last_bit(cpu->sve_vq_map, vq - 1); | ||
290 | + return bitnum == vq - 1 ? 0 : bitnum + 1; | ||
291 | +} | ||
292 | + | ||
293 | static void cpu_max_get_sve_max_vq(Object *obj, Visitor *v, const char *name, | ||
294 | void *opaque, Error **errp) | ||
295 | { | ||
296 | @@ -XXX,XX +XXX,XX @@ static void cpu_max_set_sve_max_vq(Object *obj, Visitor *v, const char *name, | ||
297 | error_propagate(errp, err); | ||
298 | } | ||
299 | |||
300 | +static void cpu_arm_get_sve_vq(Object *obj, Visitor *v, const char *name, | ||
301 | + void *opaque, Error **errp) | ||
302 | +{ | ||
303 | + ARMCPU *cpu = ARM_CPU(obj); | ||
304 | + uint32_t vq = atoi(&name[3]) / 128; | ||
305 | + bool value; | ||
306 | + | ||
307 | + /* All vector lengths are disabled when SVE is off. */ | ||
308 | + if (!cpu_isar_feature(aa64_sve, cpu)) { | ||
309 | + value = false; | ||
310 | + } else { | ||
311 | + value = test_bit(vq - 1, cpu->sve_vq_map); | ||
312 | + } | ||
313 | + visit_type_bool(v, name, &value, errp); | ||
314 | +} | ||
315 | + | ||
316 | +static void cpu_arm_set_sve_vq(Object *obj, Visitor *v, const char *name, | ||
317 | + void *opaque, Error **errp) | ||
318 | +{ | ||
319 | + ARMCPU *cpu = ARM_CPU(obj); | ||
320 | + uint32_t vq = atoi(&name[3]) / 128; | ||
321 | + Error *err = NULL; | ||
322 | + bool value; | ||
323 | + | ||
324 | + visit_type_bool(v, name, &value, &err); | ||
325 | + if (err) { | ||
326 | + error_propagate(errp, err); | ||
327 | + return; | ||
328 | + } | ||
329 | + | ||
330 | + if (value) { | ||
331 | + set_bit(vq - 1, cpu->sve_vq_map); | ||
332 | + } else { | ||
333 | + clear_bit(vq - 1, cpu->sve_vq_map); | ||
334 | + } | ||
335 | + set_bit(vq - 1, cpu->sve_vq_init); | ||
336 | +} | ||
337 | + | ||
338 | static void cpu_arm_get_sve(Object *obj, Visitor *v, const char *name, | ||
339 | void *opaque, Error **errp) | ||
340 | { | ||
341 | @@ -XXX,XX +XXX,XX @@ static void cpu_arm_set_sve(Object *obj, Visitor *v, const char *name, | ||
342 | static void aarch64_max_initfn(Object *obj) | ||
343 | { | ||
344 | ARMCPU *cpu = ARM_CPU(obj); | ||
345 | + uint32_t vq; | ||
346 | |||
347 | if (kvm_enabled()) { | ||
348 | kvm_arm_set_cpu_features_from_host(cpu); | ||
349 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
350 | cpu->dcz_blocksize = 7; /* 512 bytes */ | ||
351 | #endif | ||
352 | |||
353 | - cpu->sve_max_vq = ARM_MAX_VQ; | ||
354 | object_property_add(obj, "sve-max-vq", "uint32", cpu_max_get_sve_max_vq, | ||
355 | cpu_max_set_sve_max_vq, NULL, NULL, &error_fatal); | ||
356 | object_property_add(obj, "sve", "bool", cpu_arm_get_sve, | ||
357 | cpu_arm_set_sve, NULL, NULL, &error_fatal); | ||
358 | + | ||
359 | + for (vq = 1; vq <= ARM_MAX_VQ; ++vq) { | ||
360 | + char name[8]; | ||
361 | + sprintf(name, "sve%d", vq * 128); | ||
362 | + object_property_add(obj, name, "bool", cpu_arm_get_sve_vq, | ||
363 | + cpu_arm_set_sve_vq, NULL, NULL, &error_fatal); | ||
364 | + } | ||
365 | } | ||
366 | } | ||
367 | |||
368 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
369 | index XXXXXXX..XXXXXXX 100644 | ||
370 | --- a/target/arm/helper.c | ||
371 | +++ b/target/arm/helper.c | ||
372 | @@ -XXX,XX +XXX,XX @@ int sve_exception_el(CPUARMState *env, int el) | ||
373 | return 0; | ||
374 | } | ||
375 | |||
376 | +static uint32_t sve_zcr_get_valid_len(ARMCPU *cpu, uint32_t start_len) | ||
377 | +{ | ||
378 | + uint32_t start_vq = (start_len & 0xf) + 1; | ||
379 | + | ||
380 | + return arm_cpu_vq_map_next_smaller(cpu, start_vq + 1) - 1; | ||
381 | +} | ||
382 | + | ||
383 | /* | ||
384 | * Given that SVE is enabled, return the vector length for EL. | ||
385 | */ | ||
386 | @@ -XXX,XX +XXX,XX @@ uint32_t sve_zcr_len_for_el(CPUARMState *env, int el) | ||
387 | if (arm_feature(env, ARM_FEATURE_EL3)) { | ||
388 | zcr_len = MIN(zcr_len, 0xf & (uint32_t)env->vfp.zcr_el[3]); | ||
389 | } | ||
390 | - return zcr_len; | ||
391 | + | ||
392 | + return sve_zcr_get_valid_len(cpu, zcr_len); | ||
393 | } | ||
394 | |||
395 | static void zcr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
396 | diff --git a/target/arm/monitor.c b/target/arm/monitor.c | ||
397 | index XXXXXXX..XXXXXXX 100644 | ||
398 | --- a/target/arm/monitor.c | ||
399 | +++ b/target/arm/monitor.c | ||
400 | @@ -XXX,XX +XXX,XX @@ GICCapabilityList *qmp_query_gic_capabilities(Error **errp) | ||
401 | return head; | ||
402 | } | ||
403 | |||
404 | +QEMU_BUILD_BUG_ON(ARM_MAX_VQ > 16); | ||
405 | + | ||
406 | /* | ||
407 | * These are cpu model features we want to advertise. The order here | ||
408 | * matters as this is the order in which qmp_query_cpu_model_expansion | ||
409 | @@ -XXX,XX +XXX,XX @@ GICCapabilityList *qmp_query_gic_capabilities(Error **errp) | ||
410 | */ | ||
411 | static const char *cpu_model_advertised_features[] = { | ||
412 | "aarch64", "pmu", "sve", | ||
413 | + "sve128", "sve256", "sve384", "sve512", | ||
414 | + "sve640", "sve768", "sve896", "sve1024", "sve1152", "sve1280", | ||
415 | + "sve1408", "sve1536", "sve1664", "sve1792", "sve1920", "sve2048", | ||
416 | NULL | ||
417 | }; | ||
418 | |||
419 | @@ -XXX,XX +XXX,XX @@ CpuModelExpansionInfo *qmp_query_cpu_model_expansion(CpuModelExpansionType type, | ||
420 | if (!err) { | ||
421 | visit_check_struct(visitor, &err); | ||
422 | } | ||
423 | + if (!err) { | ||
424 | + arm_cpu_finalize_features(ARM_CPU(obj), &err); | ||
425 | + } | ||
426 | visit_end_struct(visitor, NULL); | ||
427 | visit_free(visitor); | ||
428 | if (err) { | ||
429 | @@ -XXX,XX +XXX,XX @@ CpuModelExpansionInfo *qmp_query_cpu_model_expansion(CpuModelExpansionType type, | ||
430 | error_propagate(errp, err); | ||
431 | return NULL; | ||
432 | } | ||
433 | + } else { | ||
434 | + Error *err = NULL; | ||
435 | + arm_cpu_finalize_features(ARM_CPU(obj), &err); | ||
436 | + assert(err == NULL); | ||
437 | } | ||
438 | |||
439 | expansion_info = g_new0(CpuModelExpansionInfo, 1); | ||
440 | diff --git a/tests/arm-cpu-features.c b/tests/arm-cpu-features.c | ||
441 | index XXXXXXX..XXXXXXX 100644 | ||
442 | --- a/tests/arm-cpu-features.c | ||
443 | +++ b/tests/arm-cpu-features.c | ||
444 | @@ -XXX,XX +XXX,XX @@ | ||
445 | * See the COPYING file in the top-level directory. | ||
446 | */ | ||
447 | #include "qemu/osdep.h" | ||
448 | +#include "qemu/bitops.h" | ||
449 | #include "libqtest.h" | ||
450 | #include "qapi/qmp/qdict.h" | ||
451 | #include "qapi/qmp/qjson.h" | ||
452 | |||
453 | +/* | ||
454 | + * We expect the SVE max-vq to be 16. Also it must be <= 64 | ||
455 | + * for our test code, otherwise 'vls' can't just be a uint64_t. | ||
456 | + */ | ||
457 | +#define SVE_MAX_VQ 16 | ||
458 | + | ||
459 | #define MACHINE "-machine virt,gic-version=max " | ||
460 | #define QUERY_HEAD "{ 'execute': 'query-cpu-model-expansion', " \ | ||
461 | "'arguments': { 'type': 'full', " | ||
462 | @@ -XXX,XX +XXX,XX @@ static void assert_bad_props(QTestState *qts, const char *cpu_type) | ||
463 | qobject_unref(resp); | ||
464 | } | ||
465 | |||
466 | +static uint64_t resp_get_sve_vls(QDict *resp) | ||
467 | +{ | ||
468 | + QDict *props; | ||
469 | + const QDictEntry *e; | ||
470 | + uint64_t vls = 0; | ||
471 | + int n = 0; | ||
472 | + | ||
473 | + g_assert(resp); | ||
474 | + g_assert(resp_has_props(resp)); | ||
475 | + | ||
476 | + props = resp_get_props(resp); | ||
477 | + | ||
478 | + for (e = qdict_first(props); e; e = qdict_next(props, e)) { | ||
479 | + if (strlen(e->key) > 3 && !strncmp(e->key, "sve", 3) && | ||
480 | + g_ascii_isdigit(e->key[3])) { | ||
481 | + char *endptr; | ||
482 | + int bits; | ||
483 | + | ||
484 | + bits = g_ascii_strtoll(&e->key[3], &endptr, 10); | ||
485 | + if (!bits || *endptr != '\0') { | ||
486 | + continue; | ||
487 | + } | ||
488 | + | ||
489 | + if (qdict_get_bool(props, e->key)) { | ||
490 | + vls |= BIT_ULL((bits / 128) - 1); | ||
491 | + } | ||
492 | + ++n; | ||
493 | + } | ||
494 | + } | ||
495 | + | ||
496 | + g_assert(n == SVE_MAX_VQ); | ||
497 | + | ||
498 | + return vls; | ||
499 | +} | ||
500 | + | ||
501 | +#define assert_sve_vls(qts, cpu_type, expected_vls, fmt, ...) \ | ||
502 | +({ \ | ||
503 | + QDict *_resp = do_query(qts, cpu_type, fmt, ##__VA_ARGS__); \ | ||
504 | + g_assert(_resp); \ | ||
505 | + g_assert(resp_has_props(_resp)); \ | ||
506 | + g_assert(resp_get_sve_vls(_resp) == expected_vls); \ | ||
507 | + qobject_unref(_resp); \ | ||
508 | +}) | ||
509 | + | ||
510 | +static void sve_tests_default(QTestState *qts, const char *cpu_type) | ||
511 | +{ | ||
512 | + /* | ||
513 | + * With no sve-max-vq or sve<N> properties on the command line | ||
514 | + * the default is to have all vector lengths enabled. This also | ||
515 | + * tests that 'sve' is 'on' by default. | ||
516 | + */ | ||
517 | + assert_sve_vls(qts, cpu_type, BIT_ULL(SVE_MAX_VQ) - 1, NULL); | ||
518 | + | ||
519 | + /* With SVE off, all vector lengths should also be off. */ | ||
520 | + assert_sve_vls(qts, cpu_type, 0, "{ 'sve': false }"); | ||
521 | + | ||
522 | + /* With SVE on, we must have at least one vector length enabled. */ | ||
523 | + assert_error(qts, cpu_type, "cannot disable sve128", "{ 'sve128': false }"); | ||
524 | + | ||
525 | + /* Basic enable/disable tests. */ | ||
526 | + assert_sve_vls(qts, cpu_type, 0x7, "{ 'sve384': true }"); | ||
527 | + assert_sve_vls(qts, cpu_type, ((BIT_ULL(SVE_MAX_VQ) - 1) & ~BIT_ULL(2)), | ||
528 | + "{ 'sve384': false }"); | ||
529 | + | ||
530 | + /* | ||
531 | + * --------------------------------------------------------------------- | ||
532 | + * power-of-two(vq) all-power- can can | ||
533 | + * of-two(< vq) enable disable | ||
534 | + * --------------------------------------------------------------------- | ||
535 | + * vq < max_vq no MUST* yes yes | ||
536 | + * vq < max_vq yes MUST* yes no | ||
537 | + * --------------------------------------------------------------------- | ||
538 | + * vq == max_vq n/a MUST* yes** yes** | ||
539 | + * --------------------------------------------------------------------- | ||
540 | + * vq > max_vq n/a no no yes | ||
541 | + * vq > max_vq n/a yes yes yes | ||
542 | + * --------------------------------------------------------------------- | ||
543 | + * | ||
544 | + * [*] "MUST" means this requirement must already be satisfied, | ||
545 | + * otherwise 'max_vq' couldn't itself be enabled. | ||
546 | + * | ||
547 | + * [**] Not testable with the QMP interface, only with the command line. | ||
548 | + */ | ||
549 | + | ||
550 | + /* max_vq := 8 */ | ||
551 | + assert_sve_vls(qts, cpu_type, 0x8b, "{ 'sve1024': true }"); | ||
552 | + | ||
553 | + /* max_vq := 8, vq < max_vq, !power-of-two(vq) */ | ||
554 | + assert_sve_vls(qts, cpu_type, 0x8f, | ||
555 | + "{ 'sve1024': true, 'sve384': true }"); | ||
556 | + assert_sve_vls(qts, cpu_type, 0x8b, | ||
557 | + "{ 'sve1024': true, 'sve384': false }"); | ||
558 | + | ||
559 | + /* max_vq := 8, vq < max_vq, power-of-two(vq) */ | ||
560 | + assert_sve_vls(qts, cpu_type, 0x8b, | ||
561 | + "{ 'sve1024': true, 'sve256': true }"); | ||
562 | + assert_error(qts, cpu_type, "cannot disable sve256", | ||
563 | + "{ 'sve1024': true, 'sve256': false }"); | ||
564 | + | ||
565 | + /* max_vq := 3, vq > max_vq, !all-power-of-two(< vq) */ | ||
566 | + assert_error(qts, cpu_type, "cannot disable sve512", | ||
567 | + "{ 'sve384': true, 'sve512': false, 'sve640': true }"); | ||
568 | + | ||
569 | + /* | ||
570 | + * We can disable power-of-two vector lengths when all larger lengths | ||
571 | + * are also disabled. We only need to disable the power-of-two length, | ||
572 | + * as all non-enabled larger lengths will then be auto-disabled. | ||
573 | + */ | ||
574 | + assert_sve_vls(qts, cpu_type, 0x7, "{ 'sve512': false }"); | ||
575 | + | ||
576 | + /* max_vq := 3, vq > max_vq, all-power-of-two(< vq) */ | ||
577 | + assert_sve_vls(qts, cpu_type, 0x1f, | ||
578 | + "{ 'sve384': true, 'sve512': true, 'sve640': true }"); | ||
579 | + assert_sve_vls(qts, cpu_type, 0xf, | ||
580 | + "{ 'sve384': true, 'sve512': true, 'sve640': false }"); | ||
581 | +} | ||
582 | + | ||
583 | +static void sve_tests_sve_max_vq_8(const void *data) | ||
584 | +{ | ||
585 | + QTestState *qts; | ||
586 | + | ||
587 | + qts = qtest_init(MACHINE "-cpu max,sve-max-vq=8"); | ||
588 | + | ||
589 | + assert_sve_vls(qts, "max", BIT_ULL(8) - 1, NULL); | ||
590 | + | ||
591 | + /* | ||
592 | + * Disabling the max-vq set by sve-max-vq is not allowed, but | ||
593 | + * of course enabling it is OK. | ||
594 | + */ | ||
595 | + assert_error(qts, "max", "cannot disable sve1024", "{ 'sve1024': false }"); | ||
596 | + assert_sve_vls(qts, "max", 0xff, "{ 'sve1024': true }"); | ||
597 | + | ||
598 | + /* | ||
599 | + * Enabling anything larger than max-vq set by sve-max-vq is not | ||
600 | + * allowed, but of course disabling everything larger is OK. | ||
601 | + */ | ||
602 | + assert_error(qts, "max", "cannot enable sve1152", "{ 'sve1152': true }"); | ||
603 | + assert_sve_vls(qts, "max", 0xff, "{ 'sve1152': false }"); | ||
604 | + | ||
605 | + /* | ||
606 | + * We can enable/disable non power-of-two lengths smaller than the | ||
607 | + * max-vq set by sve-max-vq, but, while we can enable power-of-two | ||
608 | + * lengths, we can't disable them. | ||
609 | + */ | ||
610 | + assert_sve_vls(qts, "max", 0xff, "{ 'sve384': true }"); | ||
611 | + assert_sve_vls(qts, "max", 0xfb, "{ 'sve384': false }"); | ||
612 | + assert_sve_vls(qts, "max", 0xff, "{ 'sve256': true }"); | ||
613 | + assert_error(qts, "max", "cannot disable sve256", "{ 'sve256': false }"); | ||
614 | + | ||
615 | + qtest_quit(qts); | ||
616 | +} | ||
617 | + | ||
618 | +static void sve_tests_sve_off(const void *data) | ||
619 | +{ | ||
620 | + QTestState *qts; | ||
621 | + | ||
622 | + qts = qtest_init(MACHINE "-cpu max,sve=off"); | ||
623 | + | ||
624 | + /* SVE is off, so the map should be empty. */ | ||
625 | + assert_sve_vls(qts, "max", 0, NULL); | ||
626 | + | ||
627 | + /* The map stays empty even if we turn lengths off. */ | ||
628 | + assert_sve_vls(qts, "max", 0, "{ 'sve128': false }"); | ||
629 | + | ||
630 | + /* It's an error to enable lengths when SVE is off. */ | ||
631 | + assert_error(qts, "max", "cannot enable sve128", "{ 'sve128': true }"); | ||
632 | + | ||
633 | + /* With SVE re-enabled we should get all vector lengths enabled. */ | ||
634 | + assert_sve_vls(qts, "max", BIT_ULL(SVE_MAX_VQ) - 1, "{ 'sve': true }"); | ||
635 | + | ||
636 | + /* Or enable SVE with just specific vector lengths. */ | ||
637 | + assert_sve_vls(qts, "max", 0x3, | ||
638 | + "{ 'sve': true, 'sve128': true, 'sve256': true }"); | ||
639 | + | ||
640 | + qtest_quit(qts); | ||
641 | +} | ||
642 | + | ||
643 | static void test_query_cpu_model_expansion(const void *data) | ||
644 | { | ||
645 | QTestState *qts; | ||
646 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion(const void *data) | ||
647 | if (g_str_equal(qtest_get_arch(), "aarch64")) { | ||
648 | assert_has_feature(qts, "max", "aarch64"); | ||
649 | assert_has_feature(qts, "max", "sve"); | ||
650 | + assert_has_feature(qts, "max", "sve128"); | ||
651 | assert_has_feature(qts, "cortex-a57", "pmu"); | ||
652 | assert_has_feature(qts, "cortex-a57", "aarch64"); | ||
653 | |||
654 | + sve_tests_default(qts, "max"); | ||
655 | + | ||
656 | /* Test that features that depend on KVM generate errors without. */ | ||
657 | assert_error(qts, "max", | ||
658 | "'aarch64' feature cannot be disabled " | ||
659 | @@ -XXX,XX +XXX,XX @@ int main(int argc, char **argv) | ||
660 | qtest_add_data_func("/arm/query-cpu-model-expansion", | ||
661 | NULL, test_query_cpu_model_expansion); | ||
662 | |||
663 | + if (g_str_equal(qtest_get_arch(), "aarch64")) { | ||
664 | + qtest_add_data_func("/arm/max/query-cpu-model-expansion/sve-max-vq-8", | ||
665 | + NULL, sve_tests_sve_max_vq_8); | ||
666 | + qtest_add_data_func("/arm/max/query-cpu-model-expansion/sve-off", | ||
667 | + NULL, sve_tests_sve_off); | ||
668 | + } | ||
669 | + | ||
670 | if (kvm_available) { | ||
671 | qtest_add_data_func("/arm/kvm/query-cpu-model-expansion", | ||
672 | NULL, test_query_cpu_model_expansion_kvm); | ||
673 | diff --git a/docs/arm-cpu-features.rst b/docs/arm-cpu-features.rst | ||
674 | index XXXXXXX..XXXXXXX 100644 | ||
675 | --- a/docs/arm-cpu-features.rst | ||
676 | +++ b/docs/arm-cpu-features.rst | ||
677 | @@ -XXX,XX +XXX,XX @@ block in the script for usage) is used to issue the QMP commands. | ||
678 | (QEMU) query-cpu-model-expansion type=full model={"name":"max"} | ||
679 | { "return": { | ||
680 | "model": { "name": "max", "props": { | ||
681 | - "pmu": true, "aarch64": true | ||
682 | + "sve1664": true, "pmu": true, "sve1792": true, "sve1920": true, | ||
683 | + "sve128": true, "aarch64": true, "sve1024": true, "sve": true, | ||
684 | + "sve640": true, "sve768": true, "sve1408": true, "sve256": true, | ||
685 | + "sve1152": true, "sve512": true, "sve384": true, "sve1536": true, | ||
686 | + "sve896": true, "sve1280": true, "sve2048": true | ||
687 | }}}} | ||
688 | |||
689 | -We see that the `max` CPU type has the `pmu` and `aarch64` CPU features. | ||
690 | -We also see that the CPU features are enabled, as they are all `true`. | ||
691 | +We see that the `max` CPU type has the `pmu`, `aarch64`, `sve`, and many | ||
692 | +`sve<N>` CPU features. We also see that all the CPU features are | ||
693 | +enabled, as they are all `true`. (The `sve<N>` CPU features are all | ||
694 | +optional SVE vector lengths (see "SVE CPU Properties"). While with TCG | ||
695 | +all SVE vector lengths can be supported, when KVM is in use it's more | ||
696 | +likely that only a few lengths will be supported, if SVE is supported at | ||
697 | +all.) | ||
698 | |||
699 | (2) Let's try to disable the PMU:: | ||
700 | |||
701 | (QEMU) query-cpu-model-expansion type=full model={"name":"max","props":{"pmu":false}} | ||
702 | { "return": { | ||
703 | "model": { "name": "max", "props": { | ||
704 | - "pmu": false, "aarch64": true | ||
705 | + "sve1664": true, "pmu": false, "sve1792": true, "sve1920": true, | ||
706 | + "sve128": true, "aarch64": true, "sve1024": true, "sve": true, | ||
707 | + "sve640": true, "sve768": true, "sve1408": true, "sve256": true, | ||
708 | + "sve1152": true, "sve512": true, "sve384": true, "sve1536": true, | ||
709 | + "sve896": true, "sve1280": true, "sve2048": true | ||
710 | }}}} | ||
711 | |||
712 | We see it worked, as `pmu` is now `false`. | ||
713 | @@ -XXX,XX +XXX,XX @@ We see it worked, as `pmu` is now `false`. | ||
714 | It looks like this feature is limited to a configuration we do not | ||
715 | currently have. | ||
716 | |||
717 | -(4) Let's try probing CPU features for the Cortex-A15 CPU type:: | ||
718 | +(4) Let's disable `sve` and see what happens to all the optional SVE | ||
719 | + vector lengths:: | ||
720 | + | ||
721 | + (QEMU) query-cpu-model-expansion type=full model={"name":"max","props":{"sve":false}} | ||
722 | + { "return": { | ||
723 | + "model": { "name": "max", "props": { | ||
724 | + "sve1664": false, "pmu": true, "sve1792": false, "sve1920": false, | ||
725 | + "sve128": false, "aarch64": true, "sve1024": false, "sve": false, | ||
726 | + "sve640": false, "sve768": false, "sve1408": false, "sve256": false, | ||
727 | + "sve1152": false, "sve512": false, "sve384": false, "sve1536": false, | ||
728 | + "sve896": false, "sve1280": false, "sve2048": false | ||
729 | + }}}} | ||
730 | + | ||
731 | +As expected they are now all `false`. | ||
732 | + | ||
733 | +(5) Let's try probing CPU features for the Cortex-A15 CPU type:: | ||
734 | |||
735 | (QEMU) query-cpu-model-expansion type=full model={"name":"cortex-a15"} | ||
736 | {"return": {"model": {"name": "cortex-a15", "props": {"pmu": true}}}} | ||
737 | @@ -XXX,XX +XXX,XX @@ After determining which CPU features are available and supported for a | ||
738 | given CPU type, then they may be selectively enabled or disabled on the | ||
739 | QEMU command line with that CPU type:: | ||
740 | |||
741 | - $ qemu-system-aarch64 -M virt -cpu max,pmu=off | ||
742 | + $ qemu-system-aarch64 -M virt -cpu max,pmu=off,sve=on,sve128=on,sve256=on | ||
743 | |||
744 | -The example above disables the PMU for the `max` CPU type. | ||
745 | +The example above disables the PMU and enables the first two SVE vector | ||
746 | +lengths for the `max` CPU type. Note, the `sve=on` isn't actually | ||
747 | +necessary, because, as we observed above with our probe of the `max` CPU | ||
748 | +type, `sve` is already on by default. Also, based on our probe of | ||
749 | +defaults, it would seem we need to disable many SVE vector lengths, rather | ||
750 | +than only enabling the two we want. This isn't the case, because, as | ||
751 | +disabling many SVE vector lengths would be quite verbose, the `sve<N>` CPU | ||
752 | +properties have special semantics (see "SVE CPU Property Parsing | ||
753 | +Semantics"). | ||
754 | + | ||
755 | +SVE CPU Properties | ||
756 | +================== | ||
757 | + | ||
758 | +There are two types of SVE CPU properties: `sve` and `sve<N>`. The first | ||
759 | +is used to enable or disable the entire SVE feature, just as the `pmu` | ||
760 | +CPU property completely enables or disables the PMU. The second type | ||
761 | +is used to enable or disable specific vector lengths, where `N` is the | ||
762 | +number of bits of the length. The `sve<N>` CPU properties have special | ||
763 | +dependencies and constraints, see "SVE CPU Property Dependencies and | ||
764 | +Constraints" below. Additionally, as we want all supported vector lengths | ||
765 | +to be enabled by default, then, in order to avoid overly verbose command | ||
766 | +lines (command lines full of `sve<N>=off`, for all `N` not wanted), we | ||
767 | +provide the parsing semantics listed in "SVE CPU Property Parsing | ||
768 | +Semantics". | ||
769 | + | ||
770 | +SVE CPU Property Dependencies and Constraints | ||
771 | +--------------------------------------------- | ||
772 | + | ||
773 | + 1) At least one vector length must be enabled when `sve` is enabled. | ||
774 | + | ||
775 | + 2) If a vector length `N` is enabled, then all power-of-two vector | ||
776 | + lengths smaller than `N` must also be enabled. E.g. if `sve512` | ||
777 | + is enabled, then the 128-bit and 256-bit vector lengths must also | ||
778 | + be enabled. | ||
779 | + | ||
780 | +SVE CPU Property Parsing Semantics | ||
781 | +---------------------------------- | ||
782 | + | ||
783 | + 1) If SVE is disabled (`sve=off`), then which SVE vector lengths | ||
784 | + are enabled or disabled is irrelevant to the guest, as the entire | ||
785 | + SVE feature is disabled and that disables all vector lengths for | ||
786 | + the guest. However QEMU will still track any `sve<N>` CPU | ||
787 | + properties provided by the user. If later an `sve=on` is provided, | ||
788 | + then the guest will get only the enabled lengths. If no `sve=on` | ||
789 | + is provided and there are explicitly enabled vector lengths, then | ||
790 | + an error is generated. | ||
791 | + | ||
792 | + 2) If SVE is enabled (`sve=on`), but no `sve<N>` CPU properties are | ||
793 | + provided, then all supported vector lengths are enabled, including | ||
794 | + the non-power-of-two lengths. | ||
795 | + | ||
796 | + 3) If SVE is enabled, then an error is generated when attempting to | ||
797 | + disable the last enabled vector length (see constraint (1) of "SVE | ||
798 | + CPU Property Dependencies and Constraints"). | ||
799 | + | ||
800 | + 4) If one or more vector lengths have been explicitly enabled and at | ||
801 | + at least one of the dependency lengths of the maximum enabled length | ||
802 | + has been explicitly disabled, then an error is generated (see | ||
803 | + constraint (2) of "SVE CPU Property Dependencies and Constraints"). | ||
804 | + | ||
805 | + 5) If one or more `sve<N>` CPU properties are set `off`, but no `sve<N>`, | ||
806 | + CPU properties are set `on`, then the specified vector lengths are | ||
807 | + disabled but the default for any unspecified lengths remains enabled. | ||
808 | + Disabling a power-of-two vector length also disables all vector | ||
809 | + lengths larger than the power-of-two length (see constraint (2) of | ||
810 | + "SVE CPU Property Dependencies and Constraints"). | ||
811 | + | ||
812 | + 6) If one or more `sve<N>` CPU properties are set to `on`, then they | ||
813 | + are enabled and all unspecified lengths default to disabled, except | ||
814 | + for the required lengths per constraint (2) of "SVE CPU Property | ||
815 | + Dependencies and Constraints", which will even be auto-enabled if | ||
816 | + they were not explicitly enabled. | ||
817 | + | ||
818 | + 7) If SVE was disabled (`sve=off`), allowing all vector lengths to be | ||
819 | + explicitly disabled (i.e. avoiding the error specified in (3) of | ||
820 | + "SVE CPU Property Parsing Semantics"), then if later an `sve=on` is | ||
821 | + provided an error will be generated. To avoid this error, one must | ||
822 | + enable at least one vector length prior to enabling SVE. | ||
823 | + | ||
824 | +SVE CPU Property Examples | ||
825 | +------------------------- | ||
826 | + | ||
827 | + 1) Disable SVE:: | ||
828 | + | ||
829 | + $ qemu-system-aarch64 -M virt -cpu max,sve=off | ||
830 | + | ||
831 | + 2) Implicitly enable all vector lengths for the `max` CPU type:: | ||
832 | + | ||
833 | + $ qemu-system-aarch64 -M virt -cpu max | ||
834 | + | ||
835 | + 3) Only enable the 128-bit vector length:: | ||
836 | + | ||
837 | + $ qemu-system-aarch64 -M virt -cpu max,sve128=on | ||
838 | + | ||
839 | + 4) Disable the 512-bit vector length and all larger vector lengths, | ||
840 | + since 512 is a power-of-two. This results in all the smaller, | ||
841 | + uninitialized lengths (128, 256, and 384) defaulting to enabled:: | ||
842 | + | ||
843 | + $ qemu-system-aarch64 -M virt -cpu max,sve512=off | ||
844 | + | ||
845 | + 5) Enable the 128-bit, 256-bit, and 512-bit vector lengths:: | ||
846 | + | ||
847 | + $ qemu-system-aarch64 -M virt -cpu max,sve128=on,sve256=on,sve512=on | ||
848 | + | ||
849 | + 6) The same as (5), but since the 128-bit and 256-bit vector | ||
850 | + lengths are required for the 512-bit vector length to be enabled, | ||
851 | + then allow them to be auto-enabled:: | ||
852 | + | ||
853 | + $ qemu-system-aarch64 -M virt -cpu max,sve512=on | ||
854 | + | ||
855 | + 7) Do the same as (6), but by first disabling SVE and then re-enabling it:: | ||
856 | + | ||
857 | + $ qemu-system-aarch64 -M virt -cpu max,sve=off,sve512=on,sve=on | ||
858 | + | ||
859 | + 8) Force errors regarding the last vector length:: | ||
860 | + | ||
861 | + $ qemu-system-aarch64 -M virt -cpu max,sve128=off | ||
862 | + $ qemu-system-aarch64 -M virt -cpu max,sve=off,sve128=off,sve=on | ||
863 | + | ||
864 | +SVE CPU Property Recommendations | ||
865 | +-------------------------------- | ||
866 | + | ||
867 | +The examples in "SVE CPU Property Examples" exhibit many ways to select | ||
868 | +vector lengths which developers may find useful in order to avoid overly | ||
869 | +verbose command lines. However, the recommended way to select vector | ||
870 | +lengths is to explicitly enable each desired length. Therefore only | ||
871 | +example's (1), (3), and (5) exhibit recommended uses of the properties. | ||
872 | 35 | ||
873 | -- | 36 | -- |
874 | 2.20.1 | 37 | 2.20.1 |
875 | 38 | ||
876 | 39 | diff view generated by jsdifflib |
1 | Switch the xilinx_axidma code away from bottom-half based ptimers to | 1 | In arm_v7m_mmu_idx_for_secstate() we get the 'priv' level to pass to |
---|---|---|---|
2 | the new transaction-based ptimer API. This just requires adding | 2 | armv7m_mmu_idx_for_secstate_and_priv() by calling arm_current_el(). |
3 | begin/commit calls around the various places that modify the ptimer | 3 | This is incorrect when the security state being queried is not the |
4 | state, and using the new ptimer_init() function to create the timer. | 4 | current one, because arm_current_el() uses the current security state |
5 | to determine which of the banked CONTROL.nPRIV bits to look at. | ||
6 | The effect was that if (for instance) Secure state was in privileged | ||
7 | mode but Non-Secure was not then we would return the wrong MMU index. | ||
8 | |||
9 | The only places where we are using this function in a way that could | ||
10 | trigger this bug are for the stack loads during a v8M function-return | ||
11 | and for the instruction fetch of a v8M SG insn. | ||
12 | |||
13 | Fix the bug by expanding out the M-profile version of the | ||
14 | arm_current_el() logic inline so it can use the passed in secstate | ||
15 | rather than env->v7m.secure. | ||
5 | 16 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 18 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 19 | Message-id: 20201022164408.13214-1-peter.maydell@linaro.org |
9 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
10 | Message-id: 20191017132122.4402-4-peter.maydell@linaro.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | --- | 20 | --- |
13 | hw/dma/xilinx_axidma.c | 9 +++++---- | 21 | target/arm/m_helper.c | 3 ++- |
14 | 1 file changed, 5 insertions(+), 4 deletions(-) | 22 | 1 file changed, 2 insertions(+), 1 deletion(-) |
15 | 23 | ||
16 | diff --git a/hw/dma/xilinx_axidma.c b/hw/dma/xilinx_axidma.c | 24 | diff --git a/target/arm/m_helper.c b/target/arm/m_helper.c |
17 | index XXXXXXX..XXXXXXX 100644 | 25 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/hw/dma/xilinx_axidma.c | 26 | --- a/target/arm/m_helper.c |
19 | +++ b/hw/dma/xilinx_axidma.c | 27 | +++ b/target/arm/m_helper.c |
20 | @@ -XXX,XX +XXX,XX @@ | 28 | @@ -XXX,XX +XXX,XX @@ ARMMMUIdx arm_v7m_mmu_idx_for_secstate_and_priv(CPUARMState *env, |
21 | #include "hw/ptimer.h" | 29 | /* Return the MMU index for a v7M CPU in the specified security state */ |
22 | #include "hw/qdev-properties.h" | 30 | ARMMMUIdx arm_v7m_mmu_idx_for_secstate(CPUARMState *env, bool secstate) |
23 | #include "qemu/log.h" | 31 | { |
24 | -#include "qemu/main-loop.h" | 32 | - bool priv = arm_current_el(env) != 0; |
25 | #include "qemu/module.h" | 33 | + bool priv = arm_v7m_is_handler_mode(env) || |
26 | 34 | + !(env->v7m.control[secstate] & 1); | |
27 | #include "hw/stream.h" | 35 | |
28 | @@ -XXX,XX +XXX,XX @@ enum { | 36 | return arm_v7m_mmu_idx_for_secstate_and_priv(env, secstate, priv); |
29 | }; | ||
30 | |||
31 | struct Stream { | ||
32 | - QEMUBH *bh; | ||
33 | ptimer_state *ptimer; | ||
34 | qemu_irq irq; | ||
35 | |||
36 | @@ -XXX,XX +XXX,XX @@ static void stream_complete(struct Stream *s) | ||
37 | unsigned int comp_delay; | ||
38 | |||
39 | /* Start the delayed timer. */ | ||
40 | + ptimer_transaction_begin(s->ptimer); | ||
41 | comp_delay = s->regs[R_DMACR] >> 24; | ||
42 | if (comp_delay) { | ||
43 | ptimer_stop(s->ptimer); | ||
44 | @@ -XXX,XX +XXX,XX @@ static void stream_complete(struct Stream *s) | ||
45 | s->regs[R_DMASR] |= DMASR_IOC_IRQ; | ||
46 | stream_reload_complete_cnt(s); | ||
47 | } | ||
48 | + ptimer_transaction_commit(s->ptimer); | ||
49 | } | 37 | } |
50 | |||
51 | static void stream_process_mem2s(struct Stream *s, StreamSlave *tx_data_dev, | ||
52 | @@ -XXX,XX +XXX,XX @@ static void xilinx_axidma_realize(DeviceState *dev, Error **errp) | ||
53 | struct Stream *st = &s->streams[i]; | ||
54 | |||
55 | st->nr = i; | ||
56 | - st->bh = qemu_bh_new(timer_hit, st); | ||
57 | - st->ptimer = ptimer_init_with_bh(st->bh, PTIMER_POLICY_DEFAULT); | ||
58 | + st->ptimer = ptimer_init(timer_hit, st, PTIMER_POLICY_DEFAULT); | ||
59 | + ptimer_transaction_begin(st->ptimer); | ||
60 | ptimer_set_freq(st->ptimer, s->freqhz); | ||
61 | + ptimer_transaction_commit(st->ptimer); | ||
62 | } | ||
63 | return; | ||
64 | |||
65 | -- | 38 | -- |
66 | 2.20.1 | 39 | 2.20.1 |
67 | 40 | ||
68 | 41 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | In the slavio timer devcie, the ptimer TimerContext::timer is | ||
2 | always created by slavio_timer_init(), so there's no need to | ||
3 | check it for NULL; remove the single unneeded NULL check. | ||
4 | 1 | ||
5 | This will be useful to avoid compiler/Coverity errors when | ||
6 | a subsequent change adds a use of t->timer before the location | ||
7 | we currently do the NULL check. | ||
8 | |||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
11 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
12 | Message-id: 20191021134357.14266-2-peter.maydell@linaro.org | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
14 | --- | ||
15 | hw/timer/slavio_timer.c | 12 +++++------- | ||
16 | 1 file changed, 5 insertions(+), 7 deletions(-) | ||
17 | |||
18 | diff --git a/hw/timer/slavio_timer.c b/hw/timer/slavio_timer.c | ||
19 | index XXXXXXX..XXXXXXX 100644 | ||
20 | --- a/hw/timer/slavio_timer.c | ||
21 | +++ b/hw/timer/slavio_timer.c | ||
22 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_mem_writel(void *opaque, hwaddr addr, | ||
23 | // set limit, reset counter | ||
24 | qemu_irq_lower(t->irq); | ||
25 | t->limit = val & TIMER_MAX_COUNT32; | ||
26 | - if (t->timer) { | ||
27 | - if (t->limit == 0) { /* free-run */ | ||
28 | - ptimer_set_limit(t->timer, | ||
29 | - LIMIT_TO_PERIODS(TIMER_MAX_COUNT32), 1); | ||
30 | - } else { | ||
31 | - ptimer_set_limit(t->timer, LIMIT_TO_PERIODS(t->limit), 1); | ||
32 | - } | ||
33 | + if (t->limit == 0) { /* free-run */ | ||
34 | + ptimer_set_limit(t->timer, | ||
35 | + LIMIT_TO_PERIODS(TIMER_MAX_COUNT32), 1); | ||
36 | + } else { | ||
37 | + ptimer_set_limit(t->timer, LIMIT_TO_PERIODS(t->limit), 1); | ||
38 | } | ||
39 | } | ||
40 | break; | ||
41 | -- | ||
42 | 2.20.1 | ||
43 | |||
44 | diff view generated by jsdifflib |
1 | Switch the milkymist-sysctl code away from bottom-half based | 1 | On some hosts (eg Ubuntu Bionic) pkg-config returns a set of |
---|---|---|---|
2 | ptimers to the new transaction-based ptimer API. This just requires | 2 | libraries for gio-2.0 which don't actually work when compiling |
3 | adding begin/commit calls around the various places that modify the | 3 | statically. (Specifically, the returned library string includes |
4 | ptimer state, and using the new ptimer_init() function to create the | 4 | -lmount, but not -lblkid which -lmount depends upon, so linking |
5 | timer. | 5 | fails due to missing symbols.) |
6 | |||
7 | Check that the libraries work, and don't enable gio if they don't, | ||
8 | in the same way we do for gnutls. | ||
6 | 9 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> | ||
8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 12 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
9 | Message-id: 20191021141040.11007-1-peter.maydell@linaro.org | 13 | Message-id: 20200928160402.7961-1-peter.maydell@linaro.org |
10 | --- | 14 | --- |
11 | hw/timer/milkymist-sysctl.c | 25 ++++++++++++++++++------- | 15 | configure | 10 +++++++++- |
12 | 1 file changed, 18 insertions(+), 7 deletions(-) | 16 | 1 file changed, 9 insertions(+), 1 deletion(-) |
13 | 17 | ||
14 | diff --git a/hw/timer/milkymist-sysctl.c b/hw/timer/milkymist-sysctl.c | 18 | diff --git a/configure b/configure |
15 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100755 |
16 | --- a/hw/timer/milkymist-sysctl.c | 20 | --- a/configure |
17 | +++ b/hw/timer/milkymist-sysctl.c | 21 | +++ b/configure |
18 | @@ -XXX,XX +XXX,XX @@ | 22 | @@ -XXX,XX +XXX,XX @@ if test "$static" = yes && test "$mingw32" = yes; then |
19 | #include "hw/ptimer.h" | 23 | fi |
20 | #include "hw/qdev-properties.h" | 24 | |
21 | #include "qemu/error-report.h" | 25 | if $pkg_config --atleast-version=$glib_req_ver gio-2.0; then |
22 | -#include "qemu/main-loop.h" | 26 | - gio=yes |
23 | #include "qemu/module.h" | 27 | gio_cflags=$($pkg_config --cflags gio-2.0) |
24 | 28 | gio_libs=$($pkg_config --libs gio-2.0) | |
25 | enum { | 29 | gdbus_codegen=$($pkg_config --variable=gdbus_codegen gio-2.0) |
26 | @@ -XXX,XX +XXX,XX @@ struct MilkymistSysctlState { | 30 | if [ ! -x "$gdbus_codegen" ]; then |
27 | 31 | gdbus_codegen= | |
28 | MemoryRegion regs_region; | 32 | fi |
29 | 33 | + # Check that the libraries actually work -- Ubuntu 18.04 ships | |
30 | - QEMUBH *bh0; | 34 | + # with pkg-config --static --libs data for gio-2.0 that is missing |
31 | - QEMUBH *bh1; | 35 | + # -lblkid and will give a link error. |
32 | ptimer_state *ptimer0; | 36 | + write_c_skeleton |
33 | ptimer_state *ptimer1; | 37 | + if compile_prog "" "gio_libs" ; then |
34 | 38 | + gio=yes | |
35 | @@ -XXX,XX +XXX,XX @@ static void sysctl_write(void *opaque, hwaddr addr, uint64_t value, | 39 | + else |
36 | s->regs[addr] = value; | 40 | + gio=no |
37 | break; | 41 | + fi |
38 | case R_TIMER0_COMPARE: | 42 | else |
39 | + ptimer_transaction_begin(s->ptimer0); | 43 | gio=no |
40 | ptimer_set_limit(s->ptimer0, value, 0); | 44 | fi |
41 | s->regs[addr] = value; | ||
42 | + ptimer_transaction_commit(s->ptimer0); | ||
43 | break; | ||
44 | case R_TIMER1_COMPARE: | ||
45 | + ptimer_transaction_begin(s->ptimer1); | ||
46 | ptimer_set_limit(s->ptimer1, value, 0); | ||
47 | s->regs[addr] = value; | ||
48 | + ptimer_transaction_commit(s->ptimer1); | ||
49 | break; | ||
50 | case R_TIMER0_CONTROL: | ||
51 | + ptimer_transaction_begin(s->ptimer0); | ||
52 | s->regs[addr] = value; | ||
53 | if (s->regs[R_TIMER0_CONTROL] & CTRL_ENABLE) { | ||
54 | trace_milkymist_sysctl_start_timer0(); | ||
55 | @@ -XXX,XX +XXX,XX @@ static void sysctl_write(void *opaque, hwaddr addr, uint64_t value, | ||
56 | trace_milkymist_sysctl_stop_timer0(); | ||
57 | ptimer_stop(s->ptimer0); | ||
58 | } | ||
59 | + ptimer_transaction_commit(s->ptimer0); | ||
60 | break; | ||
61 | case R_TIMER1_CONTROL: | ||
62 | + ptimer_transaction_begin(s->ptimer1); | ||
63 | s->regs[addr] = value; | ||
64 | if (s->regs[R_TIMER1_CONTROL] & CTRL_ENABLE) { | ||
65 | trace_milkymist_sysctl_start_timer1(); | ||
66 | @@ -XXX,XX +XXX,XX @@ static void sysctl_write(void *opaque, hwaddr addr, uint64_t value, | ||
67 | trace_milkymist_sysctl_stop_timer1(); | ||
68 | ptimer_stop(s->ptimer1); | ||
69 | } | ||
70 | + ptimer_transaction_commit(s->ptimer1); | ||
71 | break; | ||
72 | case R_ICAP: | ||
73 | sysctl_icap_write(s, value); | ||
74 | @@ -XXX,XX +XXX,XX @@ static void milkymist_sysctl_reset(DeviceState *d) | ||
75 | s->regs[i] = 0; | ||
76 | } | ||
77 | |||
78 | + ptimer_transaction_begin(s->ptimer0); | ||
79 | ptimer_stop(s->ptimer0); | ||
80 | + ptimer_transaction_commit(s->ptimer0); | ||
81 | + ptimer_transaction_begin(s->ptimer1); | ||
82 | ptimer_stop(s->ptimer1); | ||
83 | + ptimer_transaction_commit(s->ptimer1); | ||
84 | |||
85 | /* defaults */ | ||
86 | s->regs[R_ICAP] = ICAP_READY; | ||
87 | @@ -XXX,XX +XXX,XX @@ static void milkymist_sysctl_realize(DeviceState *dev, Error **errp) | ||
88 | { | ||
89 | MilkymistSysctlState *s = MILKYMIST_SYSCTL(dev); | ||
90 | |||
91 | - s->bh0 = qemu_bh_new(timer0_hit, s); | ||
92 | - s->bh1 = qemu_bh_new(timer1_hit, s); | ||
93 | - s->ptimer0 = ptimer_init_with_bh(s->bh0, PTIMER_POLICY_DEFAULT); | ||
94 | - s->ptimer1 = ptimer_init_with_bh(s->bh1, PTIMER_POLICY_DEFAULT); | ||
95 | + s->ptimer0 = ptimer_init(timer0_hit, s, PTIMER_POLICY_DEFAULT); | ||
96 | + s->ptimer1 = ptimer_init(timer1_hit, s, PTIMER_POLICY_DEFAULT); | ||
97 | |||
98 | + ptimer_transaction_begin(s->ptimer0); | ||
99 | ptimer_set_freq(s->ptimer0, s->freq_hz); | ||
100 | + ptimer_transaction_commit(s->ptimer0); | ||
101 | + ptimer_transaction_begin(s->ptimer1); | ||
102 | ptimer_set_freq(s->ptimer1, s->freq_hz); | ||
103 | + ptimer_transaction_commit(s->ptimer1); | ||
104 | } | ||
105 | |||
106 | static const VMStateDescription vmstate_milkymist_sysctl = { | ||
107 | -- | 45 | -- |
108 | 2.20.1 | 46 | 2.20.1 |
109 | 47 | ||
110 | 48 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | In gicv3_init_cpuif() we copy the ARMCPU gicv3_maintenance_interrupt |
---|---|---|---|
2 | into the GICv3CPUState struct's maintenance_irq field. This will | ||
3 | only work if the board happens to have already wired up the CPU | ||
4 | maintenance IRQ before the GIC was realized. Unfortunately this is | ||
5 | not the case for the 'virt' board, and so the value that gets copied | ||
6 | is NULL (since a qemu_irq is really a pointer to an IRQState struct | ||
7 | under the hood). The effect is that the CPU interface code never | ||
8 | actually raises the maintenance interrupt line. | ||
2 | 9 | ||
3 | write_secondary_boot() is used in SMP configurations where the | 10 | Instead, since the GICv3CPUState has a pointer to the CPUState, make |
4 | CPU address space might not be the main System Bus. | 11 | the dereference at the point where we want to raise the interrupt, to |
5 | The rom_add_blob_fixed_as() function allow us to specify an | 12 | avoid an implicit requirement on board code to wire things up in a |
6 | address space. Use it to write each boot blob in the corresponding | 13 | particular order. |
7 | CPU address space. | ||
8 | 14 | ||
9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 15 | Reported-by: Jose Martins <josemartins90@gmail.com> |
10 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
11 | Message-id: 20191019234715.25750-15-f4bug@amsat.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | Message-id: 20201009153904.28529-1-peter.maydell@linaro.org | ||
18 | Reviewed-by: Luc Michel <luc@lmichel.fr> | ||
13 | --- | 19 | --- |
14 | hw/arm/highbank.c | 3 ++- | 20 | include/hw/intc/arm_gicv3_common.h | 1 - |
15 | 1 file changed, 2 insertions(+), 1 deletion(-) | 21 | hw/intc/arm_gicv3_cpuif.c | 5 ++--- |
22 | 2 files changed, 2 insertions(+), 4 deletions(-) | ||
16 | 23 | ||
17 | diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c | 24 | diff --git a/include/hw/intc/arm_gicv3_common.h b/include/hw/intc/arm_gicv3_common.h |
18 | index XXXXXXX..XXXXXXX 100644 | 25 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/highbank.c | 26 | --- a/include/hw/intc/arm_gicv3_common.h |
20 | +++ b/hw/arm/highbank.c | 27 | +++ b/include/hw/intc/arm_gicv3_common.h |
21 | @@ -XXX,XX +XXX,XX @@ static void hb_write_secondary(ARMCPU *cpu, const struct arm_boot_info *info) | 28 | @@ -XXX,XX +XXX,XX @@ struct GICv3CPUState { |
22 | for (n = 0; n < ARRAY_SIZE(smpboot); n++) { | 29 | qemu_irq parent_fiq; |
23 | smpboot[n] = tswap32(smpboot[n]); | 30 | qemu_irq parent_virq; |
24 | } | 31 | qemu_irq parent_vfiq; |
25 | - rom_add_blob_fixed("smpboot", smpboot, sizeof(smpboot), SMP_BOOT_ADDR); | 32 | - qemu_irq maintenance_irq; |
26 | + rom_add_blob_fixed_as("smpboot", smpboot, sizeof(smpboot), SMP_BOOT_ADDR, | 33 | |
27 | + arm_boot_address_space(cpu, info)); | 34 | /* Redistributor */ |
35 | uint32_t level; /* Current IRQ level */ | ||
36 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/hw/intc/arm_gicv3_cpuif.c | ||
39 | +++ b/hw/intc/arm_gicv3_cpuif.c | ||
40 | @@ -XXX,XX +XXX,XX @@ static void gicv3_cpuif_virt_update(GICv3CPUState *cs) | ||
41 | int irqlevel = 0; | ||
42 | int fiqlevel = 0; | ||
43 | int maintlevel = 0; | ||
44 | + ARMCPU *cpu = ARM_CPU(cs->cpu); | ||
45 | |||
46 | idx = hppvi_index(cs); | ||
47 | trace_gicv3_cpuif_virt_update(gicv3_redist_affid(cs), idx); | ||
48 | @@ -XXX,XX +XXX,XX @@ static void gicv3_cpuif_virt_update(GICv3CPUState *cs) | ||
49 | |||
50 | qemu_set_irq(cs->parent_vfiq, fiqlevel); | ||
51 | qemu_set_irq(cs->parent_virq, irqlevel); | ||
52 | - qemu_set_irq(cs->maintenance_irq, maintlevel); | ||
53 | + qemu_set_irq(cpu->gicv3_maintenance_interrupt, maintlevel); | ||
28 | } | 54 | } |
29 | 55 | ||
30 | static void hb_reset_secondary(ARMCPU *cpu, const struct arm_boot_info *info) | 56 | static uint64_t icv_ap_read(CPUARMState *env, const ARMCPRegInfo *ri) |
57 | @@ -XXX,XX +XXX,XX @@ void gicv3_init_cpuif(GICv3State *s) | ||
58 | && cpu->gic_num_lrs) { | ||
59 | int j; | ||
60 | |||
61 | - cs->maintenance_irq = cpu->gicv3_maintenance_interrupt; | ||
62 | - | ||
63 | cs->num_list_regs = cpu->gic_num_lrs; | ||
64 | cs->vpribits = cpu->gic_vpribits; | ||
65 | cs->vprebits = cpu->gic_vprebits; | ||
31 | -- | 66 | -- |
32 | 2.20.1 | 67 | 2.20.1 |
33 | 68 | ||
34 | 69 | diff view generated by jsdifflib |
1 | From: Andrew Jones <drjones@redhat.com> | 1 | The kerneldoc script currently emits Sphinx markup for a macro with |
---|---|---|---|
2 | arguments that uses the c:function directive. This is correct for | ||
3 | Sphinx versions earlier than Sphinx 3, where c:macro doesn't allow | ||
4 | documentation of macros with arguments and c:function is not picky | ||
5 | about the syntax of what it is passed. However, in Sphinx 3 the | ||
6 | c:macro directive was enhanced to support macros with arguments, | ||
7 | and c:function was made more picky about what syntax it accepted. | ||
2 | 8 | ||
3 | Extend the SVE vq map initialization and validation with KVM's | 9 | When kerneldoc is told that it needs to produce output for Sphinx |
4 | supported vector lengths when KVM is enabled. In order to determine | 10 | 3 or later, make it emit c:function only for functions and c:macro |
5 | and select supported lengths we add two new KVM functions for getting | 11 | for macros with arguments. We assume that anything with a return |
6 | and setting the KVM_REG_ARM64_SVE_VLS pseudo-register. | 12 | type is a function and anything without is a macro. |
7 | 13 | ||
8 | This patch has been co-authored with Richard Henderson, who reworked | 14 | This fixes the Sphinx error: |
9 | the target/arm/cpu64.c changes in order to push all the validation and | ||
10 | auto-enabling/disabling steps into the finalizer, resulting in a nice | ||
11 | LOC reduction. | ||
12 | 15 | ||
13 | Signed-off-by: Andrew Jones <drjones@redhat.com> | 16 | /home/petmay01/linaro/qemu-from-laptop/qemu/docs/../include/qom/object.h:155:Error in declarator |
14 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | 17 | If declarator-id with parameters (e.g., 'void f(int arg)'): |
15 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 18 | Invalid C declaration: Expected identifier in nested name. [error at 25] |
16 | Tested-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com> | 19 | DECLARE_INSTANCE_CHECKER ( InstanceType, OBJ_NAME, TYPENAME) |
17 | Message-id: 20191024121808.9612-9-drjones@redhat.com | 20 | -------------------------^ |
21 | If parenthesis in noptr-declarator (e.g., 'void (*f(int arg))(double)'): | ||
22 | Error in declarator or parameters | ||
23 | Invalid C declaration: Expecting "(" in parameters. [error at 39] | ||
24 | DECLARE_INSTANCE_CHECKER ( InstanceType, OBJ_NAME, TYPENAME) | ||
25 | ---------------------------------------^ | ||
26 | |||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> | ||
29 | Tested-by: Stefan Hajnoczi <stefanha@redhat.com> | ||
30 | Message-id: 20201030174700.7204-2-peter.maydell@linaro.org | ||
19 | --- | 31 | --- |
20 | target/arm/kvm_arm.h | 12 +++ | 32 | scripts/kernel-doc | 18 +++++++++++++++++- |
21 | target/arm/cpu64.c | 176 ++++++++++++++++++++++++++++---------- | 33 | 1 file changed, 17 insertions(+), 1 deletion(-) |
22 | target/arm/kvm64.c | 100 +++++++++++++++++++++- | ||
23 | tests/arm-cpu-features.c | 106 ++++++++++++++++++++++- | ||
24 | docs/arm-cpu-features.rst | 45 +++++++--- | ||
25 | 5 files changed, 381 insertions(+), 58 deletions(-) | ||
26 | 34 | ||
27 | diff --git a/target/arm/kvm_arm.h b/target/arm/kvm_arm.h | 35 | diff --git a/scripts/kernel-doc b/scripts/kernel-doc |
28 | index XXXXXXX..XXXXXXX 100644 | 36 | index XXXXXXX..XXXXXXX 100755 |
29 | --- a/target/arm/kvm_arm.h | 37 | --- a/scripts/kernel-doc |
30 | +++ b/target/arm/kvm_arm.h | 38 | +++ b/scripts/kernel-doc |
31 | @@ -XXX,XX +XXX,XX @@ typedef struct ARMHostCPUFeatures { | 39 | @@ -XXX,XX +XXX,XX @@ sub output_function_rst(%) { |
32 | */ | 40 | output_highlight_rst($args{'purpose'}); |
33 | bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf); | 41 | $start = "\n\n**Syntax**\n\n ``"; |
34 | 42 | } else { | |
35 | +/** | 43 | - print ".. c:function:: "; |
36 | + * kvm_arm_sve_get_vls: | 44 | + if ((split(/\./, $sphinx_version))[0] >= 3) { |
37 | + * @cs: CPUState | 45 | + # Sphinx 3 and later distinguish macros and functions and |
38 | + * @map: bitmap to fill in | 46 | + # complain if you use c:function with something that's not |
39 | + * | 47 | + # syntactically valid as a function declaration. |
40 | + * Get all the SVE vector lengths supported by the KVM host, setting | 48 | + # We assume that anything with a return type is a function |
41 | + * the bits corresponding to their length in quadwords minus one | 49 | + # and anything without is a macro. |
42 | + * (vq - 1) in @map up to ARM_MAX_VQ. | 50 | + if ($args{'functiontype'} ne "") { |
43 | + */ | 51 | + print ".. c:function:: "; |
44 | +void kvm_arm_sve_get_vls(CPUState *cs, unsigned long *map); | 52 | + } else { |
45 | + | 53 | + print ".. c:macro:: "; |
46 | /** | ||
47 | * kvm_arm_set_cpu_features_from_host: | ||
48 | * @cpu: ARMCPU to set the features for | ||
49 | @@ -XXX,XX +XXX,XX @@ static inline int kvm_arm_vgic_probe(void) | ||
50 | static inline void kvm_arm_pmu_set_irq(CPUState *cs, int irq) {} | ||
51 | static inline void kvm_arm_pmu_init(CPUState *cs) {} | ||
52 | |||
53 | +static inline void kvm_arm_sve_get_vls(CPUState *cs, unsigned long *map) {} | ||
54 | #endif | ||
55 | |||
56 | static inline const char *gic_class_name(void) | ||
57 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
58 | index XXXXXXX..XXXXXXX 100644 | ||
59 | --- a/target/arm/cpu64.c | ||
60 | +++ b/target/arm/cpu64.c | ||
61 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_sve_finalize(ARMCPU *cpu, Error **errp) | ||
62 | * any of the above. Finally, if SVE is not disabled, then at least one | ||
63 | * vector length must be enabled. | ||
64 | */ | ||
65 | + DECLARE_BITMAP(kvm_supported, ARM_MAX_VQ); | ||
66 | DECLARE_BITMAP(tmp, ARM_MAX_VQ); | ||
67 | uint32_t vq, max_vq = 0; | ||
68 | |||
69 | + /* Collect the set of vector lengths supported by KVM. */ | ||
70 | + bitmap_zero(kvm_supported, ARM_MAX_VQ); | ||
71 | + if (kvm_enabled() && kvm_arm_sve_supported(CPU(cpu))) { | ||
72 | + kvm_arm_sve_get_vls(CPU(cpu), kvm_supported); | ||
73 | + } else if (kvm_enabled()) { | ||
74 | + assert(!cpu_isar_feature(aa64_sve, cpu)); | ||
75 | + } | ||
76 | + | ||
77 | /* | ||
78 | * Process explicit sve<N> properties. | ||
79 | * From the properties, sve_vq_map<N> implies sve_vq_init<N>. | ||
80 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_sve_finalize(ARMCPU *cpu, Error **errp) | ||
81 | return; | ||
82 | } | ||
83 | |||
84 | - /* Propagate enabled bits down through required powers-of-two. */ | ||
85 | - for (vq = pow2floor(max_vq); vq >= 1; vq >>= 1) { | ||
86 | - if (!test_bit(vq - 1, cpu->sve_vq_init)) { | ||
87 | - set_bit(vq - 1, cpu->sve_vq_map); | ||
88 | + if (kvm_enabled()) { | ||
89 | + /* | ||
90 | + * For KVM we have to automatically enable all supported unitialized | ||
91 | + * lengths, even when the smaller lengths are not all powers-of-two. | ||
92 | + */ | ||
93 | + bitmap_andnot(tmp, kvm_supported, cpu->sve_vq_init, max_vq); | ||
94 | + bitmap_or(cpu->sve_vq_map, cpu->sve_vq_map, tmp, max_vq); | ||
95 | + } else { | ||
96 | + /* Propagate enabled bits down through required powers-of-two. */ | ||
97 | + for (vq = pow2floor(max_vq); vq >= 1; vq >>= 1) { | ||
98 | + if (!test_bit(vq - 1, cpu->sve_vq_init)) { | ||
99 | + set_bit(vq - 1, cpu->sve_vq_map); | ||
100 | + } | ||
101 | } | ||
102 | } | ||
103 | } else if (cpu->sve_max_vq == 0) { | ||
104 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_sve_finalize(ARMCPU *cpu, Error **errp) | ||
105 | return; | ||
106 | } | ||
107 | |||
108 | - /* Disabling a power-of-two disables all larger lengths. */ | ||
109 | - if (test_bit(0, cpu->sve_vq_init)) { | ||
110 | - error_setg(errp, "cannot disable sve128"); | ||
111 | - error_append_hint(errp, "Disabling sve128 results in all vector " | ||
112 | - "lengths being disabled.\n"); | ||
113 | - error_append_hint(errp, "With SVE enabled, at least one vector " | ||
114 | - "length must be enabled.\n"); | ||
115 | - return; | ||
116 | - } | ||
117 | - for (vq = 2; vq <= ARM_MAX_VQ; vq <<= 1) { | ||
118 | - if (test_bit(vq - 1, cpu->sve_vq_init)) { | ||
119 | - break; | ||
120 | + if (kvm_enabled()) { | ||
121 | + /* Disabling a supported length disables all larger lengths. */ | ||
122 | + for (vq = 1; vq <= ARM_MAX_VQ; ++vq) { | ||
123 | + if (test_bit(vq - 1, cpu->sve_vq_init) && | ||
124 | + test_bit(vq - 1, kvm_supported)) { | ||
125 | + break; | ||
126 | + } | ||
127 | } | ||
128 | + max_vq = vq <= ARM_MAX_VQ ? vq - 1 : ARM_MAX_VQ; | ||
129 | + bitmap_andnot(cpu->sve_vq_map, kvm_supported, | ||
130 | + cpu->sve_vq_init, max_vq); | ||
131 | + if (max_vq == 0 || bitmap_empty(cpu->sve_vq_map, max_vq)) { | ||
132 | + error_setg(errp, "cannot disable sve%d", vq * 128); | ||
133 | + error_append_hint(errp, "Disabling sve%d results in all " | ||
134 | + "vector lengths being disabled.\n", | ||
135 | + vq * 128); | ||
136 | + error_append_hint(errp, "With SVE enabled, at least one " | ||
137 | + "vector length must be enabled.\n"); | ||
138 | + return; | ||
139 | + } | 54 | + } |
140 | + } else { | 55 | + } else { |
141 | + /* Disabling a power-of-two disables all larger lengths. */ | 56 | + # Older Sphinx don't support documenting macros that take |
142 | + if (test_bit(0, cpu->sve_vq_init)) { | 57 | + # arguments with c:macro, and don't complain about the use |
143 | + error_setg(errp, "cannot disable sve128"); | 58 | + # of c:function for this. |
144 | + error_append_hint(errp, "Disabling sve128 results in all " | 59 | + print ".. c:function:: "; |
145 | + "vector lengths being disabled.\n"); | ||
146 | + error_append_hint(errp, "With SVE enabled, at least one " | ||
147 | + "vector length must be enabled.\n"); | ||
148 | + return; | ||
149 | + } | ||
150 | + for (vq = 2; vq <= ARM_MAX_VQ; vq <<= 1) { | ||
151 | + if (test_bit(vq - 1, cpu->sve_vq_init)) { | ||
152 | + break; | ||
153 | + } | ||
154 | + } | ||
155 | + max_vq = vq <= ARM_MAX_VQ ? vq - 1 : ARM_MAX_VQ; | ||
156 | + bitmap_complement(cpu->sve_vq_map, cpu->sve_vq_init, max_vq); | ||
157 | } | ||
158 | - max_vq = vq <= ARM_MAX_VQ ? vq - 1 : ARM_MAX_VQ; | ||
159 | |||
160 | - bitmap_complement(cpu->sve_vq_map, cpu->sve_vq_init, max_vq); | ||
161 | max_vq = find_last_bit(cpu->sve_vq_map, max_vq) + 1; | ||
162 | } | ||
163 | |||
164 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_sve_finalize(ARMCPU *cpu, Error **errp) | ||
165 | assert(max_vq != 0); | ||
166 | bitmap_clear(cpu->sve_vq_map, max_vq, ARM_MAX_VQ - max_vq); | ||
167 | |||
168 | - /* Ensure all required powers-of-two are enabled. */ | ||
169 | - for (vq = pow2floor(max_vq); vq >= 1; vq >>= 1) { | ||
170 | - if (!test_bit(vq - 1, cpu->sve_vq_map)) { | ||
171 | - error_setg(errp, "cannot disable sve%d", vq * 128); | ||
172 | - error_append_hint(errp, "sve%d is required as it " | ||
173 | - "is a power-of-two length smaller than " | ||
174 | - "the maximum, sve%d\n", | ||
175 | - vq * 128, max_vq * 128); | ||
176 | + if (kvm_enabled()) { | ||
177 | + /* Ensure the set of lengths matches what KVM supports. */ | ||
178 | + bitmap_xor(tmp, cpu->sve_vq_map, kvm_supported, max_vq); | ||
179 | + if (!bitmap_empty(tmp, max_vq)) { | ||
180 | + vq = find_last_bit(tmp, max_vq) + 1; | ||
181 | + if (test_bit(vq - 1, cpu->sve_vq_map)) { | ||
182 | + if (cpu->sve_max_vq) { | ||
183 | + error_setg(errp, "cannot set sve-max-vq=%d", | ||
184 | + cpu->sve_max_vq); | ||
185 | + error_append_hint(errp, "This KVM host does not support " | ||
186 | + "the vector length %d-bits.\n", | ||
187 | + vq * 128); | ||
188 | + error_append_hint(errp, "It may not be possible to use " | ||
189 | + "sve-max-vq with this KVM host. Try " | ||
190 | + "using only sve<N> properties.\n"); | ||
191 | + } else { | ||
192 | + error_setg(errp, "cannot enable sve%d", vq * 128); | ||
193 | + error_append_hint(errp, "This KVM host does not support " | ||
194 | + "the vector length %d-bits.\n", | ||
195 | + vq * 128); | ||
196 | + } | ||
197 | + } else { | ||
198 | + error_setg(errp, "cannot disable sve%d", vq * 128); | ||
199 | + error_append_hint(errp, "The KVM host requires all " | ||
200 | + "supported vector lengths smaller " | ||
201 | + "than %d bits to also be enabled.\n", | ||
202 | + max_vq * 128); | ||
203 | + } | ||
204 | return; | ||
205 | } | ||
206 | + } else { | ||
207 | + /* Ensure all required powers-of-two are enabled. */ | ||
208 | + for (vq = pow2floor(max_vq); vq >= 1; vq >>= 1) { | ||
209 | + if (!test_bit(vq - 1, cpu->sve_vq_map)) { | ||
210 | + error_setg(errp, "cannot disable sve%d", vq * 128); | ||
211 | + error_append_hint(errp, "sve%d is required as it " | ||
212 | + "is a power-of-two length smaller than " | ||
213 | + "the maximum, sve%d\n", | ||
214 | + vq * 128, max_vq * 128); | ||
215 | + return; | ||
216 | + } | ||
217 | + } | 60 | + } |
218 | } | 61 | } |
219 | 62 | if ($args{'functiontype'} ne "") { | |
220 | /* | 63 | $start .= $args{'functiontype'} . " " . $args{'function'} . " ("; |
221 | @@ -XXX,XX +XXX,XX @@ static void cpu_max_set_sve_max_vq(Object *obj, Visitor *v, const char *name, | ||
222 | { | ||
223 | ARMCPU *cpu = ARM_CPU(obj); | ||
224 | Error *err = NULL; | ||
225 | + uint32_t max_vq; | ||
226 | |||
227 | - visit_type_uint32(v, name, &cpu->sve_max_vq, &err); | ||
228 | - | ||
229 | - if (!err && (cpu->sve_max_vq == 0 || cpu->sve_max_vq > ARM_MAX_VQ)) { | ||
230 | - error_setg(&err, "unsupported SVE vector length"); | ||
231 | - error_append_hint(&err, "Valid sve-max-vq in range [1-%d]\n", | ||
232 | - ARM_MAX_VQ); | ||
233 | + visit_type_uint32(v, name, &max_vq, &err); | ||
234 | + if (err) { | ||
235 | + error_propagate(errp, err); | ||
236 | + return; | ||
237 | } | ||
238 | - error_propagate(errp, err); | ||
239 | + | ||
240 | + if (kvm_enabled() && !kvm_arm_sve_supported(CPU(cpu))) { | ||
241 | + error_setg(errp, "cannot set sve-max-vq"); | ||
242 | + error_append_hint(errp, "SVE not supported by KVM on this host\n"); | ||
243 | + return; | ||
244 | + } | ||
245 | + | ||
246 | + if (max_vq == 0 || max_vq > ARM_MAX_VQ) { | ||
247 | + error_setg(errp, "unsupported SVE vector length"); | ||
248 | + error_append_hint(errp, "Valid sve-max-vq in range [1-%d]\n", | ||
249 | + ARM_MAX_VQ); | ||
250 | + return; | ||
251 | + } | ||
252 | + | ||
253 | + cpu->sve_max_vq = max_vq; | ||
254 | } | ||
255 | |||
256 | static void cpu_arm_get_sve_vq(Object *obj, Visitor *v, const char *name, | ||
257 | @@ -XXX,XX +XXX,XX @@ static void cpu_arm_set_sve_vq(Object *obj, Visitor *v, const char *name, | ||
258 | return; | ||
259 | } | ||
260 | |||
261 | + if (value && kvm_enabled() && !kvm_arm_sve_supported(CPU(cpu))) { | ||
262 | + error_setg(errp, "cannot enable %s", name); | ||
263 | + error_append_hint(errp, "SVE not supported by KVM on this host\n"); | ||
264 | + return; | ||
265 | + } | ||
266 | + | ||
267 | if (value) { | ||
268 | set_bit(vq - 1, cpu->sve_vq_map); | ||
269 | } else { | ||
270 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
271 | cpu->ctr = 0x80038003; /* 32 byte I and D cacheline size, VIPT icache */ | ||
272 | cpu->dcz_blocksize = 7; /* 512 bytes */ | ||
273 | #endif | ||
274 | - | ||
275 | - object_property_add(obj, "sve-max-vq", "uint32", cpu_max_get_sve_max_vq, | ||
276 | - cpu_max_set_sve_max_vq, NULL, NULL, &error_fatal); | ||
277 | - | ||
278 | - for (vq = 1; vq <= ARM_MAX_VQ; ++vq) { | ||
279 | - char name[8]; | ||
280 | - sprintf(name, "sve%d", vq * 128); | ||
281 | - object_property_add(obj, name, "bool", cpu_arm_get_sve_vq, | ||
282 | - cpu_arm_set_sve_vq, NULL, NULL, &error_fatal); | ||
283 | - } | ||
284 | } | ||
285 | |||
286 | object_property_add(obj, "sve", "bool", cpu_arm_get_sve, | ||
287 | cpu_arm_set_sve, NULL, NULL, &error_fatal); | ||
288 | + object_property_add(obj, "sve-max-vq", "uint32", cpu_max_get_sve_max_vq, | ||
289 | + cpu_max_set_sve_max_vq, NULL, NULL, &error_fatal); | ||
290 | + | ||
291 | + for (vq = 1; vq <= ARM_MAX_VQ; ++vq) { | ||
292 | + char name[8]; | ||
293 | + sprintf(name, "sve%d", vq * 128); | ||
294 | + object_property_add(obj, name, "bool", cpu_arm_get_sve_vq, | ||
295 | + cpu_arm_set_sve_vq, NULL, NULL, &error_fatal); | ||
296 | + } | ||
297 | } | ||
298 | |||
299 | struct ARMCPUInfo { | ||
300 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | ||
301 | index XXXXXXX..XXXXXXX 100644 | ||
302 | --- a/target/arm/kvm64.c | ||
303 | +++ b/target/arm/kvm64.c | ||
304 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_sve_supported(CPUState *cpu) | ||
305 | return kvm_check_extension(s, KVM_CAP_ARM_SVE); | ||
306 | } | ||
307 | |||
308 | +QEMU_BUILD_BUG_ON(KVM_ARM64_SVE_VQ_MIN != 1); | ||
309 | + | ||
310 | +void kvm_arm_sve_get_vls(CPUState *cs, unsigned long *map) | ||
311 | +{ | ||
312 | + /* Only call this function if kvm_arm_sve_supported() returns true. */ | ||
313 | + static uint64_t vls[KVM_ARM64_SVE_VLS_WORDS]; | ||
314 | + static bool probed; | ||
315 | + uint32_t vq = 0; | ||
316 | + int i, j; | ||
317 | + | ||
318 | + bitmap_clear(map, 0, ARM_MAX_VQ); | ||
319 | + | ||
320 | + /* | ||
321 | + * KVM ensures all host CPUs support the same set of vector lengths. | ||
322 | + * So we only need to create the scratch VCPUs once and then cache | ||
323 | + * the results. | ||
324 | + */ | ||
325 | + if (!probed) { | ||
326 | + struct kvm_vcpu_init init = { | ||
327 | + .target = -1, | ||
328 | + .features[0] = (1 << KVM_ARM_VCPU_SVE), | ||
329 | + }; | ||
330 | + struct kvm_one_reg reg = { | ||
331 | + .id = KVM_REG_ARM64_SVE_VLS, | ||
332 | + .addr = (uint64_t)&vls[0], | ||
333 | + }; | ||
334 | + int fdarray[3], ret; | ||
335 | + | ||
336 | + probed = true; | ||
337 | + | ||
338 | + if (!kvm_arm_create_scratch_host_vcpu(NULL, fdarray, &init)) { | ||
339 | + error_report("failed to create scratch VCPU with SVE enabled"); | ||
340 | + abort(); | ||
341 | + } | ||
342 | + ret = ioctl(fdarray[2], KVM_GET_ONE_REG, ®); | ||
343 | + kvm_arm_destroy_scratch_host_vcpu(fdarray); | ||
344 | + if (ret) { | ||
345 | + error_report("failed to get KVM_REG_ARM64_SVE_VLS: %s", | ||
346 | + strerror(errno)); | ||
347 | + abort(); | ||
348 | + } | ||
349 | + | ||
350 | + for (i = KVM_ARM64_SVE_VLS_WORDS - 1; i >= 0; --i) { | ||
351 | + if (vls[i]) { | ||
352 | + vq = 64 - clz64(vls[i]) + i * 64; | ||
353 | + break; | ||
354 | + } | ||
355 | + } | ||
356 | + if (vq > ARM_MAX_VQ) { | ||
357 | + warn_report("KVM supports vector lengths larger than " | ||
358 | + "QEMU can enable"); | ||
359 | + } | ||
360 | + } | ||
361 | + | ||
362 | + for (i = 0; i < KVM_ARM64_SVE_VLS_WORDS; ++i) { | ||
363 | + if (!vls[i]) { | ||
364 | + continue; | ||
365 | + } | ||
366 | + for (j = 1; j <= 64; ++j) { | ||
367 | + vq = j + i * 64; | ||
368 | + if (vq > ARM_MAX_VQ) { | ||
369 | + return; | ||
370 | + } | ||
371 | + if (vls[i] & (1UL << (j - 1))) { | ||
372 | + set_bit(vq - 1, map); | ||
373 | + } | ||
374 | + } | ||
375 | + } | ||
376 | +} | ||
377 | + | ||
378 | +static int kvm_arm_sve_set_vls(CPUState *cs) | ||
379 | +{ | ||
380 | + uint64_t vls[KVM_ARM64_SVE_VLS_WORDS] = {0}; | ||
381 | + struct kvm_one_reg reg = { | ||
382 | + .id = KVM_REG_ARM64_SVE_VLS, | ||
383 | + .addr = (uint64_t)&vls[0], | ||
384 | + }; | ||
385 | + ARMCPU *cpu = ARM_CPU(cs); | ||
386 | + uint32_t vq; | ||
387 | + int i, j; | ||
388 | + | ||
389 | + assert(cpu->sve_max_vq <= KVM_ARM64_SVE_VQ_MAX); | ||
390 | + | ||
391 | + for (vq = 1; vq <= cpu->sve_max_vq; ++vq) { | ||
392 | + if (test_bit(vq - 1, cpu->sve_vq_map)) { | ||
393 | + i = (vq - 1) / 64; | ||
394 | + j = (vq - 1) % 64; | ||
395 | + vls[i] |= 1UL << j; | ||
396 | + } | ||
397 | + } | ||
398 | + | ||
399 | + return kvm_vcpu_ioctl(cs, KVM_SET_ONE_REG, ®); | ||
400 | +} | ||
401 | + | ||
402 | #define ARM_CPU_ID_MPIDR 3, 0, 0, 0, 5 | ||
403 | |||
404 | int kvm_arch_init_vcpu(CPUState *cs) | ||
405 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_init_vcpu(CPUState *cs) | ||
406 | |||
407 | if (cpu->kvm_target == QEMU_KVM_ARM_TARGET_NONE || | ||
408 | !object_dynamic_cast(OBJECT(cpu), TYPE_AARCH64_CPU)) { | ||
409 | - fprintf(stderr, "KVM is not supported for this guest CPU type\n"); | ||
410 | + error_report("KVM is not supported for this guest CPU type"); | ||
411 | return -EINVAL; | ||
412 | } | ||
413 | |||
414 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_init_vcpu(CPUState *cs) | ||
415 | } | ||
416 | |||
417 | if (cpu_isar_feature(aa64_sve, cpu)) { | ||
418 | + ret = kvm_arm_sve_set_vls(cs); | ||
419 | + if (ret) { | ||
420 | + return ret; | ||
421 | + } | ||
422 | ret = kvm_arm_vcpu_finalize(cs, KVM_ARM_VCPU_SVE); | ||
423 | if (ret) { | ||
424 | return ret; | ||
425 | diff --git a/tests/arm-cpu-features.c b/tests/arm-cpu-features.c | ||
426 | index XXXXXXX..XXXXXXX 100644 | ||
427 | --- a/tests/arm-cpu-features.c | ||
428 | +++ b/tests/arm-cpu-features.c | ||
429 | @@ -XXX,XX +XXX,XX @@ static QDict *resp_get_props(QDict *resp) | ||
430 | return qdict; | ||
431 | } | ||
432 | |||
433 | +static bool resp_get_feature(QDict *resp, const char *feature) | ||
434 | +{ | ||
435 | + QDict *props; | ||
436 | + | ||
437 | + g_assert(resp); | ||
438 | + g_assert(resp_has_props(resp)); | ||
439 | + props = resp_get_props(resp); | ||
440 | + g_assert(qdict_get(props, feature)); | ||
441 | + return qdict_get_bool(props, feature); | ||
442 | +} | ||
443 | + | ||
444 | #define assert_has_feature(qts, cpu_type, feature) \ | ||
445 | ({ \ | ||
446 | QDict *_resp = do_query_no_props(qts, cpu_type); \ | ||
447 | @@ -XXX,XX +XXX,XX @@ static void sve_tests_sve_off(const void *data) | ||
448 | qtest_quit(qts); | ||
449 | } | ||
450 | |||
451 | +static void sve_tests_sve_off_kvm(const void *data) | ||
452 | +{ | ||
453 | + QTestState *qts; | ||
454 | + | ||
455 | + qts = qtest_init(MACHINE "-accel kvm -cpu max,sve=off"); | ||
456 | + | ||
457 | + /* | ||
458 | + * We don't know if this host supports SVE so we don't | ||
459 | + * attempt to test enabling anything. We only test that | ||
460 | + * everything is disabled (as it should be with sve=off) | ||
461 | + * and that using sve<N>=off to explicitly disable vector | ||
462 | + * lengths is OK too. | ||
463 | + */ | ||
464 | + assert_sve_vls(qts, "max", 0, NULL); | ||
465 | + assert_sve_vls(qts, "max", 0, "{ 'sve128': false }"); | ||
466 | + | ||
467 | + qtest_quit(qts); | ||
468 | +} | ||
469 | + | ||
470 | static void test_query_cpu_model_expansion(const void *data) | ||
471 | { | ||
472 | QTestState *qts; | ||
473 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
474 | qts = qtest_init(MACHINE "-accel kvm -cpu host"); | ||
475 | |||
476 | if (g_str_equal(qtest_get_arch(), "aarch64")) { | ||
477 | + bool kvm_supports_sve; | ||
478 | + char max_name[8], name[8]; | ||
479 | + uint32_t max_vq, vq; | ||
480 | + uint64_t vls; | ||
481 | + QDict *resp; | ||
482 | + char *error; | ||
483 | + | ||
484 | assert_has_feature(qts, "host", "aarch64"); | ||
485 | assert_has_feature(qts, "host", "pmu"); | ||
486 | |||
487 | - assert_has_feature(qts, "max", "sve"); | ||
488 | - | ||
489 | assert_error(qts, "cortex-a15", | ||
490 | "We cannot guarantee the CPU type 'cortex-a15' works " | ||
491 | "with KVM on this host", NULL); | ||
492 | + | ||
493 | + assert_has_feature(qts, "max", "sve"); | ||
494 | + resp = do_query_no_props(qts, "max"); | ||
495 | + kvm_supports_sve = resp_get_feature(resp, "sve"); | ||
496 | + vls = resp_get_sve_vls(resp); | ||
497 | + qobject_unref(resp); | ||
498 | + | ||
499 | + if (kvm_supports_sve) { | ||
500 | + g_assert(vls != 0); | ||
501 | + max_vq = 64 - __builtin_clzll(vls); | ||
502 | + sprintf(max_name, "sve%d", max_vq * 128); | ||
503 | + | ||
504 | + /* Enabling a supported length is of course fine. */ | ||
505 | + assert_sve_vls(qts, "max", vls, "{ %s: true }", max_name); | ||
506 | + | ||
507 | + /* Get the next supported length smaller than max-vq. */ | ||
508 | + vq = 64 - __builtin_clzll(vls & ~BIT_ULL(max_vq - 1)); | ||
509 | + if (vq) { | ||
510 | + /* | ||
511 | + * We have at least one length smaller than max-vq, | ||
512 | + * so we can disable max-vq. | ||
513 | + */ | ||
514 | + assert_sve_vls(qts, "max", (vls & ~BIT_ULL(max_vq - 1)), | ||
515 | + "{ %s: false }", max_name); | ||
516 | + | ||
517 | + /* | ||
518 | + * Smaller, supported vector lengths cannot be disabled | ||
519 | + * unless all larger, supported vector lengths are also | ||
520 | + * disabled. | ||
521 | + */ | ||
522 | + sprintf(name, "sve%d", vq * 128); | ||
523 | + error = g_strdup_printf("cannot disable %s", name); | ||
524 | + assert_error(qts, "max", error, | ||
525 | + "{ %s: true, %s: false }", | ||
526 | + max_name, name); | ||
527 | + g_free(error); | ||
528 | + } | ||
529 | + | ||
530 | + /* | ||
531 | + * The smallest, supported vector length is required, because | ||
532 | + * we need at least one vector length enabled. | ||
533 | + */ | ||
534 | + vq = __builtin_ffsll(vls); | ||
535 | + sprintf(name, "sve%d", vq * 128); | ||
536 | + error = g_strdup_printf("cannot disable %s", name); | ||
537 | + assert_error(qts, "max", error, "{ %s: false }", name); | ||
538 | + g_free(error); | ||
539 | + | ||
540 | + /* Get an unsupported length. */ | ||
541 | + for (vq = 1; vq <= max_vq; ++vq) { | ||
542 | + if (!(vls & BIT_ULL(vq - 1))) { | ||
543 | + break; | ||
544 | + } | ||
545 | + } | ||
546 | + if (vq <= SVE_MAX_VQ) { | ||
547 | + sprintf(name, "sve%d", vq * 128); | ||
548 | + error = g_strdup_printf("cannot enable %s", name); | ||
549 | + assert_error(qts, "max", error, "{ %s: true }", name); | ||
550 | + g_free(error); | ||
551 | + } | ||
552 | + } else { | ||
553 | + g_assert(vls == 0); | ||
554 | + } | ||
555 | } else { | ||
556 | assert_has_not_feature(qts, "host", "aarch64"); | ||
557 | assert_has_not_feature(qts, "host", "pmu"); | ||
558 | @@ -XXX,XX +XXX,XX @@ int main(int argc, char **argv) | ||
559 | if (kvm_available) { | ||
560 | qtest_add_data_func("/arm/kvm/query-cpu-model-expansion", | ||
561 | NULL, test_query_cpu_model_expansion_kvm); | ||
562 | + if (g_str_equal(qtest_get_arch(), "aarch64")) { | ||
563 | + qtest_add_data_func("/arm/kvm/query-cpu-model-expansion/sve-off", | ||
564 | + NULL, sve_tests_sve_off_kvm); | ||
565 | + } | ||
566 | } | ||
567 | |||
568 | return g_test_run(); | ||
569 | diff --git a/docs/arm-cpu-features.rst b/docs/arm-cpu-features.rst | ||
570 | index XXXXXXX..XXXXXXX 100644 | ||
571 | --- a/docs/arm-cpu-features.rst | ||
572 | +++ b/docs/arm-cpu-features.rst | ||
573 | @@ -XXX,XX +XXX,XX @@ SVE CPU Property Dependencies and Constraints | ||
574 | |||
575 | 1) At least one vector length must be enabled when `sve` is enabled. | ||
576 | |||
577 | - 2) If a vector length `N` is enabled, then all power-of-two vector | ||
578 | - lengths smaller than `N` must also be enabled. E.g. if `sve512` | ||
579 | - is enabled, then the 128-bit and 256-bit vector lengths must also | ||
580 | - be enabled. | ||
581 | + 2) If a vector length `N` is enabled, then, when KVM is enabled, all | ||
582 | + smaller, host supported vector lengths must also be enabled. If | ||
583 | + KVM is not enabled, then only all the smaller, power-of-two vector | ||
584 | + lengths must be enabled. E.g. with KVM if the host supports all | ||
585 | + vector lengths up to 512-bits (128, 256, 384, 512), then if `sve512` | ||
586 | + is enabled, the 128-bit vector length, 256-bit vector length, and | ||
587 | + 384-bit vector length must also be enabled. Without KVM, the 384-bit | ||
588 | + vector length would not be required. | ||
589 | + | ||
590 | + 3) If KVM is enabled then only vector lengths that the host CPU type | ||
591 | + support may be enabled. If SVE is not supported by the host, then | ||
592 | + no `sve*` properties may be enabled. | ||
593 | |||
594 | SVE CPU Property Parsing Semantics | ||
595 | ---------------------------------- | ||
596 | @@ -XXX,XX +XXX,XX @@ SVE CPU Property Parsing Semantics | ||
597 | an error is generated. | ||
598 | |||
599 | 2) If SVE is enabled (`sve=on`), but no `sve<N>` CPU properties are | ||
600 | - provided, then all supported vector lengths are enabled, including | ||
601 | - the non-power-of-two lengths. | ||
602 | + provided, then all supported vector lengths are enabled, which when | ||
603 | + KVM is not in use means including the non-power-of-two lengths, and, | ||
604 | + when KVM is in use, it means all vector lengths supported by the host | ||
605 | + processor. | ||
606 | |||
607 | 3) If SVE is enabled, then an error is generated when attempting to | ||
608 | disable the last enabled vector length (see constraint (1) of "SVE | ||
609 | @@ -XXX,XX +XXX,XX @@ SVE CPU Property Parsing Semantics | ||
610 | has been explicitly disabled, then an error is generated (see | ||
611 | constraint (2) of "SVE CPU Property Dependencies and Constraints"). | ||
612 | |||
613 | - 5) If one or more `sve<N>` CPU properties are set `off`, but no `sve<N>`, | ||
614 | + 5) When KVM is enabled, if the host does not support SVE, then an error | ||
615 | + is generated when attempting to enable any `sve*` properties (see | ||
616 | + constraint (3) of "SVE CPU Property Dependencies and Constraints"). | ||
617 | + | ||
618 | + 6) When KVM is enabled, if the host does support SVE, then an error is | ||
619 | + generated when attempting to enable any vector lengths not supported | ||
620 | + by the host (see constraint (3) of "SVE CPU Property Dependencies and | ||
621 | + Constraints"). | ||
622 | + | ||
623 | + 7) If one or more `sve<N>` CPU properties are set `off`, but no `sve<N>`, | ||
624 | CPU properties are set `on`, then the specified vector lengths are | ||
625 | disabled but the default for any unspecified lengths remains enabled. | ||
626 | - Disabling a power-of-two vector length also disables all vector | ||
627 | - lengths larger than the power-of-two length (see constraint (2) of | ||
628 | - "SVE CPU Property Dependencies and Constraints"). | ||
629 | + When KVM is not enabled, disabling a power-of-two vector length also | ||
630 | + disables all vector lengths larger than the power-of-two length. | ||
631 | + When KVM is enabled, then disabling any supported vector length also | ||
632 | + disables all larger vector lengths (see constraint (2) of "SVE CPU | ||
633 | + Property Dependencies and Constraints"). | ||
634 | |||
635 | - 6) If one or more `sve<N>` CPU properties are set to `on`, then they | ||
636 | + 8) If one or more `sve<N>` CPU properties are set to `on`, then they | ||
637 | are enabled and all unspecified lengths default to disabled, except | ||
638 | for the required lengths per constraint (2) of "SVE CPU Property | ||
639 | Dependencies and Constraints", which will even be auto-enabled if | ||
640 | they were not explicitly enabled. | ||
641 | |||
642 | - 7) If SVE was disabled (`sve=off`), allowing all vector lengths to be | ||
643 | + 9) If SVE was disabled (`sve=off`), allowing all vector lengths to be | ||
644 | explicitly disabled (i.e. avoiding the error specified in (3) of | ||
645 | "SVE CPU Property Parsing Semantics"), then if later an `sve=on` is | ||
646 | provided an error will be generated. To avoid this error, one must | ||
647 | -- | 64 | -- |
648 | 2.20.1 | 65 | 2.20.1 |
649 | 66 | ||
650 | 67 | diff view generated by jsdifflib |
1 | Switch the mcf5206 code away from bottom-half based ptimers to | 1 | Sphinx 3.2 is pickier than earlier versions about the option:: markup, |
---|---|---|---|
2 | the new transaction-based ptimer API. This just requires adding | 2 | and complains about our usage in qemu-option-trace.rst: |
3 | begin/commit calls around the various places that modify the ptimer | 3 | |
4 | state, and using the new ptimer_init() function to create the timer. | 4 | ../../docs/qemu-option-trace.rst.inc:4:Malformed option description |
5 | '[enable=]PATTERN', should look like "opt", "-opt args", "--opt args", | ||
6 | "/opt args" or "+opt args" | ||
7 | |||
8 | In this file, we're really trying to document the different parts of | ||
9 | the top-level --trace option, which qemu-nbd.rst and qemu-img.rst | ||
10 | have already introduced with an option:: markup. So it's not right | ||
11 | to use option:: here anyway. Switch to a different markup | ||
12 | (definition lists) which gives about the same formatted output. | ||
13 | |||
14 | (Unlike option::, this markup doesn't produce index entries; but | ||
15 | at the moment we don't do anything much with indexes anyway, and | ||
16 | in any case I think it doesn't make much sense to have individual | ||
17 | index entries for the sub-parts of the --trace option.) | ||
5 | 18 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Thomas Huth <thuth@redhat.com> | 20 | Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> |
8 | Message-id: 20191021140600.10725-1-peter.maydell@linaro.org | 21 | Tested-by: Stefan Hajnoczi <stefanha@redhat.com> |
22 | Message-id: 20201030174700.7204-3-peter.maydell@linaro.org | ||
9 | --- | 23 | --- |
10 | hw/m68k/mcf5206.c | 15 +++++++++------ | 24 | docs/qemu-option-trace.rst.inc | 6 +++--- |
11 | 1 file changed, 9 insertions(+), 6 deletions(-) | 25 | 1 file changed, 3 insertions(+), 3 deletions(-) |
12 | 26 | ||
13 | diff --git a/hw/m68k/mcf5206.c b/hw/m68k/mcf5206.c | 27 | diff --git a/docs/qemu-option-trace.rst.inc b/docs/qemu-option-trace.rst.inc |
14 | index XXXXXXX..XXXXXXX 100644 | 28 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/hw/m68k/mcf5206.c | 29 | --- a/docs/qemu-option-trace.rst.inc |
16 | +++ b/hw/m68k/mcf5206.c | 30 | +++ b/docs/qemu-option-trace.rst.inc |
17 | @@ -XXX,XX +XXX,XX @@ | 31 | @@ -XXX,XX +XXX,XX @@ |
18 | 32 | ||
19 | #include "qemu/osdep.h" | 33 | Specify tracing options. |
20 | #include "qemu/error-report.h" | 34 | |
21 | -#include "qemu/main-loop.h" | 35 | -.. option:: [enable=]PATTERN |
22 | #include "cpu.h" | 36 | +``[enable=]PATTERN`` |
23 | #include "hw/hw.h" | 37 | |
24 | #include "hw/irq.h" | 38 | Immediately enable events matching *PATTERN* |
25 | @@ -XXX,XX +XXX,XX @@ static void m5206_timer_recalibrate(m5206_timer_state *s) | 39 | (either event name or a globbing pattern). This option is only |
26 | int prescale; | 40 | @@ -XXX,XX +XXX,XX @@ Specify tracing options. |
27 | int mode; | 41 | |
28 | 42 | Use :option:`-trace help` to print a list of names of trace points. | |
29 | + ptimer_transaction_begin(s->timer); | 43 | |
30 | ptimer_stop(s->timer); | 44 | -.. option:: events=FILE |
31 | 45 | +``events=FILE`` | |
32 | - if ((s->tmr & TMR_RST) == 0) | 46 | |
33 | - return; | 47 | Immediately enable events listed in *FILE*. |
34 | + if ((s->tmr & TMR_RST) == 0) { | 48 | The file must contain one event name (as listed in the ``trace-events-all`` |
35 | + goto exit; | 49 | @@ -XXX,XX +XXX,XX @@ Specify tracing options. |
36 | + } | 50 | available if QEMU has been compiled with the ``simple``, ``log`` or |
37 | 51 | ``ftrace`` tracing backend. | |
38 | prescale = (s->tmr >> 8) + 1; | 52 | |
39 | mode = (s->tmr >> 1) & 3; | 53 | -.. option:: file=FILE |
40 | @@ -XXX,XX +XXX,XX @@ static void m5206_timer_recalibrate(m5206_timer_state *s) | 54 | +``file=FILE`` |
41 | ptimer_set_limit(s->timer, s->trr, 0); | 55 | |
42 | 56 | Log output traces to *FILE*. | |
43 | ptimer_run(s->timer, 0); | 57 | This option is only available if QEMU has been compiled with |
44 | +exit: | ||
45 | + ptimer_transaction_commit(s->timer); | ||
46 | } | ||
47 | |||
48 | static void m5206_timer_trigger(void *opaque) | ||
49 | @@ -XXX,XX +XXX,XX @@ static void m5206_timer_write(m5206_timer_state *s, uint32_t addr, uint32_t val) | ||
50 | s->tcr = val; | ||
51 | break; | ||
52 | case 0xc: | ||
53 | + ptimer_transaction_begin(s->timer); | ||
54 | ptimer_set_count(s->timer, val); | ||
55 | + ptimer_transaction_commit(s->timer); | ||
56 | break; | ||
57 | case 0x11: | ||
58 | s->ter &= ~val; | ||
59 | @@ -XXX,XX +XXX,XX @@ static void m5206_timer_write(m5206_timer_state *s, uint32_t addr, uint32_t val) | ||
60 | static m5206_timer_state *m5206_timer_init(qemu_irq irq) | ||
61 | { | ||
62 | m5206_timer_state *s; | ||
63 | - QEMUBH *bh; | ||
64 | |||
65 | s = g_new0(m5206_timer_state, 1); | ||
66 | - bh = qemu_bh_new(m5206_timer_trigger, s); | ||
67 | - s->timer = ptimer_init_with_bh(bh, PTIMER_POLICY_DEFAULT); | ||
68 | + s->timer = ptimer_init(m5206_timer_trigger, s, PTIMER_POLICY_DEFAULT); | ||
69 | s->irq = irq; | ||
70 | m5206_timer_reset(s); | ||
71 | return s; | ||
72 | -- | 58 | -- |
73 | 2.20.1 | 59 | 2.20.1 |
74 | 60 | ||
75 | 61 | diff view generated by jsdifflib |
1 | Switch the slavio_timer code away from bottom-half based ptimers to | 1 | The randomness tests in the NPCM7xx RNG test fail intermittently |
---|---|---|---|
2 | the new transaction-based ptimer API. This just requires adding | 2 | but fairly frequently. On my machine running the test in a loop: |
3 | begin/commit calls around the various places that modify the ptimer | 3 | while QTEST_QEMU_BINARY=./qemu-system-aarch64 ./tests/qtest/npcm7xx_rng-test; do true; done |
4 | state, and using the new ptimer_init() function to create the timer. | 4 | |
5 | will fail in less than a minute with an error like: | ||
6 | ERROR:../../tests/qtest/npcm7xx_rng-test.c:256:test_first_byte_runs: | ||
7 | assertion failed (calc_runs_p(buf.l, sizeof(buf) * BITS_PER_BYTE) > 0.01): (0.00286205989 > 0.01) | ||
8 | |||
9 | (Failures have been observed on all 4 of the randomness tests, | ||
10 | not just first_byte_runs.) | ||
11 | |||
12 | It's not clear why these tests are failing like this, but intermittent | ||
13 | failures make CI and merge testing awkward, so disable running them | ||
14 | unless a developer specifically sets QEMU_TEST_FLAKY_RNG_TESTS when | ||
15 | running the test suite, until we work out the cause. | ||
5 | 16 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 18 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 19 | Message-id: 20201102152454.8287-1-peter.maydell@linaro.org |
9 | Message-id: 20191021134357.14266-4-peter.maydell@linaro.org | 20 | Reviewed-by: Havard Skinnemoen <hskinnemoen@google.com> |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | 21 | --- |
12 | hw/timer/slavio_timer.c | 20 ++++++++++++++++---- | 22 | tests/qtest/npcm7xx_rng-test.c | 14 ++++++++++---- |
13 | 1 file changed, 16 insertions(+), 4 deletions(-) | 23 | 1 file changed, 10 insertions(+), 4 deletions(-) |
14 | 24 | ||
15 | diff --git a/hw/timer/slavio_timer.c b/hw/timer/slavio_timer.c | 25 | diff --git a/tests/qtest/npcm7xx_rng-test.c b/tests/qtest/npcm7xx_rng-test.c |
16 | index XXXXXXX..XXXXXXX 100644 | 26 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/timer/slavio_timer.c | 27 | --- a/tests/qtest/npcm7xx_rng-test.c |
18 | +++ b/hw/timer/slavio_timer.c | 28 | +++ b/tests/qtest/npcm7xx_rng-test.c |
19 | @@ -XXX,XX +XXX,XX @@ | 29 | @@ -XXX,XX +XXX,XX @@ int main(int argc, char **argv) |
20 | #include "hw/sysbus.h" | 30 | |
21 | #include "migration/vmstate.h" | 31 | qtest_add_func("npcm7xx_rng/enable_disable", test_enable_disable); |
22 | #include "trace.h" | 32 | qtest_add_func("npcm7xx_rng/rosel", test_rosel); |
23 | -#include "qemu/main-loop.h" | 33 | - qtest_add_func("npcm7xx_rng/continuous/monobit", test_continuous_monobit); |
24 | #include "qemu/module.h" | 34 | - qtest_add_func("npcm7xx_rng/continuous/runs", test_continuous_runs); |
25 | 35 | - qtest_add_func("npcm7xx_rng/first_byte/monobit", test_first_byte_monobit); | |
26 | /* | 36 | - qtest_add_func("npcm7xx_rng/first_byte/runs", test_first_byte_runs); |
27 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_mem_writel(void *opaque, hwaddr addr, | 37 | + /* |
28 | saddr = addr >> 2; | 38 | + * These tests fail intermittently; only run them on explicit |
29 | switch (saddr) { | 39 | + * request until we figure out why. |
30 | case TIMER_LIMIT: | 40 | + */ |
31 | + ptimer_transaction_begin(t->timer); | 41 | + if (getenv("QEMU_TEST_FLAKY_RNG_TESTS")) { |
32 | if (slavio_timer_is_user(tc)) { | 42 | + qtest_add_func("npcm7xx_rng/continuous/monobit", test_continuous_monobit); |
33 | uint64_t count; | 43 | + qtest_add_func("npcm7xx_rng/continuous/runs", test_continuous_runs); |
34 | 44 | + qtest_add_func("npcm7xx_rng/first_byte/monobit", test_first_byte_monobit); | |
35 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_mem_writel(void *opaque, hwaddr addr, | 45 | + qtest_add_func("npcm7xx_rng/first_byte/runs", test_first_byte_runs); |
36 | ptimer_set_limit(t->timer, LIMIT_TO_PERIODS(t->limit), 1); | 46 | + } |
37 | } | 47 | |
38 | } | 48 | qtest_start("-machine npcm750-evb"); |
39 | + ptimer_transaction_commit(t->timer); | 49 | ret = g_test_run(); |
40 | break; | ||
41 | case TIMER_COUNTER: | ||
42 | if (slavio_timer_is_user(tc)) { | ||
43 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_mem_writel(void *opaque, hwaddr addr, | ||
44 | t->reached = 0; | ||
45 | count = ((uint64_t)t->counthigh) << 32 | t->count; | ||
46 | trace_slavio_timer_mem_writel_limit(timer_index, count); | ||
47 | + ptimer_transaction_begin(t->timer); | ||
48 | ptimer_set_count(t->timer, LIMIT_TO_PERIODS(t->limit - count)); | ||
49 | + ptimer_transaction_commit(t->timer); | ||
50 | } else { | ||
51 | trace_slavio_timer_mem_writel_counter_invalid(); | ||
52 | } | ||
53 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_mem_writel(void *opaque, hwaddr addr, | ||
54 | case TIMER_COUNTER_NORST: | ||
55 | // set limit without resetting counter | ||
56 | t->limit = val & TIMER_MAX_COUNT32; | ||
57 | + ptimer_transaction_begin(t->timer); | ||
58 | if (t->limit == 0) { /* free-run */ | ||
59 | ptimer_set_limit(t->timer, LIMIT_TO_PERIODS(TIMER_MAX_COUNT32), 0); | ||
60 | } else { | ||
61 | ptimer_set_limit(t->timer, LIMIT_TO_PERIODS(t->limit), 0); | ||
62 | } | ||
63 | + ptimer_transaction_commit(t->timer); | ||
64 | break; | ||
65 | case TIMER_STATUS: | ||
66 | + ptimer_transaction_begin(t->timer); | ||
67 | if (slavio_timer_is_user(tc)) { | ||
68 | // start/stop user counter | ||
69 | if (val & 1) { | ||
70 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_mem_writel(void *opaque, hwaddr addr, | ||
71 | } | ||
72 | } | ||
73 | t->run = val & 1; | ||
74 | + ptimer_transaction_commit(t->timer); | ||
75 | break; | ||
76 | case TIMER_MODE: | ||
77 | if (timer_index == 0) { | ||
78 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_mem_writel(void *opaque, hwaddr addr, | ||
79 | unsigned int processor = 1 << i; | ||
80 | CPUTimerState *curr_timer = &s->cputimer[i + 1]; | ||
81 | |||
82 | + ptimer_transaction_begin(curr_timer->timer); | ||
83 | // check for a change in timer mode for this processor | ||
84 | if ((val & processor) != (s->cputimer_mode & processor)) { | ||
85 | if (val & processor) { // counter -> user timer | ||
86 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_mem_writel(void *opaque, hwaddr addr, | ||
87 | trace_slavio_timer_mem_writel_mode_counter(timer_index); | ||
88 | } | ||
89 | } | ||
90 | + ptimer_transaction_commit(curr_timer->timer); | ||
91 | } | ||
92 | } else { | ||
93 | trace_slavio_timer_mem_writel_mode_invalid(); | ||
94 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_reset(DeviceState *d) | ||
95 | curr_timer->count = 0; | ||
96 | curr_timer->reached = 0; | ||
97 | if (i <= s->num_cpus) { | ||
98 | + ptimer_transaction_begin(curr_timer->timer); | ||
99 | ptimer_set_limit(curr_timer->timer, | ||
100 | LIMIT_TO_PERIODS(TIMER_MAX_COUNT32), 1); | ||
101 | ptimer_run(curr_timer->timer, 0); | ||
102 | curr_timer->run = 1; | ||
103 | + ptimer_transaction_commit(curr_timer->timer); | ||
104 | } | ||
105 | } | ||
106 | s->cputimer_mode = 0; | ||
107 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_init(Object *obj) | ||
108 | { | ||
109 | SLAVIO_TIMERState *s = SLAVIO_TIMER(obj); | ||
110 | SysBusDevice *dev = SYS_BUS_DEVICE(obj); | ||
111 | - QEMUBH *bh; | ||
112 | unsigned int i; | ||
113 | TimerContext *tc; | ||
114 | |||
115 | @@ -XXX,XX +XXX,XX @@ static void slavio_timer_init(Object *obj) | ||
116 | tc->s = s; | ||
117 | tc->timer_index = i; | ||
118 | |||
119 | - bh = qemu_bh_new(slavio_timer_irq, tc); | ||
120 | - s->cputimer[i].timer = ptimer_init_with_bh(bh, PTIMER_POLICY_DEFAULT); | ||
121 | + s->cputimer[i].timer = ptimer_init(slavio_timer_irq, tc, | ||
122 | + PTIMER_POLICY_DEFAULT); | ||
123 | + ptimer_transaction_begin(s->cputimer[i].timer); | ||
124 | ptimer_set_period(s->cputimer[i].timer, TIMER_PERIOD); | ||
125 | + ptimer_transaction_commit(s->cputimer[i].timer); | ||
126 | |||
127 | size = i == 0 ? SYS_TIMER_SIZE : CPU_TIMER_SIZE; | ||
128 | snprintf(timer_name, sizeof(timer_name), "timer-%i", i); | ||
129 | -- | 50 | -- |
130 | 2.20.1 | 51 | 2.20.1 |
131 | 52 | ||
132 | 53 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Andrew Jones <drjones@redhat.com> | ||
2 | 1 | ||
3 | Now that Arm CPUs have advertised features lets add tests to ensure | ||
4 | we maintain their expected availability with and without KVM. | ||
5 | |||
6 | Signed-off-by: Andrew Jones <drjones@redhat.com> | ||
7 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
8 | Message-id: 20191024121808.9612-3-drjones@redhat.com | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | tests/Makefile.include | 5 +- | ||
12 | tests/arm-cpu-features.c | 240 +++++++++++++++++++++++++++++++++++++++ | ||
13 | 2 files changed, 244 insertions(+), 1 deletion(-) | ||
14 | create mode 100644 tests/arm-cpu-features.c | ||
15 | |||
16 | diff --git a/tests/Makefile.include b/tests/Makefile.include | ||
17 | index XXXXXXX..XXXXXXX 100644 | ||
18 | --- a/tests/Makefile.include | ||
19 | +++ b/tests/Makefile.include | ||
20 | @@ -XXX,XX +XXX,XX @@ check-qtest-sparc64-$(CONFIG_ISA_TESTDEV) = tests/endianness-test$(EXESUF) | ||
21 | check-qtest-sparc64-y += tests/prom-env-test$(EXESUF) | ||
22 | check-qtest-sparc64-y += tests/boot-serial-test$(EXESUF) | ||
23 | |||
24 | +check-qtest-arm-y += tests/arm-cpu-features$(EXESUF) | ||
25 | check-qtest-arm-y += tests/microbit-test$(EXESUF) | ||
26 | check-qtest-arm-y += tests/m25p80-test$(EXESUF) | ||
27 | check-qtest-arm-y += tests/test-arm-mptimer$(EXESUF) | ||
28 | @@ -XXX,XX +XXX,XX @@ check-qtest-arm-y += tests/boot-serial-test$(EXESUF) | ||
29 | check-qtest-arm-y += tests/hexloader-test$(EXESUF) | ||
30 | check-qtest-arm-$(CONFIG_PFLASH_CFI02) += tests/pflash-cfi02-test$(EXESUF) | ||
31 | |||
32 | -check-qtest-aarch64-y = tests/numa-test$(EXESUF) | ||
33 | +check-qtest-aarch64-y += tests/arm-cpu-features$(EXESUF) | ||
34 | +check-qtest-aarch64-y += tests/numa-test$(EXESUF) | ||
35 | check-qtest-aarch64-y += tests/boot-serial-test$(EXESUF) | ||
36 | check-qtest-aarch64-y += tests/migration-test$(EXESUF) | ||
37 | # TODO: once aarch64 TCG is fixed on ARM 32 bit host, make test unconditional | ||
38 | @@ -XXX,XX +XXX,XX @@ tests/test-qapi-util$(EXESUF): tests/test-qapi-util.o $(test-util-obj-y) | ||
39 | tests/numa-test$(EXESUF): tests/numa-test.o | ||
40 | tests/vmgenid-test$(EXESUF): tests/vmgenid-test.o tests/boot-sector.o tests/acpi-utils.o | ||
41 | tests/cdrom-test$(EXESUF): tests/cdrom-test.o tests/boot-sector.o $(libqos-obj-y) | ||
42 | +tests/arm-cpu-features$(EXESUF): tests/arm-cpu-features.o | ||
43 | |||
44 | tests/migration/stress$(EXESUF): tests/migration/stress.o | ||
45 | $(call quiet-command, $(LINKPROG) -static -O3 $(PTHREAD_LIB) -o $@ $< ,"LINK","$(TARGET_DIR)$@") | ||
46 | diff --git a/tests/arm-cpu-features.c b/tests/arm-cpu-features.c | ||
47 | new file mode 100644 | ||
48 | index XXXXXXX..XXXXXXX | ||
49 | --- /dev/null | ||
50 | +++ b/tests/arm-cpu-features.c | ||
51 | @@ -XXX,XX +XXX,XX @@ | ||
52 | +/* | ||
53 | + * Arm CPU feature test cases | ||
54 | + * | ||
55 | + * Copyright (c) 2019 Red Hat Inc. | ||
56 | + * Authors: | ||
57 | + * Andrew Jones <drjones@redhat.com> | ||
58 | + * | ||
59 | + * This work is licensed under the terms of the GNU GPL, version 2 or later. | ||
60 | + * See the COPYING file in the top-level directory. | ||
61 | + */ | ||
62 | +#include "qemu/osdep.h" | ||
63 | +#include "libqtest.h" | ||
64 | +#include "qapi/qmp/qdict.h" | ||
65 | +#include "qapi/qmp/qjson.h" | ||
66 | + | ||
67 | +#define MACHINE "-machine virt,gic-version=max " | ||
68 | +#define QUERY_HEAD "{ 'execute': 'query-cpu-model-expansion', " \ | ||
69 | + "'arguments': { 'type': 'full', " | ||
70 | +#define QUERY_TAIL "}}" | ||
71 | + | ||
72 | +static QDict *do_query_no_props(QTestState *qts, const char *cpu_type) | ||
73 | +{ | ||
74 | + return qtest_qmp(qts, QUERY_HEAD "'model': { 'name': %s }" | ||
75 | + QUERY_TAIL, cpu_type); | ||
76 | +} | ||
77 | + | ||
78 | +static QDict *do_query(QTestState *qts, const char *cpu_type, | ||
79 | + const char *fmt, ...) | ||
80 | +{ | ||
81 | + QDict *resp; | ||
82 | + | ||
83 | + if (fmt) { | ||
84 | + QDict *args; | ||
85 | + va_list ap; | ||
86 | + | ||
87 | + va_start(ap, fmt); | ||
88 | + args = qdict_from_vjsonf_nofail(fmt, ap); | ||
89 | + va_end(ap); | ||
90 | + | ||
91 | + resp = qtest_qmp(qts, QUERY_HEAD "'model': { 'name': %s, " | ||
92 | + "'props': %p }" | ||
93 | + QUERY_TAIL, cpu_type, args); | ||
94 | + } else { | ||
95 | + resp = do_query_no_props(qts, cpu_type); | ||
96 | + } | ||
97 | + | ||
98 | + return resp; | ||
99 | +} | ||
100 | + | ||
101 | +static const char *resp_get_error(QDict *resp) | ||
102 | +{ | ||
103 | + QDict *qdict; | ||
104 | + | ||
105 | + g_assert(resp); | ||
106 | + | ||
107 | + qdict = qdict_get_qdict(resp, "error"); | ||
108 | + if (qdict) { | ||
109 | + return qdict_get_str(qdict, "desc"); | ||
110 | + } | ||
111 | + return NULL; | ||
112 | +} | ||
113 | + | ||
114 | +#define assert_error(qts, cpu_type, expected_error, fmt, ...) \ | ||
115 | +({ \ | ||
116 | + QDict *_resp; \ | ||
117 | + const char *_error; \ | ||
118 | + \ | ||
119 | + _resp = do_query(qts, cpu_type, fmt, ##__VA_ARGS__); \ | ||
120 | + g_assert(_resp); \ | ||
121 | + _error = resp_get_error(_resp); \ | ||
122 | + g_assert(_error); \ | ||
123 | + g_assert(g_str_equal(_error, expected_error)); \ | ||
124 | + qobject_unref(_resp); \ | ||
125 | +}) | ||
126 | + | ||
127 | +static bool resp_has_props(QDict *resp) | ||
128 | +{ | ||
129 | + QDict *qdict; | ||
130 | + | ||
131 | + g_assert(resp); | ||
132 | + | ||
133 | + if (!qdict_haskey(resp, "return")) { | ||
134 | + return false; | ||
135 | + } | ||
136 | + qdict = qdict_get_qdict(resp, "return"); | ||
137 | + | ||
138 | + if (!qdict_haskey(qdict, "model")) { | ||
139 | + return false; | ||
140 | + } | ||
141 | + qdict = qdict_get_qdict(qdict, "model"); | ||
142 | + | ||
143 | + return qdict_haskey(qdict, "props"); | ||
144 | +} | ||
145 | + | ||
146 | +static QDict *resp_get_props(QDict *resp) | ||
147 | +{ | ||
148 | + QDict *qdict; | ||
149 | + | ||
150 | + g_assert(resp); | ||
151 | + g_assert(resp_has_props(resp)); | ||
152 | + | ||
153 | + qdict = qdict_get_qdict(resp, "return"); | ||
154 | + qdict = qdict_get_qdict(qdict, "model"); | ||
155 | + qdict = qdict_get_qdict(qdict, "props"); | ||
156 | + return qdict; | ||
157 | +} | ||
158 | + | ||
159 | +#define assert_has_feature(qts, cpu_type, feature) \ | ||
160 | +({ \ | ||
161 | + QDict *_resp = do_query_no_props(qts, cpu_type); \ | ||
162 | + g_assert(_resp); \ | ||
163 | + g_assert(resp_has_props(_resp)); \ | ||
164 | + g_assert(qdict_get(resp_get_props(_resp), feature)); \ | ||
165 | + qobject_unref(_resp); \ | ||
166 | +}) | ||
167 | + | ||
168 | +#define assert_has_not_feature(qts, cpu_type, feature) \ | ||
169 | +({ \ | ||
170 | + QDict *_resp = do_query_no_props(qts, cpu_type); \ | ||
171 | + g_assert(_resp); \ | ||
172 | + g_assert(!resp_has_props(_resp) || \ | ||
173 | + !qdict_get(resp_get_props(_resp), feature)); \ | ||
174 | + qobject_unref(_resp); \ | ||
175 | +}) | ||
176 | + | ||
177 | +static void assert_type_full(QTestState *qts) | ||
178 | +{ | ||
179 | + const char *error; | ||
180 | + QDict *resp; | ||
181 | + | ||
182 | + resp = qtest_qmp(qts, "{ 'execute': 'query-cpu-model-expansion', " | ||
183 | + "'arguments': { 'type': 'static', " | ||
184 | + "'model': { 'name': 'foo' }}}"); | ||
185 | + g_assert(resp); | ||
186 | + error = resp_get_error(resp); | ||
187 | + g_assert(error); | ||
188 | + g_assert(g_str_equal(error, | ||
189 | + "The requested expansion type is not supported")); | ||
190 | + qobject_unref(resp); | ||
191 | +} | ||
192 | + | ||
193 | +static void assert_bad_props(QTestState *qts, const char *cpu_type) | ||
194 | +{ | ||
195 | + const char *error; | ||
196 | + QDict *resp; | ||
197 | + | ||
198 | + resp = qtest_qmp(qts, "{ 'execute': 'query-cpu-model-expansion', " | ||
199 | + "'arguments': { 'type': 'full', " | ||
200 | + "'model': { 'name': %s, " | ||
201 | + "'props': false }}}", | ||
202 | + cpu_type); | ||
203 | + g_assert(resp); | ||
204 | + error = resp_get_error(resp); | ||
205 | + g_assert(error); | ||
206 | + g_assert(g_str_equal(error, | ||
207 | + "Invalid parameter type for 'props', expected: dict")); | ||
208 | + qobject_unref(resp); | ||
209 | +} | ||
210 | + | ||
211 | +static void test_query_cpu_model_expansion(const void *data) | ||
212 | +{ | ||
213 | + QTestState *qts; | ||
214 | + | ||
215 | + qts = qtest_init(MACHINE "-cpu max"); | ||
216 | + | ||
217 | + /* Test common query-cpu-model-expansion input validation */ | ||
218 | + assert_type_full(qts); | ||
219 | + assert_bad_props(qts, "max"); | ||
220 | + assert_error(qts, "foo", "The CPU type 'foo' is not a recognized " | ||
221 | + "ARM CPU type", NULL); | ||
222 | + assert_error(qts, "max", "Parameter 'not-a-prop' is unexpected", | ||
223 | + "{ 'not-a-prop': false }"); | ||
224 | + assert_error(qts, "host", "The CPU type 'host' requires KVM", NULL); | ||
225 | + | ||
226 | + /* Test expected feature presence/absence for some cpu types */ | ||
227 | + assert_has_feature(qts, "max", "pmu"); | ||
228 | + assert_has_feature(qts, "cortex-a15", "pmu"); | ||
229 | + assert_has_not_feature(qts, "cortex-a15", "aarch64"); | ||
230 | + | ||
231 | + if (g_str_equal(qtest_get_arch(), "aarch64")) { | ||
232 | + assert_has_feature(qts, "max", "aarch64"); | ||
233 | + assert_has_feature(qts, "cortex-a57", "pmu"); | ||
234 | + assert_has_feature(qts, "cortex-a57", "aarch64"); | ||
235 | + | ||
236 | + /* Test that features that depend on KVM generate errors without. */ | ||
237 | + assert_error(qts, "max", | ||
238 | + "'aarch64' feature cannot be disabled " | ||
239 | + "unless KVM is enabled and 32-bit EL1 " | ||
240 | + "is supported", | ||
241 | + "{ 'aarch64': false }"); | ||
242 | + } | ||
243 | + | ||
244 | + qtest_quit(qts); | ||
245 | +} | ||
246 | + | ||
247 | +static void test_query_cpu_model_expansion_kvm(const void *data) | ||
248 | +{ | ||
249 | + QTestState *qts; | ||
250 | + | ||
251 | + qts = qtest_init(MACHINE "-accel kvm -cpu host"); | ||
252 | + | ||
253 | + if (g_str_equal(qtest_get_arch(), "aarch64")) { | ||
254 | + assert_has_feature(qts, "host", "aarch64"); | ||
255 | + assert_has_feature(qts, "host", "pmu"); | ||
256 | + | ||
257 | + assert_error(qts, "cortex-a15", | ||
258 | + "We cannot guarantee the CPU type 'cortex-a15' works " | ||
259 | + "with KVM on this host", NULL); | ||
260 | + } else { | ||
261 | + assert_has_not_feature(qts, "host", "aarch64"); | ||
262 | + assert_has_not_feature(qts, "host", "pmu"); | ||
263 | + } | ||
264 | + | ||
265 | + qtest_quit(qts); | ||
266 | +} | ||
267 | + | ||
268 | +int main(int argc, char **argv) | ||
269 | +{ | ||
270 | + bool kvm_available = false; | ||
271 | + | ||
272 | + if (!access("/dev/kvm", R_OK | W_OK)) { | ||
273 | +#if defined(HOST_AARCH64) | ||
274 | + kvm_available = g_str_equal(qtest_get_arch(), "aarch64"); | ||
275 | +#elif defined(HOST_ARM) | ||
276 | + kvm_available = g_str_equal(qtest_get_arch(), "arm"); | ||
277 | +#endif | ||
278 | + } | ||
279 | + | ||
280 | + g_test_init(&argc, &argv, NULL); | ||
281 | + | ||
282 | + qtest_add_data_func("/arm/query-cpu-model-expansion", | ||
283 | + NULL, test_query_cpu_model_expansion); | ||
284 | + | ||
285 | + if (kvm_available) { | ||
286 | + qtest_add_data_func("/arm/kvm/query-cpu-model-expansion", | ||
287 | + NULL, test_query_cpu_model_expansion_kvm); | ||
288 | + } | ||
289 | + | ||
290 | + return g_test_run(); | ||
291 | +} | ||
292 | -- | ||
293 | 2.20.1 | ||
294 | |||
295 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Andrew Jones <drjones@redhat.com> | ||
2 | 1 | ||
3 | These are the SVE equivalents to kvm_arch_get/put_fpsimd. Note, the | ||
4 | swabbing is different than it is for fpsmid because the vector format | ||
5 | is a little-endian stream of words. | ||
6 | |||
7 | Signed-off-by: Andrew Jones <drjones@redhat.com> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
10 | Tested-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com> | ||
11 | Message-id: 20191024121808.9612-6-drjones@redhat.com | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | --- | ||
14 | target/arm/kvm64.c | 185 ++++++++++++++++++++++++++++++++++++++------- | ||
15 | 1 file changed, 156 insertions(+), 29 deletions(-) | ||
16 | |||
17 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/target/arm/kvm64.c | ||
20 | +++ b/target/arm/kvm64.c | ||
21 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_destroy_vcpu(CPUState *cs) | ||
22 | bool kvm_arm_reg_syncs_via_cpreg_list(uint64_t regidx) | ||
23 | { | ||
24 | /* Return true if the regidx is a register we should synchronize | ||
25 | - * via the cpreg_tuples array (ie is not a core reg we sync by | ||
26 | - * hand in kvm_arch_get/put_registers()) | ||
27 | + * via the cpreg_tuples array (ie is not a core or sve reg that | ||
28 | + * we sync by hand in kvm_arch_get/put_registers()) | ||
29 | */ | ||
30 | switch (regidx & KVM_REG_ARM_COPROC_MASK) { | ||
31 | case KVM_REG_ARM_CORE: | ||
32 | + case KVM_REG_ARM64_SVE: | ||
33 | return false; | ||
34 | default: | ||
35 | return true; | ||
36 | @@ -XXX,XX +XXX,XX @@ int kvm_arm_cpreg_level(uint64_t regidx) | ||
37 | |||
38 | static int kvm_arch_put_fpsimd(CPUState *cs) | ||
39 | { | ||
40 | - ARMCPU *cpu = ARM_CPU(cs); | ||
41 | - CPUARMState *env = &cpu->env; | ||
42 | + CPUARMState *env = &ARM_CPU(cs)->env; | ||
43 | struct kvm_one_reg reg; | ||
44 | - uint32_t fpr; | ||
45 | int i, ret; | ||
46 | |||
47 | for (i = 0; i < 32; i++) { | ||
48 | @@ -XXX,XX +XXX,XX @@ static int kvm_arch_put_fpsimd(CPUState *cs) | ||
49 | } | ||
50 | } | ||
51 | |||
52 | - reg.addr = (uintptr_t)(&fpr); | ||
53 | - fpr = vfp_get_fpsr(env); | ||
54 | - reg.id = AARCH64_SIMD_CTRL_REG(fp_regs.fpsr); | ||
55 | - ret = kvm_vcpu_ioctl(cs, KVM_SET_ONE_REG, ®); | ||
56 | - if (ret) { | ||
57 | - return ret; | ||
58 | + return 0; | ||
59 | +} | ||
60 | + | ||
61 | +/* | ||
62 | + * SVE registers are encoded in KVM's memory in an endianness-invariant format. | ||
63 | + * The byte at offset i from the start of the in-memory representation contains | ||
64 | + * the bits [(7 + 8 * i) : (8 * i)] of the register value. As this means the | ||
65 | + * lowest offsets are stored in the lowest memory addresses, then that nearly | ||
66 | + * matches QEMU's representation, which is to use an array of host-endian | ||
67 | + * uint64_t's, where the lower offsets are at the lower indices. To complete | ||
68 | + * the translation we just need to byte swap the uint64_t's on big-endian hosts. | ||
69 | + */ | ||
70 | +static uint64_t *sve_bswap64(uint64_t *dst, uint64_t *src, int nr) | ||
71 | +{ | ||
72 | +#ifdef HOST_WORDS_BIGENDIAN | ||
73 | + int i; | ||
74 | + | ||
75 | + for (i = 0; i < nr; ++i) { | ||
76 | + dst[i] = bswap64(src[i]); | ||
77 | } | ||
78 | |||
79 | - reg.addr = (uintptr_t)(&fpr); | ||
80 | - fpr = vfp_get_fpcr(env); | ||
81 | - reg.id = AARCH64_SIMD_CTRL_REG(fp_regs.fpcr); | ||
82 | + return dst; | ||
83 | +#else | ||
84 | + return src; | ||
85 | +#endif | ||
86 | +} | ||
87 | + | ||
88 | +/* | ||
89 | + * KVM SVE registers come in slices where ZREGs have a slice size of 2048 bits | ||
90 | + * and PREGS and the FFR have a slice size of 256 bits. However we simply hard | ||
91 | + * code the slice index to zero for now as it's unlikely we'll need more than | ||
92 | + * one slice for quite some time. | ||
93 | + */ | ||
94 | +static int kvm_arch_put_sve(CPUState *cs) | ||
95 | +{ | ||
96 | + ARMCPU *cpu = ARM_CPU(cs); | ||
97 | + CPUARMState *env = &cpu->env; | ||
98 | + uint64_t tmp[ARM_MAX_VQ * 2]; | ||
99 | + uint64_t *r; | ||
100 | + struct kvm_one_reg reg; | ||
101 | + int n, ret; | ||
102 | + | ||
103 | + for (n = 0; n < KVM_ARM64_SVE_NUM_ZREGS; ++n) { | ||
104 | + r = sve_bswap64(tmp, &env->vfp.zregs[n].d[0], cpu->sve_max_vq * 2); | ||
105 | + reg.addr = (uintptr_t)r; | ||
106 | + reg.id = KVM_REG_ARM64_SVE_ZREG(n, 0); | ||
107 | + ret = kvm_vcpu_ioctl(cs, KVM_SET_ONE_REG, ®); | ||
108 | + if (ret) { | ||
109 | + return ret; | ||
110 | + } | ||
111 | + } | ||
112 | + | ||
113 | + for (n = 0; n < KVM_ARM64_SVE_NUM_PREGS; ++n) { | ||
114 | + r = sve_bswap64(tmp, r = &env->vfp.pregs[n].p[0], | ||
115 | + DIV_ROUND_UP(cpu->sve_max_vq * 2, 8)); | ||
116 | + reg.addr = (uintptr_t)r; | ||
117 | + reg.id = KVM_REG_ARM64_SVE_PREG(n, 0); | ||
118 | + ret = kvm_vcpu_ioctl(cs, KVM_SET_ONE_REG, ®); | ||
119 | + if (ret) { | ||
120 | + return ret; | ||
121 | + } | ||
122 | + } | ||
123 | + | ||
124 | + r = sve_bswap64(tmp, &env->vfp.pregs[FFR_PRED_NUM].p[0], | ||
125 | + DIV_ROUND_UP(cpu->sve_max_vq * 2, 8)); | ||
126 | + reg.addr = (uintptr_t)r; | ||
127 | + reg.id = KVM_REG_ARM64_SVE_FFR(0); | ||
128 | ret = kvm_vcpu_ioctl(cs, KVM_SET_ONE_REG, ®); | ||
129 | if (ret) { | ||
130 | return ret; | ||
131 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_put_registers(CPUState *cs, int level) | ||
132 | { | ||
133 | struct kvm_one_reg reg; | ||
134 | uint64_t val; | ||
135 | + uint32_t fpr; | ||
136 | int i, ret; | ||
137 | unsigned int el; | ||
138 | |||
139 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_put_registers(CPUState *cs, int level) | ||
140 | } | ||
141 | } | ||
142 | |||
143 | - ret = kvm_arch_put_fpsimd(cs); | ||
144 | + if (cpu_isar_feature(aa64_sve, cpu)) { | ||
145 | + ret = kvm_arch_put_sve(cs); | ||
146 | + } else { | ||
147 | + ret = kvm_arch_put_fpsimd(cs); | ||
148 | + } | ||
149 | + if (ret) { | ||
150 | + return ret; | ||
151 | + } | ||
152 | + | ||
153 | + reg.addr = (uintptr_t)(&fpr); | ||
154 | + fpr = vfp_get_fpsr(env); | ||
155 | + reg.id = AARCH64_SIMD_CTRL_REG(fp_regs.fpsr); | ||
156 | + ret = kvm_vcpu_ioctl(cs, KVM_SET_ONE_REG, ®); | ||
157 | + if (ret) { | ||
158 | + return ret; | ||
159 | + } | ||
160 | + | ||
161 | + reg.addr = (uintptr_t)(&fpr); | ||
162 | + fpr = vfp_get_fpcr(env); | ||
163 | + reg.id = AARCH64_SIMD_CTRL_REG(fp_regs.fpcr); | ||
164 | + ret = kvm_vcpu_ioctl(cs, KVM_SET_ONE_REG, ®); | ||
165 | if (ret) { | ||
166 | return ret; | ||
167 | } | ||
168 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_put_registers(CPUState *cs, int level) | ||
169 | |||
170 | static int kvm_arch_get_fpsimd(CPUState *cs) | ||
171 | { | ||
172 | - ARMCPU *cpu = ARM_CPU(cs); | ||
173 | - CPUARMState *env = &cpu->env; | ||
174 | + CPUARMState *env = &ARM_CPU(cs)->env; | ||
175 | struct kvm_one_reg reg; | ||
176 | - uint32_t fpr; | ||
177 | int i, ret; | ||
178 | |||
179 | for (i = 0; i < 32; i++) { | ||
180 | @@ -XXX,XX +XXX,XX @@ static int kvm_arch_get_fpsimd(CPUState *cs) | ||
181 | } | ||
182 | } | ||
183 | |||
184 | - reg.addr = (uintptr_t)(&fpr); | ||
185 | - reg.id = AARCH64_SIMD_CTRL_REG(fp_regs.fpsr); | ||
186 | - ret = kvm_vcpu_ioctl(cs, KVM_GET_ONE_REG, ®); | ||
187 | - if (ret) { | ||
188 | - return ret; | ||
189 | - } | ||
190 | - vfp_set_fpsr(env, fpr); | ||
191 | + return 0; | ||
192 | +} | ||
193 | |||
194 | - reg.addr = (uintptr_t)(&fpr); | ||
195 | - reg.id = AARCH64_SIMD_CTRL_REG(fp_regs.fpcr); | ||
196 | +/* | ||
197 | + * KVM SVE registers come in slices where ZREGs have a slice size of 2048 bits | ||
198 | + * and PREGS and the FFR have a slice size of 256 bits. However we simply hard | ||
199 | + * code the slice index to zero for now as it's unlikely we'll need more than | ||
200 | + * one slice for quite some time. | ||
201 | + */ | ||
202 | +static int kvm_arch_get_sve(CPUState *cs) | ||
203 | +{ | ||
204 | + ARMCPU *cpu = ARM_CPU(cs); | ||
205 | + CPUARMState *env = &cpu->env; | ||
206 | + struct kvm_one_reg reg; | ||
207 | + uint64_t *r; | ||
208 | + int n, ret; | ||
209 | + | ||
210 | + for (n = 0; n < KVM_ARM64_SVE_NUM_ZREGS; ++n) { | ||
211 | + r = &env->vfp.zregs[n].d[0]; | ||
212 | + reg.addr = (uintptr_t)r; | ||
213 | + reg.id = KVM_REG_ARM64_SVE_ZREG(n, 0); | ||
214 | + ret = kvm_vcpu_ioctl(cs, KVM_GET_ONE_REG, ®); | ||
215 | + if (ret) { | ||
216 | + return ret; | ||
217 | + } | ||
218 | + sve_bswap64(r, r, cpu->sve_max_vq * 2); | ||
219 | + } | ||
220 | + | ||
221 | + for (n = 0; n < KVM_ARM64_SVE_NUM_PREGS; ++n) { | ||
222 | + r = &env->vfp.pregs[n].p[0]; | ||
223 | + reg.addr = (uintptr_t)r; | ||
224 | + reg.id = KVM_REG_ARM64_SVE_PREG(n, 0); | ||
225 | + ret = kvm_vcpu_ioctl(cs, KVM_GET_ONE_REG, ®); | ||
226 | + if (ret) { | ||
227 | + return ret; | ||
228 | + } | ||
229 | + sve_bswap64(r, r, DIV_ROUND_UP(cpu->sve_max_vq * 2, 8)); | ||
230 | + } | ||
231 | + | ||
232 | + r = &env->vfp.pregs[FFR_PRED_NUM].p[0]; | ||
233 | + reg.addr = (uintptr_t)r; | ||
234 | + reg.id = KVM_REG_ARM64_SVE_FFR(0); | ||
235 | ret = kvm_vcpu_ioctl(cs, KVM_GET_ONE_REG, ®); | ||
236 | if (ret) { | ||
237 | return ret; | ||
238 | } | ||
239 | - vfp_set_fpcr(env, fpr); | ||
240 | + sve_bswap64(r, r, DIV_ROUND_UP(cpu->sve_max_vq * 2, 8)); | ||
241 | |||
242 | return 0; | ||
243 | } | ||
244 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_get_registers(CPUState *cs) | ||
245 | struct kvm_one_reg reg; | ||
246 | uint64_t val; | ||
247 | unsigned int el; | ||
248 | + uint32_t fpr; | ||
249 | int i, ret; | ||
250 | |||
251 | ARMCPU *cpu = ARM_CPU(cs); | ||
252 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_get_registers(CPUState *cs) | ||
253 | env->spsr = env->banked_spsr[i]; | ||
254 | } | ||
255 | |||
256 | - ret = kvm_arch_get_fpsimd(cs); | ||
257 | + if (cpu_isar_feature(aa64_sve, cpu)) { | ||
258 | + ret = kvm_arch_get_sve(cs); | ||
259 | + } else { | ||
260 | + ret = kvm_arch_get_fpsimd(cs); | ||
261 | + } | ||
262 | if (ret) { | ||
263 | return ret; | ||
264 | } | ||
265 | |||
266 | + reg.addr = (uintptr_t)(&fpr); | ||
267 | + reg.id = AARCH64_SIMD_CTRL_REG(fp_regs.fpsr); | ||
268 | + ret = kvm_vcpu_ioctl(cs, KVM_GET_ONE_REG, ®); | ||
269 | + if (ret) { | ||
270 | + return ret; | ||
271 | + } | ||
272 | + vfp_set_fpsr(env, fpr); | ||
273 | + | ||
274 | + reg.addr = (uintptr_t)(&fpr); | ||
275 | + reg.id = AARCH64_SIMD_CTRL_REG(fp_regs.fpcr); | ||
276 | + ret = kvm_vcpu_ioctl(cs, KVM_GET_ONE_REG, ®); | ||
277 | + if (ret) { | ||
278 | + return ret; | ||
279 | + } | ||
280 | + vfp_set_fpcr(env, fpr); | ||
281 | + | ||
282 | ret = kvm_get_vcpu_events(cpu); | ||
283 | if (ret) { | ||
284 | return ret; | ||
285 | -- | ||
286 | 2.20.1 | ||
287 | |||
288 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Andrew Jones <drjones@redhat.com> | ||
2 | 1 | ||
3 | Enable SVE in the KVM guest when the 'max' cpu type is configured | ||
4 | and KVM supports it. KVM SVE requires use of the new finalize | ||
5 | vcpu ioctl, so we add that now too. For starters SVE can only be | ||
6 | turned on or off, getting all vector lengths the host CPU supports | ||
7 | when on. We'll add the other SVE CPU properties in later patches. | ||
8 | |||
9 | Signed-off-by: Andrew Jones <drjones@redhat.com> | ||
10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
12 | Tested-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com> | ||
13 | Reviewed-by: Beata Michalska <beata.michalska@linaro.org> | ||
14 | Message-id: 20191024121808.9612-7-drjones@redhat.com | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | --- | ||
17 | target/arm/kvm_arm.h | 27 +++++++++++++++++++++++++++ | ||
18 | target/arm/cpu64.c | 17 ++++++++++++++--- | ||
19 | target/arm/kvm.c | 5 +++++ | ||
20 | target/arm/kvm64.c | 20 +++++++++++++++++++- | ||
21 | tests/arm-cpu-features.c | 4 ++++ | ||
22 | 5 files changed, 69 insertions(+), 4 deletions(-) | ||
23 | |||
24 | diff --git a/target/arm/kvm_arm.h b/target/arm/kvm_arm.h | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/target/arm/kvm_arm.h | ||
27 | +++ b/target/arm/kvm_arm.h | ||
28 | @@ -XXX,XX +XXX,XX @@ | ||
29 | */ | ||
30 | int kvm_arm_vcpu_init(CPUState *cs); | ||
31 | |||
32 | +/** | ||
33 | + * kvm_arm_vcpu_finalize | ||
34 | + * @cs: CPUState | ||
35 | + * @feature: int | ||
36 | + * | ||
37 | + * Finalizes the configuration of the specified VCPU feature by | ||
38 | + * invoking the KVM_ARM_VCPU_FINALIZE ioctl. Features requiring | ||
39 | + * this are documented in the "KVM_ARM_VCPU_FINALIZE" section of | ||
40 | + * KVM's API documentation. | ||
41 | + * | ||
42 | + * Returns: 0 if success else < 0 error code | ||
43 | + */ | ||
44 | +int kvm_arm_vcpu_finalize(CPUState *cs, int feature); | ||
45 | + | ||
46 | /** | ||
47 | * kvm_arm_register_device: | ||
48 | * @mr: memory region for this device | ||
49 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_aarch32_supported(CPUState *cs); | ||
50 | */ | ||
51 | bool kvm_arm_pmu_supported(CPUState *cs); | ||
52 | |||
53 | +/** | ||
54 | + * bool kvm_arm_sve_supported: | ||
55 | + * @cs: CPUState | ||
56 | + * | ||
57 | + * Returns true if the KVM VCPU can enable SVE and false otherwise. | ||
58 | + */ | ||
59 | +bool kvm_arm_sve_supported(CPUState *cs); | ||
60 | + | ||
61 | /** | ||
62 | * kvm_arm_get_max_vm_ipa_size - Returns the number of bits in the | ||
63 | * IPA address space supported by KVM | ||
64 | @@ -XXX,XX +XXX,XX @@ static inline bool kvm_arm_pmu_supported(CPUState *cs) | ||
65 | return false; | ||
66 | } | ||
67 | |||
68 | +static inline bool kvm_arm_sve_supported(CPUState *cs) | ||
69 | +{ | ||
70 | + return false; | ||
71 | +} | ||
72 | + | ||
73 | static inline int kvm_arm_get_max_vm_ipa_size(MachineState *ms) | ||
74 | { | ||
75 | return -ENOENT; | ||
76 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
77 | index XXXXXXX..XXXXXXX 100644 | ||
78 | --- a/target/arm/cpu64.c | ||
79 | +++ b/target/arm/cpu64.c | ||
80 | @@ -XXX,XX +XXX,XX @@ static void cpu_arm_set_sve(Object *obj, Visitor *v, const char *name, | ||
81 | return; | ||
82 | } | ||
83 | |||
84 | + if (value && kvm_enabled() && !kvm_arm_sve_supported(CPU(cpu))) { | ||
85 | + error_setg(errp, "'sve' feature not supported by KVM on this host"); | ||
86 | + return; | ||
87 | + } | ||
88 | + | ||
89 | t = cpu->isar.id_aa64pfr0; | ||
90 | t = FIELD_DP64(t, ID_AA64PFR0, SVE, value); | ||
91 | cpu->isar.id_aa64pfr0 = t; | ||
92 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
93 | { | ||
94 | ARMCPU *cpu = ARM_CPU(obj); | ||
95 | uint32_t vq; | ||
96 | + uint64_t t; | ||
97 | |||
98 | if (kvm_enabled()) { | ||
99 | kvm_arm_set_cpu_features_from_host(cpu); | ||
100 | + if (kvm_arm_sve_supported(CPU(cpu))) { | ||
101 | + t = cpu->isar.id_aa64pfr0; | ||
102 | + t = FIELD_DP64(t, ID_AA64PFR0, SVE, 1); | ||
103 | + cpu->isar.id_aa64pfr0 = t; | ||
104 | + } | ||
105 | } else { | ||
106 | - uint64_t t; | ||
107 | uint32_t u; | ||
108 | aarch64_a57_initfn(obj); | ||
109 | |||
110 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
111 | |||
112 | object_property_add(obj, "sve-max-vq", "uint32", cpu_max_get_sve_max_vq, | ||
113 | cpu_max_set_sve_max_vq, NULL, NULL, &error_fatal); | ||
114 | - object_property_add(obj, "sve", "bool", cpu_arm_get_sve, | ||
115 | - cpu_arm_set_sve, NULL, NULL, &error_fatal); | ||
116 | |||
117 | for (vq = 1; vq <= ARM_MAX_VQ; ++vq) { | ||
118 | char name[8]; | ||
119 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
120 | cpu_arm_set_sve_vq, NULL, NULL, &error_fatal); | ||
121 | } | ||
122 | } | ||
123 | + | ||
124 | + object_property_add(obj, "sve", "bool", cpu_arm_get_sve, | ||
125 | + cpu_arm_set_sve, NULL, NULL, &error_fatal); | ||
126 | } | ||
127 | |||
128 | struct ARMCPUInfo { | ||
129 | diff --git a/target/arm/kvm.c b/target/arm/kvm.c | ||
130 | index XXXXXXX..XXXXXXX 100644 | ||
131 | --- a/target/arm/kvm.c | ||
132 | +++ b/target/arm/kvm.c | ||
133 | @@ -XXX,XX +XXX,XX @@ int kvm_arm_vcpu_init(CPUState *cs) | ||
134 | return kvm_vcpu_ioctl(cs, KVM_ARM_VCPU_INIT, &init); | ||
135 | } | ||
136 | |||
137 | +int kvm_arm_vcpu_finalize(CPUState *cs, int feature) | ||
138 | +{ | ||
139 | + return kvm_vcpu_ioctl(cs, KVM_ARM_VCPU_FINALIZE, &feature); | ||
140 | +} | ||
141 | + | ||
142 | void kvm_arm_init_serror_injection(CPUState *cs) | ||
143 | { | ||
144 | cap_has_inject_serror_esr = kvm_check_extension(cs->kvm_state, | ||
145 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | ||
146 | index XXXXXXX..XXXXXXX 100644 | ||
147 | --- a/target/arm/kvm64.c | ||
148 | +++ b/target/arm/kvm64.c | ||
149 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_aarch32_supported(CPUState *cpu) | ||
150 | return kvm_check_extension(s, KVM_CAP_ARM_EL1_32BIT); | ||
151 | } | ||
152 | |||
153 | +bool kvm_arm_sve_supported(CPUState *cpu) | ||
154 | +{ | ||
155 | + KVMState *s = KVM_STATE(current_machine->accelerator); | ||
156 | + | ||
157 | + return kvm_check_extension(s, KVM_CAP_ARM_SVE); | ||
158 | +} | ||
159 | + | ||
160 | #define ARM_CPU_ID_MPIDR 3, 0, 0, 0, 5 | ||
161 | |||
162 | int kvm_arch_init_vcpu(CPUState *cs) | ||
163 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_init_vcpu(CPUState *cs) | ||
164 | cpu->kvm_init_features[0] |= 1 << KVM_ARM_VCPU_EL1_32BIT; | ||
165 | } | ||
166 | if (!kvm_check_extension(cs->kvm_state, KVM_CAP_ARM_PMU_V3)) { | ||
167 | - cpu->has_pmu = false; | ||
168 | + cpu->has_pmu = false; | ||
169 | } | ||
170 | if (cpu->has_pmu) { | ||
171 | cpu->kvm_init_features[0] |= 1 << KVM_ARM_VCPU_PMU_V3; | ||
172 | } else { | ||
173 | unset_feature(&env->features, ARM_FEATURE_PMU); | ||
174 | } | ||
175 | + if (cpu_isar_feature(aa64_sve, cpu)) { | ||
176 | + assert(kvm_arm_sve_supported(cs)); | ||
177 | + cpu->kvm_init_features[0] |= 1 << KVM_ARM_VCPU_SVE; | ||
178 | + } | ||
179 | |||
180 | /* Do KVM_ARM_VCPU_INIT ioctl */ | ||
181 | ret = kvm_arm_vcpu_init(cs); | ||
182 | @@ -XXX,XX +XXX,XX @@ int kvm_arch_init_vcpu(CPUState *cs) | ||
183 | return ret; | ||
184 | } | ||
185 | |||
186 | + if (cpu_isar_feature(aa64_sve, cpu)) { | ||
187 | + ret = kvm_arm_vcpu_finalize(cs, KVM_ARM_VCPU_SVE); | ||
188 | + if (ret) { | ||
189 | + return ret; | ||
190 | + } | ||
191 | + } | ||
192 | + | ||
193 | /* | ||
194 | * When KVM is in use, PSCI is emulated in-kernel and not by qemu. | ||
195 | * Currently KVM has its own idea about MPIDR assignment, so we | ||
196 | diff --git a/tests/arm-cpu-features.c b/tests/arm-cpu-features.c | ||
197 | index XXXXXXX..XXXXXXX 100644 | ||
198 | --- a/tests/arm-cpu-features.c | ||
199 | +++ b/tests/arm-cpu-features.c | ||
200 | @@ -XXX,XX +XXX,XX @@ static void test_query_cpu_model_expansion_kvm(const void *data) | ||
201 | assert_has_feature(qts, "host", "aarch64"); | ||
202 | assert_has_feature(qts, "host", "pmu"); | ||
203 | |||
204 | + assert_has_feature(qts, "max", "sve"); | ||
205 | + | ||
206 | assert_error(qts, "cortex-a15", | ||
207 | "We cannot guarantee the CPU type 'cortex-a15' works " | ||
208 | "with KVM on this host", NULL); | ||
209 | } else { | ||
210 | assert_has_not_feature(qts, "host", "aarch64"); | ||
211 | assert_has_not_feature(qts, "host", "pmu"); | ||
212 | + | ||
213 | + assert_has_not_feature(qts, "max", "sve"); | ||
214 | } | ||
215 | |||
216 | qtest_quit(qts); | ||
217 | -- | ||
218 | 2.20.1 | ||
219 | |||
220 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Andrew Jones <drjones@redhat.com> | ||
2 | 1 | ||
3 | kvm_arm_create_scratch_host_vcpu() takes a struct kvm_vcpu_init | ||
4 | parameter. Rather than just using it as an output parameter to | ||
5 | pass back the preferred target, use it also as an input parameter, | ||
6 | allowing a caller to pass a selected target if they wish and to | ||
7 | also pass cpu features. If the caller doesn't want to select a | ||
8 | target they can pass -1 for the target which indicates they want | ||
9 | to use the preferred target and have it passed back like before. | ||
10 | |||
11 | Signed-off-by: Andrew Jones <drjones@redhat.com> | ||
12 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
13 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
14 | Tested-by: Masayoshi Mizuma <m.mizuma@jp.fujitsu.com> | ||
15 | Reviewed-by: Beata Michalska <beata.michalska@linaro.org> | ||
16 | Message-id: 20191024121808.9612-8-drjones@redhat.com | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | --- | ||
19 | target/arm/kvm.c | 20 +++++++++++++++----- | ||
20 | target/arm/kvm32.c | 6 +++++- | ||
21 | target/arm/kvm64.c | 6 +++++- | ||
22 | 3 files changed, 25 insertions(+), 7 deletions(-) | ||
23 | |||
24 | diff --git a/target/arm/kvm.c b/target/arm/kvm.c | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/target/arm/kvm.c | ||
27 | +++ b/target/arm/kvm.c | ||
28 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_create_scratch_host_vcpu(const uint32_t *cpus_to_try, | ||
29 | int *fdarray, | ||
30 | struct kvm_vcpu_init *init) | ||
31 | { | ||
32 | - int ret, kvmfd = -1, vmfd = -1, cpufd = -1; | ||
33 | + int ret = 0, kvmfd = -1, vmfd = -1, cpufd = -1; | ||
34 | |||
35 | kvmfd = qemu_open("/dev/kvm", O_RDWR); | ||
36 | if (kvmfd < 0) { | ||
37 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_create_scratch_host_vcpu(const uint32_t *cpus_to_try, | ||
38 | goto finish; | ||
39 | } | ||
40 | |||
41 | - ret = ioctl(vmfd, KVM_ARM_PREFERRED_TARGET, init); | ||
42 | + if (init->target == -1) { | ||
43 | + struct kvm_vcpu_init preferred; | ||
44 | + | ||
45 | + ret = ioctl(vmfd, KVM_ARM_PREFERRED_TARGET, &preferred); | ||
46 | + if (!ret) { | ||
47 | + init->target = preferred.target; | ||
48 | + } | ||
49 | + } | ||
50 | if (ret >= 0) { | ||
51 | ret = ioctl(cpufd, KVM_ARM_VCPU_INIT, init); | ||
52 | if (ret < 0) { | ||
53 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_create_scratch_host_vcpu(const uint32_t *cpus_to_try, | ||
54 | * creating one kind of guest CPU which is its preferred | ||
55 | * CPU type. | ||
56 | */ | ||
57 | + struct kvm_vcpu_init try; | ||
58 | + | ||
59 | while (*cpus_to_try != QEMU_KVM_ARM_TARGET_NONE) { | ||
60 | - init->target = *cpus_to_try++; | ||
61 | - memset(init->features, 0, sizeof(init->features)); | ||
62 | - ret = ioctl(cpufd, KVM_ARM_VCPU_INIT, init); | ||
63 | + try.target = *cpus_to_try++; | ||
64 | + memcpy(try.features, init->features, sizeof(init->features)); | ||
65 | + ret = ioctl(cpufd, KVM_ARM_VCPU_INIT, &try); | ||
66 | if (ret >= 0) { | ||
67 | break; | ||
68 | } | ||
69 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_create_scratch_host_vcpu(const uint32_t *cpus_to_try, | ||
70 | if (ret < 0) { | ||
71 | goto err; | ||
72 | } | ||
73 | + init->target = try.target; | ||
74 | } else { | ||
75 | /* Treat a NULL cpus_to_try argument the same as an empty | ||
76 | * list, which means we will fail the call since this must | ||
77 | diff --git a/target/arm/kvm32.c b/target/arm/kvm32.c | ||
78 | index XXXXXXX..XXXXXXX 100644 | ||
79 | --- a/target/arm/kvm32.c | ||
80 | +++ b/target/arm/kvm32.c | ||
81 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf) | ||
82 | QEMU_KVM_ARM_TARGET_CORTEX_A15, | ||
83 | QEMU_KVM_ARM_TARGET_NONE | ||
84 | }; | ||
85 | - struct kvm_vcpu_init init; | ||
86 | + /* | ||
87 | + * target = -1 informs kvm_arm_create_scratch_host_vcpu() | ||
88 | + * to use the preferred target | ||
89 | + */ | ||
90 | + struct kvm_vcpu_init init = { .target = -1, }; | ||
91 | |||
92 | if (!kvm_arm_create_scratch_host_vcpu(cpus_to_try, fdarray, &init)) { | ||
93 | return false; | ||
94 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | ||
95 | index XXXXXXX..XXXXXXX 100644 | ||
96 | --- a/target/arm/kvm64.c | ||
97 | +++ b/target/arm/kvm64.c | ||
98 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf) | ||
99 | KVM_ARM_TARGET_CORTEX_A57, | ||
100 | QEMU_KVM_ARM_TARGET_NONE | ||
101 | }; | ||
102 | - struct kvm_vcpu_init init; | ||
103 | + /* | ||
104 | + * target = -1 informs kvm_arm_create_scratch_host_vcpu() | ||
105 | + * to use the preferred target | ||
106 | + */ | ||
107 | + struct kvm_vcpu_init init = { .target = -1, }; | ||
108 | |||
109 | if (!kvm_arm_create_scratch_host_vcpu(cpus_to_try, fdarray, &init)) { | ||
110 | return false; | ||
111 | -- | ||
112 | 2.20.1 | ||
113 | |||
114 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
2 | 1 | ||
3 | Map the thermal sensor in the BCM2835 block. | ||
4 | |||
5 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Message-id: 20191019234715.25750-3-f4bug@amsat.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
9 | --- | ||
10 | include/hw/arm/bcm2835_peripherals.h | 2 ++ | ||
11 | include/hw/arm/raspi_platform.h | 1 + | ||
12 | hw/arm/bcm2835_peripherals.c | 13 +++++++++++++ | ||
13 | 3 files changed, 16 insertions(+) | ||
14 | |||
15 | diff --git a/include/hw/arm/bcm2835_peripherals.h b/include/hw/arm/bcm2835_peripherals.h | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/include/hw/arm/bcm2835_peripherals.h | ||
18 | +++ b/include/hw/arm/bcm2835_peripherals.h | ||
19 | @@ -XXX,XX +XXX,XX @@ | ||
20 | #include "hw/misc/bcm2835_property.h" | ||
21 | #include "hw/misc/bcm2835_rng.h" | ||
22 | #include "hw/misc/bcm2835_mbox.h" | ||
23 | +#include "hw/misc/bcm2835_thermal.h" | ||
24 | #include "hw/sd/sdhci.h" | ||
25 | #include "hw/sd/bcm2835_sdhost.h" | ||
26 | #include "hw/gpio/bcm2835_gpio.h" | ||
27 | @@ -XXX,XX +XXX,XX @@ typedef struct BCM2835PeripheralState { | ||
28 | SDHCIState sdhci; | ||
29 | BCM2835SDHostState sdhost; | ||
30 | BCM2835GpioState gpio; | ||
31 | + Bcm2835ThermalState thermal; | ||
32 | UnimplementedDeviceState i2s; | ||
33 | UnimplementedDeviceState spi[1]; | ||
34 | UnimplementedDeviceState i2c[3]; | ||
35 | diff --git a/include/hw/arm/raspi_platform.h b/include/hw/arm/raspi_platform.h | ||
36 | index XXXXXXX..XXXXXXX 100644 | ||
37 | --- a/include/hw/arm/raspi_platform.h | ||
38 | +++ b/include/hw/arm/raspi_platform.h | ||
39 | @@ -XXX,XX +XXX,XX @@ | ||
40 | #define SPI0_OFFSET 0x204000 | ||
41 | #define BSC0_OFFSET 0x205000 /* BSC0 I2C/TWI */ | ||
42 | #define OTP_OFFSET 0x20f000 | ||
43 | +#define THERMAL_OFFSET 0x212000 | ||
44 | #define BSC_SL_OFFSET 0x214000 /* SPI slave */ | ||
45 | #define AUX_OFFSET 0x215000 /* AUX: UART1/SPI1/SPI2 */ | ||
46 | #define EMMC1_OFFSET 0x300000 | ||
47 | diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c | ||
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/hw/arm/bcm2835_peripherals.c | ||
50 | +++ b/hw/arm/bcm2835_peripherals.c | ||
51 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_init(Object *obj) | ||
52 | object_property_add_const_link(OBJECT(&s->dma), "dma-mr", | ||
53 | OBJECT(&s->gpu_bus_mr), &error_abort); | ||
54 | |||
55 | + /* Thermal */ | ||
56 | + sysbus_init_child_obj(obj, "thermal", &s->thermal, sizeof(s->thermal), | ||
57 | + TYPE_BCM2835_THERMAL); | ||
58 | + | ||
59 | /* GPIO */ | ||
60 | sysbus_init_child_obj(obj, "gpio", &s->gpio, sizeof(s->gpio), | ||
61 | TYPE_BCM2835_GPIO); | ||
62 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_realize(DeviceState *dev, Error **errp) | ||
63 | INTERRUPT_DMA0 + n)); | ||
64 | } | ||
65 | |||
66 | + /* THERMAL */ | ||
67 | + object_property_set_bool(OBJECT(&s->thermal), true, "realized", &err); | ||
68 | + if (err) { | ||
69 | + error_propagate(errp, err); | ||
70 | + return; | ||
71 | + } | ||
72 | + memory_region_add_subregion(&s->peri_mr, THERMAL_OFFSET, | ||
73 | + sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->thermal), 0)); | ||
74 | + | ||
75 | /* GPIO */ | ||
76 | object_property_set_bool(OBJECT(&s->gpio), true, "realized", &err); | ||
77 | if (err) { | ||
78 | -- | ||
79 | 2.20.1 | ||
80 | |||
81 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
2 | 1 | ||
3 | Connect the recently added SYS_timer. | ||
4 | Now U-Boot does not hang anymore polling a free running counter | ||
5 | stuck at 0. | ||
6 | This timer is also used by the Linux kernel thermal subsystem. | ||
7 | |||
8 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
10 | Message-id: 20191019234715.25750-5-f4bug@amsat.org | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | --- | ||
13 | include/hw/arm/bcm2835_peripherals.h | 3 ++- | ||
14 | hw/arm/bcm2835_peripherals.c | 17 ++++++++++++++++- | ||
15 | 2 files changed, 18 insertions(+), 2 deletions(-) | ||
16 | |||
17 | diff --git a/include/hw/arm/bcm2835_peripherals.h b/include/hw/arm/bcm2835_peripherals.h | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/include/hw/arm/bcm2835_peripherals.h | ||
20 | +++ b/include/hw/arm/bcm2835_peripherals.h | ||
21 | @@ -XXX,XX +XXX,XX @@ | ||
22 | #include "hw/sd/sdhci.h" | ||
23 | #include "hw/sd/bcm2835_sdhost.h" | ||
24 | #include "hw/gpio/bcm2835_gpio.h" | ||
25 | +#include "hw/timer/bcm2835_systmr.h" | ||
26 | #include "hw/misc/unimp.h" | ||
27 | |||
28 | #define TYPE_BCM2835_PERIPHERALS "bcm2835-peripherals" | ||
29 | @@ -XXX,XX +XXX,XX @@ typedef struct BCM2835PeripheralState { | ||
30 | MemoryRegion ram_alias[4]; | ||
31 | qemu_irq irq, fiq; | ||
32 | |||
33 | - UnimplementedDeviceState systmr; | ||
34 | + BCM2835SystemTimerState systmr; | ||
35 | UnimplementedDeviceState armtmr; | ||
36 | UnimplementedDeviceState cprman; | ||
37 | UnimplementedDeviceState a2w; | ||
38 | diff --git a/hw/arm/bcm2835_peripherals.c b/hw/arm/bcm2835_peripherals.c | ||
39 | index XXXXXXX..XXXXXXX 100644 | ||
40 | --- a/hw/arm/bcm2835_peripherals.c | ||
41 | +++ b/hw/arm/bcm2835_peripherals.c | ||
42 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_init(Object *obj) | ||
43 | /* Interrupt Controller */ | ||
44 | sysbus_init_child_obj(obj, "ic", &s->ic, sizeof(s->ic), TYPE_BCM2835_IC); | ||
45 | |||
46 | + /* SYS Timer */ | ||
47 | + sysbus_init_child_obj(obj, "systimer", &s->systmr, sizeof(s->systmr), | ||
48 | + TYPE_BCM2835_SYSTIMER); | ||
49 | + | ||
50 | /* UART0 */ | ||
51 | sysbus_init_child_obj(obj, "uart0", &s->uart0, sizeof(s->uart0), | ||
52 | TYPE_PL011); | ||
53 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_realize(DeviceState *dev, Error **errp) | ||
54 | sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->ic), 0)); | ||
55 | sysbus_pass_irq(SYS_BUS_DEVICE(s), SYS_BUS_DEVICE(&s->ic)); | ||
56 | |||
57 | + /* Sys Timer */ | ||
58 | + object_property_set_bool(OBJECT(&s->systmr), true, "realized", &err); | ||
59 | + if (err) { | ||
60 | + error_propagate(errp, err); | ||
61 | + return; | ||
62 | + } | ||
63 | + memory_region_add_subregion(&s->peri_mr, ST_OFFSET, | ||
64 | + sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->systmr), 0)); | ||
65 | + sysbus_connect_irq(SYS_BUS_DEVICE(&s->systmr), 0, | ||
66 | + qdev_get_gpio_in_named(DEVICE(&s->ic), BCM2835_IC_ARM_IRQ, | ||
67 | + INTERRUPT_ARM_TIMER)); | ||
68 | + | ||
69 | /* UART0 */ | ||
70 | qdev_prop_set_chr(DEVICE(&s->uart0), "chardev", serial_hd(0)); | ||
71 | object_property_set_bool(OBJECT(&s->uart0), true, "realized", &err); | ||
72 | @@ -XXX,XX +XXX,XX @@ static void bcm2835_peripherals_realize(DeviceState *dev, Error **errp) | ||
73 | } | ||
74 | |||
75 | create_unimp(s, &s->armtmr, "bcm2835-sp804", ARMCTRL_TIMER0_1_OFFSET, 0x40); | ||
76 | - create_unimp(s, &s->systmr, "bcm2835-systimer", ST_OFFSET, 0x20); | ||
77 | create_unimp(s, &s->cprman, "bcm2835-cprman", CPRMAN_OFFSET, 0x1000); | ||
78 | create_unimp(s, &s->a2w, "bcm2835-a2w", A2W_OFFSET, 0x1000); | ||
79 | create_unimp(s, &s->i2s, "bcm2835-i2s", I2S_OFFSET, 0x100); | ||
80 | -- | ||
81 | 2.20.1 | ||
82 | |||
83 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
2 | 1 | ||
3 | This file creates the BCM2836/BCM2837 blocks. | ||
4 | The biggest differences with the BCM2838 we are going to add, are | ||
5 | the base addresses of the interrupt controller and the peripherals. | ||
6 | Add these addresses in the BCM283XInfo structure to make this | ||
7 | block more modular. Remove the MCORE_OFFSET offset as it is | ||
8 | not useful and rather confusing. | ||
9 | |||
10 | Reviewed-by: Esteban Bosse <estebanbosse@gmail.com> | ||
11 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
12 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
13 | Message-id: 20191019234715.25750-6-f4bug@amsat.org | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
15 | --- | ||
16 | hw/arm/bcm2836.c | 18 +++++++++--------- | ||
17 | 1 file changed, 9 insertions(+), 9 deletions(-) | ||
18 | |||
19 | diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c | ||
20 | index XXXXXXX..XXXXXXX 100644 | ||
21 | --- a/hw/arm/bcm2836.c | ||
22 | +++ b/hw/arm/bcm2836.c | ||
23 | @@ -XXX,XX +XXX,XX @@ | ||
24 | #include "hw/arm/raspi_platform.h" | ||
25 | #include "hw/sysbus.h" | ||
26 | |||
27 | -/* Peripheral base address seen by the CPU */ | ||
28 | -#define BCM2836_PERI_BASE 0x3F000000 | ||
29 | - | ||
30 | -/* "QA7" (Pi2) interrupt controller and mailboxes etc. */ | ||
31 | -#define BCM2836_CONTROL_BASE 0x40000000 | ||
32 | - | ||
33 | struct BCM283XInfo { | ||
34 | const char *name; | ||
35 | const char *cpu_type; | ||
36 | + hwaddr peri_base; /* Peripheral base address seen by the CPU */ | ||
37 | + hwaddr ctrl_base; /* Interrupt controller and mailboxes etc. */ | ||
38 | int clusterid; | ||
39 | }; | ||
40 | |||
41 | @@ -XXX,XX +XXX,XX @@ static const BCM283XInfo bcm283x_socs[] = { | ||
42 | { | ||
43 | .name = TYPE_BCM2836, | ||
44 | .cpu_type = ARM_CPU_TYPE_NAME("cortex-a7"), | ||
45 | + .peri_base = 0x3f000000, | ||
46 | + .ctrl_base = 0x40000000, | ||
47 | .clusterid = 0xf, | ||
48 | }, | ||
49 | #ifdef TARGET_AARCH64 | ||
50 | { | ||
51 | .name = TYPE_BCM2837, | ||
52 | .cpu_type = ARM_CPU_TYPE_NAME("cortex-a53"), | ||
53 | + .peri_base = 0x3f000000, | ||
54 | + .ctrl_base = 0x40000000, | ||
55 | .clusterid = 0x0, | ||
56 | }, | ||
57 | #endif | ||
58 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
59 | } | ||
60 | |||
61 | sysbus_mmio_map_overlap(SYS_BUS_DEVICE(&s->peripherals), 0, | ||
62 | - BCM2836_PERI_BASE, 1); | ||
63 | + info->peri_base, 1); | ||
64 | |||
65 | /* bcm2836 interrupt controller (and mailboxes, etc.) */ | ||
66 | object_property_set_bool(OBJECT(&s->control), true, "realized", &err); | ||
67 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
68 | return; | ||
69 | } | ||
70 | |||
71 | - sysbus_mmio_map(SYS_BUS_DEVICE(&s->control), 0, BCM2836_CONTROL_BASE); | ||
72 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->control), 0, info->ctrl_base); | ||
73 | |||
74 | sysbus_connect_irq(SYS_BUS_DEVICE(&s->peripherals), 0, | ||
75 | qdev_get_gpio_in_named(DEVICE(&s->control), "gpu-irq", 0)); | ||
76 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
77 | |||
78 | /* set periphbase/CBAR value for CPU-local registers */ | ||
79 | object_property_set_int(OBJECT(&s->cpus[n]), | ||
80 | - BCM2836_PERI_BASE + MSYNC_OFFSET, | ||
81 | + info->peri_base, | ||
82 | "reset-cbar", &err); | ||
83 | if (err) { | ||
84 | error_propagate(errp, err); | ||
85 | -- | ||
86 | 2.20.1 | ||
87 | |||
88 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
2 | 1 | ||
3 | As we are going to add more core-specific fields, add a 'cpu' | ||
4 | structure and move the ARMCPU field there as 'core'. | ||
5 | |||
6 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
7 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
8 | Message-id: 20191019234715.25750-7-f4bug@amsat.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | include/hw/arm/bcm2836.h | 4 +++- | ||
12 | hw/arm/bcm2836.c | 26 ++++++++++++++------------ | ||
13 | 2 files changed, 17 insertions(+), 13 deletions(-) | ||
14 | |||
15 | diff --git a/include/hw/arm/bcm2836.h b/include/hw/arm/bcm2836.h | ||
16 | index XXXXXXX..XXXXXXX 100644 | ||
17 | --- a/include/hw/arm/bcm2836.h | ||
18 | +++ b/include/hw/arm/bcm2836.h | ||
19 | @@ -XXX,XX +XXX,XX @@ typedef struct BCM283XState { | ||
20 | char *cpu_type; | ||
21 | uint32_t enabled_cpus; | ||
22 | |||
23 | - ARMCPU cpus[BCM283X_NCPUS]; | ||
24 | + struct { | ||
25 | + ARMCPU core; | ||
26 | + } cpu[BCM283X_NCPUS]; | ||
27 | BCM2836ControlState control; | ||
28 | BCM2835PeripheralState peripherals; | ||
29 | } BCM283XState; | ||
30 | diff --git a/hw/arm/bcm2836.c b/hw/arm/bcm2836.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/hw/arm/bcm2836.c | ||
33 | +++ b/hw/arm/bcm2836.c | ||
34 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_init(Object *obj) | ||
35 | int n; | ||
36 | |||
37 | for (n = 0; n < BCM283X_NCPUS; n++) { | ||
38 | - object_initialize_child(obj, "cpu[*]", &s->cpus[n], sizeof(s->cpus[n]), | ||
39 | - info->cpu_type, &error_abort, NULL); | ||
40 | + object_initialize_child(obj, "cpu[*]", &s->cpu[n].core, | ||
41 | + sizeof(s->cpu[n].core), info->cpu_type, | ||
42 | + &error_abort, NULL); | ||
43 | } | ||
44 | |||
45 | sysbus_init_child_obj(obj, "control", &s->control, sizeof(s->control), | ||
46 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
47 | |||
48 | for (n = 0; n < BCM283X_NCPUS; n++) { | ||
49 | /* TODO: this should be converted to a property of ARM_CPU */ | ||
50 | - s->cpus[n].mp_affinity = (info->clusterid << 8) | n; | ||
51 | + s->cpu[n].core.mp_affinity = (info->clusterid << 8) | n; | ||
52 | |||
53 | /* set periphbase/CBAR value for CPU-local registers */ | ||
54 | - object_property_set_int(OBJECT(&s->cpus[n]), | ||
55 | + object_property_set_int(OBJECT(&s->cpu[n].core), | ||
56 | info->peri_base, | ||
57 | "reset-cbar", &err); | ||
58 | if (err) { | ||
59 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
60 | } | ||
61 | |||
62 | /* start powered off if not enabled */ | ||
63 | - object_property_set_bool(OBJECT(&s->cpus[n]), n >= s->enabled_cpus, | ||
64 | + object_property_set_bool(OBJECT(&s->cpu[n].core), n >= s->enabled_cpus, | ||
65 | "start-powered-off", &err); | ||
66 | if (err) { | ||
67 | error_propagate(errp, err); | ||
68 | return; | ||
69 | } | ||
70 | |||
71 | - object_property_set_bool(OBJECT(&s->cpus[n]), true, "realized", &err); | ||
72 | + object_property_set_bool(OBJECT(&s->cpu[n].core), true, | ||
73 | + "realized", &err); | ||
74 | if (err) { | ||
75 | error_propagate(errp, err); | ||
76 | return; | ||
77 | @@ -XXX,XX +XXX,XX @@ static void bcm2836_realize(DeviceState *dev, Error **errp) | ||
78 | |||
79 | /* Connect irq/fiq outputs from the interrupt controller. */ | ||
80 | qdev_connect_gpio_out_named(DEVICE(&s->control), "irq", n, | ||
81 | - qdev_get_gpio_in(DEVICE(&s->cpus[n]), ARM_CPU_IRQ)); | ||
82 | + qdev_get_gpio_in(DEVICE(&s->cpu[n].core), ARM_CPU_IRQ)); | ||
83 | qdev_connect_gpio_out_named(DEVICE(&s->control), "fiq", n, | ||
84 | - qdev_get_gpio_in(DEVICE(&s->cpus[n]), ARM_CPU_FIQ)); | ||
85 | + qdev_get_gpio_in(DEVICE(&s->cpu[n].core), ARM_CPU_FIQ)); | ||
86 | |||
87 | /* Connect timers from the CPU to the interrupt controller */ | ||
88 | - qdev_connect_gpio_out(DEVICE(&s->cpus[n]), GTIMER_PHYS, | ||
89 | + qdev_connect_gpio_out(DEVICE(&s->cpu[n].core), GTIMER_PHYS, | ||
90 | qdev_get_gpio_in_named(DEVICE(&s->control), "cntpnsirq", n)); | ||
91 | - qdev_connect_gpio_out(DEVICE(&s->cpus[n]), GTIMER_VIRT, | ||
92 | + qdev_connect_gpio_out(DEVICE(&s->cpu[n].core), GTIMER_VIRT, | ||
93 | qdev_get_gpio_in_named(DEVICE(&s->control), "cntvirq", n)); | ||
94 | - qdev_connect_gpio_out(DEVICE(&s->cpus[n]), GTIMER_HYP, | ||
95 | + qdev_connect_gpio_out(DEVICE(&s->cpu[n].core), GTIMER_HYP, | ||
96 | qdev_get_gpio_in_named(DEVICE(&s->control), "cnthpirq", n)); | ||
97 | - qdev_connect_gpio_out(DEVICE(&s->cpus[n]), GTIMER_SEC, | ||
98 | + qdev_connect_gpio_out(DEVICE(&s->cpu[n].core), GTIMER_SEC, | ||
99 | qdev_get_gpio_in_named(DEVICE(&s->control), "cntpsirq", n)); | ||
100 | } | ||
101 | } | ||
102 | -- | ||
103 | 2.20.1 | ||
104 | |||
105 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
2 | 1 | ||
3 | write_secondary_boot() is used in SMP configurations where the | ||
4 | CPU address space might not be the main System Bus. | ||
5 | The rom_add_blob_fixed_as() function allow us to specify an | ||
6 | address space. Use it to write each boot blob in the corresponding | ||
7 | CPU address space. | ||
8 | |||
9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
10 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
11 | Message-id: 20191019234715.25750-11-f4bug@amsat.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | --- | ||
14 | hw/arm/raspi.c | 14 ++++++++------ | ||
15 | 1 file changed, 8 insertions(+), 6 deletions(-) | ||
16 | |||
17 | diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c | ||
18 | index XXXXXXX..XXXXXXX 100644 | ||
19 | --- a/hw/arm/raspi.c | ||
20 | +++ b/hw/arm/raspi.c | ||
21 | @@ -XXX,XX +XXX,XX @@ static void write_smpboot(ARMCPU *cpu, const struct arm_boot_info *info) | ||
22 | QEMU_BUILD_BUG_ON((BOARDSETUP_ADDR & 0xf) != 0 | ||
23 | || (BOARDSETUP_ADDR >> 4) >= 0x100); | ||
24 | |||
25 | - rom_add_blob_fixed("raspi_smpboot", smpboot, sizeof(smpboot), | ||
26 | - info->smp_loader_start); | ||
27 | + rom_add_blob_fixed_as("raspi_smpboot", smpboot, sizeof(smpboot), | ||
28 | + info->smp_loader_start, | ||
29 | + arm_boot_address_space(cpu, info)); | ||
30 | } | ||
31 | |||
32 | static void write_smpboot64(ARMCPU *cpu, const struct arm_boot_info *info) | ||
33 | { | ||
34 | + AddressSpace *as = arm_boot_address_space(cpu, info); | ||
35 | /* Unlike the AArch32 version we don't need to call the board setup hook. | ||
36 | * The mechanism for doing the spin-table is also entirely different. | ||
37 | * We must have four 64-bit fields at absolute addresses | ||
38 | @@ -XXX,XX +XXX,XX @@ static void write_smpboot64(ARMCPU *cpu, const struct arm_boot_info *info) | ||
39 | 0, 0, 0, 0 | ||
40 | }; | ||
41 | |||
42 | - rom_add_blob_fixed("raspi_smpboot", smpboot, sizeof(smpboot), | ||
43 | - info->smp_loader_start); | ||
44 | - rom_add_blob_fixed("raspi_spintables", spintables, sizeof(spintables), | ||
45 | - SPINTABLE_ADDR); | ||
46 | + rom_add_blob_fixed_as("raspi_smpboot", smpboot, sizeof(smpboot), | ||
47 | + info->smp_loader_start, as); | ||
48 | + rom_add_blob_fixed_as("raspi_spintables", spintables, sizeof(spintables), | ||
49 | + SPINTABLE_ADDR, as); | ||
50 | } | ||
51 | |||
52 | static void write_board_setup(ARMCPU *cpu, const struct arm_boot_info *info) | ||
53 | -- | ||
54 | 2.20.1 | ||
55 | |||
56 | diff view generated by jsdifflib |