mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
Sketch x86 command with caches
This commit is contained in:
@@ -1719,6 +1719,10 @@ GEM5 commands and cycle counts at commit da79d6c6cde0fbe5473ce868c9be4771160a003
|
|||||||
# 20M
|
# 20M
|
||||||
./run -a x86_64 -g -- --caches --l1d_size=1024 --l2cache --l2_size=1024 --l3_size=1024
|
./run -a x86_64 -g -- --caches --l1d_size=1024 --l2cache --l2_size=1024 --l3_size=1024
|
||||||
./run -a x86_64 -g -- --caches --l1d_size=1024MB --l2cache --l2_size=1024MB --l3_size=1024MB
|
./run -a x86_64 -g -- --caches --l1d_size=1024MB --l2cache --l2_size=1024MB --l3_size=1024MB
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
./run -a x86_64 -g -- --caches --cpu-type=DerivO3CPU --l1d_size=1024 --l2cache --l2_size=1024 --l3_size=1024
|
||||||
|
./run -a x86_64 -g -- --caches --cpu-type=DerivO3CPU --l1d_size=1024MB --l2cache --l2_size=1024MB --l3_size=1024MB
|
||||||
....
|
....
|
||||||
+
|
+
|
||||||
From those results, we see that caches are effectively used in `HPI`, even though they don't show up correctly on the Linux kernel.
|
From those results, we see that caches are effectively used in `HPI`, even though they don't show up correctly on the Linux kernel.
|
||||||
|
|||||||
Reference in New Issue
Block a user