History log of /gem5/system/alpha/console/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
11320:42ecb523c64a 06-Feb-2016 Steve Reinhardt <steve.reinhardt@amd.com>

style: remove trailing whitespace

Result of running 'hg m5style --skip-all --fix-white -a'.


/gem5/configs/common/CacheConfig.py
/gem5/configs/common/Simulation.py
/gem5/configs/example/ruby_mem_test.py
/gem5/src/arch/alpha/isa/decoder.isa
/gem5/src/arch/alpha/linux/linux.hh
/gem5/src/arch/alpha/process.cc
/gem5/src/arch/alpha/tlb.cc
/gem5/src/arch/arm/SConscript
/gem5/src/arch/arm/interrupts.cc
/gem5/src/arch/arm/isa/bitfields.isa
/gem5/src/arch/arm/isa/formats/pred.isa
/gem5/src/arch/arm/linux/linux.hh
/gem5/src/arch/arm/stacktrace.cc
/gem5/src/arch/mips/isa/decoder.isa
/gem5/src/arch/mips/linux/linux.hh
/gem5/src/arch/mips/linux/process.cc
/gem5/src/arch/mips/pagetable.hh
/gem5/src/arch/power/SConscript
/gem5/src/arch/sparc/interrupts.cc
/gem5/src/arch/sparc/linux/linux.hh
/gem5/src/arch/sparc/pagetable.hh
/gem5/src/arch/x86/cpuid.cc
/gem5/src/arch/x86/faults.cc
/gem5/src/arch/x86/insts/micromediaop.hh
/gem5/src/arch/x86/isa/insts/general_purpose/system_calls.py
/gem5/src/arch/x86/isa/insts/romutil.py
/gem5/src/arch/x86/isa/insts/simd64/integer/data_transfer/move.py
/gem5/src/arch/x86/isa/microops/base.isa
/gem5/src/arch/x86/isa/microops/mediaop.isa
/gem5/src/arch/x86/isa/microops/regop.isa
/gem5/src/arch/x86/process.cc
/gem5/src/arch/x86/process.hh
/gem5/src/base/cp_annotate.cc
/gem5/src/base/cp_annotate.hh
/gem5/src/base/cprintf.hh
/gem5/src/base/flags.hh
/gem5/src/base/inet.cc
/gem5/src/base/inet.hh
/gem5/src/base/loader/ecoff_object.cc
/gem5/src/base/loader/elf_object.cc
/gem5/src/base/statistics.cc
/gem5/src/cpu/o3/decode_impl.hh
/gem5/src/cpu/simple/timing.cc
/gem5/src/cpu/testers/directedtest/DirectedGenerator.cc
/gem5/src/cpu/testers/directedtest/DirectedGenerator.hh
/gem5/src/cpu/testers/directedtest/InvalidateGenerator.cc
/gem5/src/cpu/testers/directedtest/InvalidateGenerator.hh
/gem5/src/cpu/testers/directedtest/RubyDirectedTester.cc
/gem5/src/cpu/testers/directedtest/SeriesRequestGenerator.cc
/gem5/src/cpu/testers/directedtest/SeriesRequestGenerator.hh
/gem5/src/cpu/testers/networktest/networktest.cc
/gem5/src/cpu/timebuf.hh
/gem5/src/dev/mc146818.cc
/gem5/src/dev/net/i8254xGBe.cc
/gem5/src/dev/net/i8254xGBe.hh
/gem5/src/dev/net/i8254xGBe_defs.hh
/gem5/src/dev/x86/i8042.cc
/gem5/src/dev/x86/i8254.hh
/gem5/src/dev/x86/intdev.hh
/gem5/src/mem/mport.hh
/gem5/src/mem/ruby/network/Topology.cc
/gem5/src/mem/ruby/network/Topology.hh
/gem5/src/mem/ruby/network/fault_model/FaultModel.cc
/gem5/src/mem/ruby/network/fault_model/FaultModel.hh
/gem5/src/mem/ruby/network/fault_model/FaultModel.py
/gem5/src/mem/ruby/network/fault_model/SConscript
/gem5/src/mem/ruby/network/garnet/fixed-pipeline/GarnetLink_d.py
/gem5/src/mem/ruby/network/garnet/fixed-pipeline/Router_d.hh
/gem5/src/mem/ruby/network/garnet/flexible-pipeline/GarnetLink.py
/gem5/src/mem/ruby/network/garnet/flexible-pipeline/GarnetNetwork.hh
/gem5/src/mem/ruby/network/garnet/flexible-pipeline/Router.hh
/gem5/src/mem/ruby/network/simple/SimpleLink.cc
/gem5/src/mem/slicc/ast/StallAndWaitStatementAST.py
/gem5/src/mem/slicc/ast/TypeFieldEnumAST.py
/gem5/src/mem/slicc/ast/TypeFieldStateAST.py
/gem5/src/python/m5/util/__init__.py
/gem5/src/python/swig/event.i
/gem5/src/sim/Root.py
/gem5/src/sim/eventq.cc
/gem5/src/sim/eventq.hh
/gem5/src/sim/insttracer.hh
/gem5/src/sim/pseudo_inst.cc
/gem5/src/unittest/cprintftest.cc
console.c
/gem5/tests/configs/memtest-ruby.py
/gem5/util/checkpoint-tester.py
/gem5/util/compile
/gem5/util/m5/m5.c
/gem5/util/qdo
/gem5/util/statetrace/SConstruct
8030:3b16b17cde7f 16-Feb-2011 Nathan Binkert <nate@binkert.org>

