summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/peripherals/1771948
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/gemma3:12b/peripherals/1771948')
-rw-r--r--results/classifier/gemma3:12b/peripherals/177194820
1 files changed, 20 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/peripherals/1771948 b/results/classifier/gemma3:12b/peripherals/1771948
new file mode 100644
index 000000000..362fd3a8a
--- /dev/null
+++ b/results/classifier/gemma3:12b/peripherals/1771948
@@ -0,0 +1,20 @@
+
+aarch64 msr CNTFRQ_EL0
+
+Hello,
+
+I'm running qemu 2.12 on a raspberry pi 3 with the command:
+
+qemu-system-aarch64 -M raspi3 -serial stdio -kernel executable.bin
+
+On my start file (right in the beginning with the highest EL), the following instructions:
+
+ldr x0 , =19200000
+msr CNTFRQ_EL0, x0
+
+
+and qemu halts on the "msr CNTFRQ_EL0, x0" instruction.
+
+I believe this is not a normal behavior.
+
+Thank you
\ No newline at end of file