summary refs log tree commit diff stats
path: root/results/scraper/fex/1081
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/1081')
-rw-r--r--results/scraper/fex/10815
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/fex/1081 b/results/scraper/fex/1081
new file mode 100644
index 000000000..72a534ea9
--- /dev/null
+++ b/results/scraper/fex/1081
@@ -0,0 +1,5 @@
+Implement CLZero
+CLZero is a Zen instruction for zeroing a cacheline (and also any poison attributes).

+This can be implemented directly with a `DC ZVA` instruction when DCZID_EL0 reports the same size as cacheline size, which is commonly the case.

+

+Might also work when DCZID_EL0 reports 64byte block arrangement, since we must always report to the guest that we have a 64byte cacheline size.
\ No newline at end of file