Cleanup system directory to fit into modern M5 tree

8029:442f90a944eb 16-Feb-2011 Nathan Binkert <nate@binkert.org>

copyright: update copyright on alpha system files

8028:6b05deee0ca3 19-Oct-2007 Geoffrey Blake <blakeg@umich.edu>

Fix bug in MDT BITMAP to allow more than 2GB of memory.

Signed-off by Ali Saidi <saidi@eecs.umich.edu>

8027:8d92e9995321 16-Aug-2006 Ali Saidi <saidi@eecs.umich.edu>

fix Makefile for new source tree

8026:680f5c014bed 16-Aug-2006 Ali Saidi <saidi@eecs.umich.edu>

update our copyrights to the new format

8024:27ce7490bd3b 28-Feb-2006 Ali Saidi <saidi@eecs.umich.edu>

Add m5op to the build process
use quiesceNs on other CPUs
panic rather than spin on an error

console/Makefile:
Add m5op to the build process
console/dbmentry.S:
use quiesceNs on other CPUs
console/printf.c:
panic rather than spin on an error.

8023:36c59449dc93 23-Feb-2006 Ali Saidi <saidi@eecs.umich.edu>

change from bootStrap* to using the cpuStack array for setting up
other processor stacks

8022:15bece33379b 18-Aug-2005 Nathan Binkert <binkertn@umich.edu>

Fix console to work on all systems.

console/console.c:
CONS_REM (remote console) doesn't work on Tru64. Use CONS_DZ which
seems to work alright everywhere.

8021:abc215a139a8 28-Jul-2005 Benjamin Nash <benash@umich.edu>

Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/alpha-system
into zed.eecs.umich.edu:/z/benash/bk/alpha-system

console/console.c:
Clean up code.
h/rpb.h:
Update CTB struct.

8019:4af5d8f5ce56 26-Jul-2005 Benjamin Nash <benash@umich.edu>

New console terminal block structure, fix kernel stack pointer.

console/console.c:
Use virtual addresses for kernel stack pointer, use new ctb structure.
h/rpb.h:
Update console terminal block structure.

8018:f3975c1b6009 28-Jul-2005 Miguel Serrano <mserrano@umich.edu>

changes

console/console.c:
fixed bootstrap stack
h/rpb.h:
ctb_term_type instead of ctb_baud

8016:96a3a31ead2a 28-Jun-2005 Nathan Binkert <binkertn@umich.edu>

console code cleanup

console/console.c:
the go parameter to unixBoot is never used, so get rid of it.
just panic if we return from unixBoot since it's never supposed
to happen.
remove the MAX_CPUS parameter and the bootStrapImpure variable
and just allocate memory as needed. (Can in theory support many
more CPUs.)

8015:37634fc80b3c 28-Jun-2005 Nathan Binkert <binkertn@umich.edu>

pass the location of the m5 backdoor via the m5AlphaAccess variable
only compile one console

