mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5 find code
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -19221,6 +19221,12 @@ gem5 uses a ton of code generation, which makes the project horrendous:
|
|||||||
* .isa code which describes most of the instructions: <<gem5-instruction-definitions>>
|
* .isa code which describes most of the instructions: <<gem5-instruction-definitions>>
|
||||||
* <<gem5-ruby-build,Ruby>> for memory systems
|
* <<gem5-ruby-build,Ruby>> for memory systems
|
||||||
|
|
||||||
|
To find files that are not symlinks use https://stackoverflow.com/questions/16303449/how-to-find-files-excluding-symbolic-links
|
||||||
|
|
||||||
|
....
|
||||||
|
find build -type f
|
||||||
|
....
|
||||||
|
|
||||||
To find the definition of generated code, do a:
|
To find the definition of generated code, do a:
|
||||||
|
|
||||||
....
|
....
|
||||||
@@ -19346,9 +19352,9 @@ Value items[TheISA::PageBytes];
|
|||||||
|
|
||||||
which is defined at:
|
which is defined at:
|
||||||
|
|
||||||
...
|
....
|
||||||
build/ARM/config/the_isa.hh
|
build/ARM/config/the_isa.hh
|
||||||
...
|
....
|
||||||
|
|
||||||
as:
|
as:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user