Searched refs:hh (Results 1 - 15 of 15) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_events.hh43 #include <base/types.hh>
44 #include <sim/eventq.hh>
/gem5/util/systemc/gem5_within_systemc/
H A DMakefile57 sc_gem5_control.o: sc_gem5_control.cc sc_gem5_control.hh
58 sc_logger.o: sc_logger.cc sc_logger.hh
59 sc_module.o: sc_module.cc sc_module.hh
60 stats.o: stats.cc stats.hh
61 main.o: main.cc sc_logger.hh sc_module.hh stats.hh
/gem5/configs/example/
H A Dhmctest.py74 hh = system.hmc_host
76 system.tgen[2].port = hh.lmonitor[2].slave
77 hh.lmonitor[2].master = hh.seriallink[2].slave
78 system.tgen[3].port = hh.lmonitor[3].slave
79 hh.lmonitor[3].master = hh.seriallink[3].slave
81 system.tgen[2].port = hh.seriallink[2].slave
82 system.tgen[3].port = hh.seriallink[3].slave
86 hh
[all...]
/gem5/ext/sst/
H A DExtMaster.hh54 #include <sim/sim_object.hh>
55 #include <mem/packet.hh>
56 #include <mem/request.hh>
57 #include <mem/external_master.hh>
H A DExtSlave.hh50 #include <sim/sim_object.hh>
51 #include <mem/packet.hh>
52 #include <mem/request.hh>
53 #include <mem/external_slave.hh>
H A Dgem5.cc48 #include "gem5.hh"
55 #include <sim/core.hh>
56 #include <sim/init.hh>
57 #include <sim/init_signals.hh>
58 #include <sim/system.hh>
59 #include <sim/sim_object.hh>
60 #include <base/logging.hh>
61 #include <base/debug.hh>
H A Dgem5.hh54 #include <sim/simulate.hh>
56 #include "ExtMaster.hh"
57 #include "ExtSlave.hh"
H A DExtMaster.cc45 #include "gem5.hh"
51 #include <mem/packet.hh>
/gem5/util/cxx_config/
H A DMakefile56 stats.o: stats.cc stats.hh
57 main.o: main.cc stats.hh
/gem5/util/tlm/examples/common/
H A Dreport_handler.cc38 #include <sim/core.hh>
39 #include <sim/simulate.hh>
41 #include "report_handler.hh"
/gem5/configs/common/
H A DHMC.py360 hh = system.hmc_host
365 mb.master = hh.lmonitor[i].slave
366 hh.lmonitor[i].master = hh.seriallink[i].slave
368 mb.master = hh.seriallink[i].slave
372 mb.master = hh.lmonitor[0].slave
373 hh.lmonitor[0].master = hh.seriallink[0].slave
374 mb.master = hh.lmonitor[1].slave
375 hh
[all...]
/gem5/util/tlm/src/
H A Dsc_peq.hh44 #include <sim/eventq.hh>
/gem5/src/systemc/tlm_bridge/
H A Dsc_peq.hh44 #include <sim/eventq.hh>
/gem5/src/systemc/tests/systemc/misc/unit/data/user_guide/ch9/std_ulogic_datatype/
H A Dstd_ulogic_datatype.cpp350 std_ulogic hu, hx, h0, h1, hz, hw, hl, hh, hd; local
393 hl = v8 & v7; hh = v8 & v8; hd = v8 & v9;
446 hl = v8 | v7; hh = v8 | v8; hd = v8 | v9;
499 hl = v8 ^ v7; hh = v8 ^ v8; hd = v8 ^ v9;
/gem5/src/sim/
H A Dfutex_map.hh38 #include <cpu/thread_context.hh>

Completed in 21 milliseconds