console/Makefile:
Now that the location of the m5 backdoor is passed into the
console via the m5AlphaAccess variable, we only need to
compile one console, and don't need to define TLASER or TSUNAMI
console/console.c:
Don't hardcode the location of the AlphaAccess structure, but
rely on m5 to pass in the correct value.
Setup "volatile struct AlphaAccess *m5AlphaAccess" for use and
get rid of the hardcoded usage.

8013:2dfcde2e9998 27-Jun-2005 Nathan Binkert <binkertn@umich.edu>

Major system code cleanup and formatting
remove unused code

console/Makefile:
cleanup Makefile. Remove unneeded -D options
console/console.c:
Major cleanup and formatting
remove unused #ifdef code
remove unused #includes
rename xxm -> m5
rename simos -> m5
console/dbmentry.S:
console/paljtokern.S:
console/paljtoslave.S:
console/printf.c:
Major cleanup and formatting
remove unused #ifdef code
remove unused #includes
rename __start -> _start to get rid of warning.
h/cserve.h:
h/dc21164FromGasSources.h:
h/ev5_alpha_defs.h:
h/ev5_defs.h:
h/ev5_osfalpha_defs.h:
h/ev5_paldef.h:
h/fromHudsonMacros.h:
h/fromHudsonOsf.h:
h/rpb.h:
Major cleanup and formatting
h/ev5_impure.h:
Major cleanup and formatting
remove unused #ifdef code
palcode/Makefile:
cleanup Makefile
remove unused -D options
unify platform_tlaser.S and platform_tsunami.S into platform.S and
generate multiple .o files using various #defines
unify osfpal.S osfpal_cache_copy.S and osfpal_cache_copy_unaligned.S into
osfpal.S and generate multiple .o files using various #defines
palcode/osfpal.S:
Major cleanup and formatting
remove unused #defines
remove unused #if code
merge copy code into this file.
palcode/platform.S:
Major cleanup and formatting
remove unused #defines
remove unused #if code
merge platform code into this file.

8012:2f71125bf413 04-Jun-2005 Ali Saidi <saidi@eecs.umich.edu>

HP copyrights

console/Makefile:
Added copyright
added CROSS_COMPILE variable
removed install target
console/console.c:
console/dbmentry.S:
console/paljtokern.S:
console/paljtoslave.S:
console/printf.c:
h/cia.h:
h/cserve.h:
h/dc21164FromGasSources.h:
h/eb164.h:
h/ev5_alpha_defs.h:
h/ev5_defs.h:
h/ev5_impure.h:
h/ev5_osfalpha_defs.h:
h/ev5_paldef.h:
h/fromHudsonMacros.h:
h/fromHudsonOsf.h:
h/lib.h:
h/platform.h:
h/regdefs.h:
h/rpb.h:
palcode/Makefile:
palcode/osfpal.S:
palcode/osfpal_cache_copy.S:
palcode/osfpal_cache_copy_unaligned.S:
palcode/platform_m5.S:
palcode/platform_tlaser.S:
added hp and our copyright

8010:71d56cc8c657 06-Dec-2004 Ali Saidi <saidi@eecs.umich.edu>

Add support for tsunami with 64 processors and fix some console bugs
I steped on while doing it

console/console.c:
Allocate more HWRPB pages so we have room for 64 percpu_rpbs
Fix writing of Console Relocation Block virtual addresses so that
if they are outside of the first page, which they will be with more
than 8 processors, the correct adress is written
palcode/Makefile:
Update makefile for tsunami with 64 processors
palcode/platform_m5.S:
Add support for tsunami with 64 processors

8009:54f46550ad2e 23-Nov-2004 Ali Saidi <saidi@eecs.umich.edu>

do a better job of always locking printf. We used to only lock on
secondary cpus, this also locks on the primary cpu.
Now the initial print out doesn't get garbled with more than 1 cpu.

8008:257eb95aead3 23-Nov-2004 Ali Saidi <saidi@eecs.umich.edu>

Makefile cleanup, no seperate middle preprocessing steps anymore

8005:fa59ff6f1526 06-Oct-2004 Ali Saidi <saidi@eecs.umich.edu>

Fix from Adam: Strip the kseg off the physical address in the RPB structure.

8004:09c853754bd9 01-Sep-2004 Ali Saidi <saidi@eecs.umich.edu>

changes to make smp work in linux

console/console.c:
Remove Printed SimOS references and replace with M5
Rework the SMP stuff, so we don't trash any stacks, or what we
thought were stacks, but are actually other ppls memory.
console/dbmentry.s:
add a carefully crafted piece of assembly that doesn't use the stack,
so we don't clobber anthing in the time between when we are spinning
and when the OS tells us to go.
palcode/platform_m5.s:
add/fix code for IPI, multiprocessor interrupts (DIR), and initial
bootstrapping of the cpu

8003:7408e4b599ae 01-Aug-2004 Ali Saidi <saidi@eecs.umich.edu>

changed to generate tlaser and tsunami console code at different
addresses so the uncachable bit is set for tsunami.

console/Makefile:
console/console.c:
changed to generate tlaser and tsunami console code at different addresses

8001:3ff970f61e80 23-Jun-2004 Ali Saidi <saidi@eecs.umich.edu>

Copy variables over one at a time rather than copying 4 bytes at a
time. Easiest way to deal with the endian issue.

7999:9d6c5bc4e1f9 18-May-2004 Ali Saidi <saidi@eecs.umich.edu>

Added ALPHA_ACCESS_BASE to get rid of machine_defs.h

7997:b91bdbee66c3 18-May-2004 Ali Saidi <saidi@eecs.umich.edu>

Major clean up of alpha system files.

console/Makefile:
palcode/Makefile:
moved header files to /h so updated make file for that
console/dbmentry.s:
console/paljtokern.s:
console/paljtoslave.s:
upadated to use osf file that the palcode uses, one less file

7996:f89e2d31764c 17-May-2004 Ali Saidi <saidi@eecs.umich.edu>

Deleted a whole bunch of files that we didn't nede in the header
directory

console/dbmentry.s:
console/printf.c:
removed unneeded includes


dbmentry.s
printf.c
/gem5/system/alpha/h/DEC21040.h
/gem5/system/alpha/h/Makefile
/gem5/system/alpha/h/address.h
/gem5/system/alpha/h/am79c960.h
/gem5/system/alpha/h/arp.h
/gem5/system/alpha/h/base.h
/gem5/system/alpha/h/bbram.h
/gem5/system/alpha/h/bootp.h
/gem5/system/alpha/h/bptable.h
/gem5/system/alpha/h/buffer.h
/gem5/system/alpha/h/eb164mem.h
/gem5/system/alpha/h/eb64.h
/gem5/system/alpha/h/eb64l.h
/gem5/system/alpha/h/eb64mem.h
/gem5/system/alpha/h/eb64p.h
/gem5/system/alpha/h/eb64pmem.h
/gem5/system/alpha/h/eb66.h
/gem5/system/alpha/h/eb66mem.h
/gem5/system/alpha/h/eb66p.h
/gem5/system/alpha/h/edevice.h
/gem5/system/alpha/h/ether.h
/gem5/system/alpha/h/ethernet.h
/gem5/system/alpha/h/ev4.h
/gem5/system/alpha/h/fat.h
/gem5/system/alpha/h/flash.h
/gem5/system/alpha/h/floppy.h
/gem5/system/alpha/h/fregs.h
/gem5/system/alpha/h/ip.h
/gem5/system/alpha/h/isa_buff.h
/gem5/system/alpha/h/k_extra.h
/gem5/system/alpha/h/kbdscan.h
/gem5/system/alpha/h/kernel.h
/gem5/system/alpha/h/ladbx.h
/gem5/system/alpha/h/ladbxapp.h
/gem5/system/alpha/h/ledcodes.h
/gem5/system/alpha/h/libc.h
/gem5/system/alpha/h/local.h
/gem5/system/alpha/h/mem.h
/gem5/system/alpha/h/mon.h
/gem5/system/alpha/h/net_buff.h
/gem5/system/alpha/h/netman.h
/gem5/system/alpha/h/paldefs.h
/gem5/system/alpha/h/pci.h
/gem5/system/alpha/h/ppec.h
/gem5/system/alpha/h/prtrace.h
/gem5/system/alpha/h/rom.h
/gem5/system/alpha/h/romhead.h
/gem5/system/alpha/h/server_t.h
/gem5/system/alpha/h/ssb.h
/gem5/system/alpha/h/sys.h
/gem5/system/alpha/h/system.h
/gem5/system/alpha/h/tftp.h
/gem5/system/alpha/h/tga.h
/gem5/system/alpha/h/tga_crystal.h
/gem5/system/alpha/h/uart.h
/gem5/system/alpha/h/udp.h
/gem5/system/alpha/h/wga.h
/gem5/system/alpha/h/xlate.h
/gem5/system/alpha/h/xxm.h
/gem5/system/alpha/h/xxmmem.h
7992:fabe6a2d9c5e 17-May-2004 Ali Saidi <saidi@eecs.umich.edu>

console code now builds on zizzer

console/Makefile:
Updated to build on linux and removed
lots of crud that compiled, disassembled, and then reassembled
console/dbmentry.s:
the assembler didn't like they comments, so I removed them
console/printf.c:
Gcc was very unhappy, so I fixed this line
h/lib.h:
time_t is defined in a std header, and this was causing some problems

7991:8e85b6d54396 17-May-2004 Ali Saidi <saidi@eecs.umich.edu>

palcode updated to deal with interrupts correctly
deleted and then upon realizing we needed them undeleted a bunch of
header files in the palcode dir

console/Makefile:
fixed so it will work with tru64... still haven't got the console to build under linux
palcode/platform_m5.s:
fixed code to "fake" srm console interrupt handling correctly
include serial interrupts

7990:9ad86367e30d 11-May-2004 Ali Saidi <saidi@eecs.umich.edu>

added some comments to palcode and zeroed system type in HWPRB (m5 will fill in)

console/console.c:
0 the system type, let m5 overwrite
palcode/platform_m5.s:
add some comments and make the timer interrupt actually care what CPU it happened on

7985:3e932649220c 02-Feb-2004 Ali Saidi <saidi@eecs.umich.edu>

Added platfrom_m5 - Our hacked up tsunami palcode and modified palcode
makefile to that end. Additionally made a change in console to
preserve t7 on call back because linux uses it for the "current"
pointer.

console/Makefile:
Changed makefile back to using gcc and gas rather then trying to
cross-compile for now
console/console.c:
Put code in to save t7 on CallBackFixup() call and changed the
system type to Tsunami
palcode/Makefile:
updated palcode makefile to have targets for tlaser and tsunami

7984:0f75de05c240 15-Jan-2004 Ali Saidi <saidi@eecs.umich.edu>

makefiles updated to make use of cross compile tools

console/Makefile:
All tools are variables now
palcode/Makefile:
tool names changed to variables, can build palcode on zizzer

7983:fffe5c0f6707 14-Jan-2004 Ali Saidi <saidi@eecs.umich.edu>

Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/alpha-system
into zizzer.eecs.umich.edu:/y/saidi/alpha-system

7982:7d084eb47a86 14-Jan-2004 Ali Saidi <saidi@eecs.umich.edu>

Added support for OPEN_CONSOLE and CLOSE_CONSOLE; fixed PUTS bug

7981:4fb228b84c1e 22-Dec-2003 Nathan Binkert <binkertn@umich.edu>

Implement GetChar()

console/Makefile:
Quick install target to copy the binary to zizzer

7979:681283db9634 17-Dec-2003 Nathan Binkert <binkertn@umich.edu>

Implement support for more console environment variables. There
are some default values here, but they can be changed from the
simulator itself. (Search in m5 for boot_osflags)

7978:9700266d52f4 14-Nov-2003 Nathan Binkert <binkertn@umich.edu>

Get the console code to compile correctly
Add support for some thigns that M5 needs
Make this better support Tru64 v5.1

console/Makefile:
I couldn't figure out the old build system since I was missing
a bunch of tools at the time, so I kinda rewrote it.
console/console.c:
Get the includes right, and make things compile
little bit of cleanup along the way
console/paljtokern.s:
formatting junk
console/printf.c:
Formatting
get const right
h/lib.h:
fiddle with the includes that we need
console/console.c:
Get the BOOTDEVICE_NAME right
Add a bit of support for grabbing console environment variables

7977:60051d2262c2 14-Nov-2003 Lisa Hsu <hsul@eecs.umich.edu>

Import changeset


Makefile
console.c
dbmentry.s
paljtokern.s
paljtoslave.s
paljtoslave.tmp
printf.c
/gem5/system/alpha/h/DEC21040.h
/gem5/system/alpha/h/Makefile
/gem5/system/alpha/h/address.h
/gem5/system/alpha/h/am79c960.h
/gem5/system/alpha/h/arp.h
/gem5/system/alpha/h/base.h
/gem5/system/alpha/h/bbram.h
/gem5/system/alpha/h/bootp.h
/gem5/system/alpha/h/bptable.h
/gem5/system/alpha/h/buffer.h
/gem5/system/alpha/h/cia.h
/gem5/system/alpha/h/eb164.h
/gem5/system/alpha/h/eb164mem.h
/gem5/system/alpha/h/eb64.h
/gem5/system/alpha/h/eb64l.h
/gem5/system/alpha/h/eb64mem.h
/gem5/system/alpha/h/eb64p.h
/gem5/system/alpha/h/eb64pmem.h
/gem5/system/alpha/h/eb66.h
/gem5/system/alpha/h/eb66mem.h
/gem5/system/alpha/h/eb66p.h
/gem5/system/alpha/h/edevice.h
/gem5/system/alpha/h/ether.h
/gem5/system/alpha/h/ethernet.h
/gem5/system/alpha/h/ev4.h
/gem5/system/alpha/h/fat.h
/gem5/system/alpha/h/flash.h
/gem5/system/alpha/h/floppy.h
/gem5/system/alpha/h/fregs.h
/gem5/system/alpha/h/ip.h
/gem5/system/alpha/h/isa_buff.h
/gem5/system/alpha/h/k_extra.h
/gem5/system/alpha/h/kbdscan.h
/gem5/system/alpha/h/kernel.h
/gem5/system/alpha/h/ladbx.h
/gem5/system/alpha/h/ladbxapp.h
/gem5/system/alpha/h/ledcodes.h
/gem5/system/alpha/h/lib.h
/gem5/system/alpha/h/libc.h
/gem5/system/alpha/h/local.h
/gem5/system/alpha/h/mem.h
/gem5/system/alpha/h/mon.h
/gem5/system/alpha/h/net_buff.h
/gem5/system/alpha/h/netman.h
/gem5/system/alpha/h/paldefs.h
/gem5/system/alpha/h/pci.h
/gem5/system/alpha/h/ppec.h
/gem5/system/alpha/h/prtrace.h
/gem5/system/alpha/h/regdefs.h
/gem5/system/alpha/h/rom.h
/gem5/system/alpha/h/romhead.h
/gem5/system/alpha/h/rpb.h
/gem5/system/alpha/h/server_t.h
/gem5/system/alpha/h/ssb.h
/gem5/system/alpha/h/sys.h
/gem5/system/alpha/h/system.h
/gem5/system/alpha/h/tftp.h
/gem5/system/alpha/h/tga.h
/gem5/system/alpha/h/tga_crystal.h
/gem5/system/alpha/h/uart.h
/gem5/system/alpha/h/udp.h
/gem5/system/alpha/h/wga.h
/gem5/system/alpha/h/xlate.h
/gem5/system/alpha/h/xxm.h
/gem5/system/alpha/h/xxmmem.h
/gem5/system/alpha/palcode/Makefile
/gem5/system/alpha/palcode/cserve.h
/gem5/system/alpha/palcode/dc21164.h
/gem5/system/alpha/palcode/dc21164FromGasSources.h
/gem5/system/alpha/palcode/ev5_alpha_defs.h
/gem5/system/alpha/palcode/ev5_defs.h
/gem5/system/alpha/palcode/ev5_impure.h
/gem5/system/alpha/palcode/ev5_osfalpha_defs.h
/gem5/system/alpha/palcode/ev5_paldef.h
/gem5/system/alpha/palcode/fromHudsonMacros.h
/gem5/system/alpha/palcode/fromHudsonOsf.h
/gem5/system/alpha/palcode/macros.h
/gem5/system/alpha/palcode/osf.h
/gem5/system/alpha/palcode/osfpal.nh
/gem5/system/alpha/palcode/osfpal.s
/gem5/system/alpha/palcode/platform.h
/gem5/system/alpha/palcode/platform_srcmax.s
/gem5/system/alpha/palcode/platform_tlaser.s
/gem5/system/alpha/palcode/simos.h
/gem5/system/alpha/palcode/xxm.sed