Searched refs:name (Results 876 - 900 of 1016) sorted by relevance

<<31323334353637383940>>

/gem5/src/dev/arm/
H A Dgic_v3_its.hh21 * neither the name of the copyright holders nor the names of its
359 /** Returns the Gicv3Its name. Mainly used for DPRINTS */
360 const std::string name() const;
466 * the command (like the name) and the function object implementing
474 : name(_name), exec(_exec)
477 std::string name; member in struct:Gicv3Its::ItsCommand::DispatchEntry
H A Denergy_ctrl.cc21 * neither the name of the copyright holders nor the names of its
57 updateAckEvent([this]{ updatePLAck(); }, name())
H A Dpl111.cc21 * neither the name of the copyright holders nor the names of its
72 readEvent([this]{ readFramebuffer(); }, name()),
73 fillFifoEvent([this]{ fillFifo(); }, name()),
76 intEvent([this]{ generateInterrupt(); }, name()),
530 pic = simout.create(csprintf("%s.framebuffer.bmp", sys->name()),
H A Drtc_pl031.cc21 * neither the name of the copyright holders nor the names of its
55 matchEvent([this]{ counterMatch(); }, name())
/gem5/ext/ply/doc/
H A Dmakedoc.py7 # Every heading HTML tag (H1, H2 etc) is given an autogenerated name to link
8 # to. However, if the name is not an autogenerated name from a previous run,
11 # then change the heading link name to something that does not look like an
12 # autogenerated link name.
23 # Regexs for <a name="..."></a>
24 alink = re.compile(r"<a *name *= *\"(.*)\"></a>", re.IGNORECASE)
36 # The heading name was either non-existent or autogenerated,
58 name = "" variable
103 result.append("""<H2><a name
[all...]
/gem5/util/dist/
H A Dgem5-dist.sh26 # neither the name of the copyright holders nor the names of its
354 --dist-server-name=${HOSTS[0]} \
/gem5/ext/systemc/src/sysc/communication/
H A Dsc_prim_channel.cpp261 SC_REPORT_ERROR( SC_ID_NO_ASYNC_UPDATE_, prim_channel_.name() );
370 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
/gem5/util/tlm/examples/slave_port/
H A Dsc_target.cc16 * 3. Neither the name of the copyright holder nor the names of its
40 Target::Target(sc_core::sc_module_name name, argument
/gem5/src/sim/
H A Ddrain.cc21 * neither the name of the copyright holders nor the names of its
78 DPRINTF(Drain, "Failed to drain %s\n", temp->name());
/gem5/src/systemc/core/
H A Dprocess.hh11 * neither the name of the copyright holders nor the names of its
147 Process(const char *name, ProcessFuncWrapper *func, bool internal=false);
H A Dsensitivity.cc11 * neither the name of the copyright holders nor the names of its
71 process->name());
/gem5/src/systemc/ext/core/
H A Dsc_spawn.hh11 * neither the name of the copyright holders nor the names of its
72 Process *spawnWork(ProcessFuncWrapper *func, const char *name,
/gem5/src/systemc/tests/systemc/misc/unit/aproc_halt/disaproc2/
H A Ddisaproc2.cpp30 MODIFICATION LOG - modifiers, enter your name, affiliation, date and
82 cout << name() << " is exiting." << endl;
/gem5/ext/sst/
H A DExtMaster.cc20 // neither the name of the copyright holders nor the names of its
62 gem5(g), name(n)
/gem5/src/base/vnc/
H A Dvncserver.cc21 * neither the name of the copyright holders nor the names of its
178 name(), port);
194 panic("%s: cannot accept a connection if not listening!", name());
198 warn("%s: failed to accept VNC connection!", name());
476 memcpy(msg.name, "M5", 2);
/gem5/src/cpu/o3/probe/
H A Delastic_trace.hh21 * neither the name of the copyright holders nor the names of its
112 /** Returns the name of the trace probe listener. */
113 const std::string name() const;
/gem5/src/gpu-compute/
H A Dscoreboard_check_stage.cc17 * 3. Neither the name of the copyright holder nor the names of its
69 _name = computeUnit->name() + ".ScoreboardCheckStage";
/gem5/src/mem/slicc/ast/
H A DFuncCallExprAST.py13 # neither the name of the copyright holders nor the names of its
57 dflag = "%s" % (self.exprs[0].name)
112 self.error("Unrecognized function name: '%s'", func_name_args)
/gem5/ext/googletest/googletest/test/
H A Dgtest_output_test.py16 # * Neither the name of Google Inc. nor the names of its
54 IS_WINDOWS = os.name == 'nt'
136 # some compilers output the name of type 'unsigned int' as 'unsigned'
293 # We still have to remove type name specifics in all cases.
/gem5/configs/ruby/
H A DAMD_Base_Constructor.py16 # 3. Neither the name of the copyright holder nor the names of its
117 cpuCluster = Cluster(name="CPU Cluster", extBW = 8, intBW=8) # 16 GB/s
/gem5/src/arch/riscv/
H A Dfaults.cc14 * neither the name of the copyright holders nor the names of its
50 panic("Fault %s encountered at pc 0x%016llx.", name(), tc->pcState().pc());
H A Disa.cc13 * neither the name of the copyright holders nor the names of its
184 warn("Ignoring write to %s.\n", CSRData.at(misc_reg).name);
/gem5/src/cpu/
H A Dexetrace.cc24 * neither the name of the copyright holders nor the names of its
85 outs << thread->getCpuPtr()->name() << " ";
/gem5/src/python/m5/util/
H A Dgrammar.py11 # neither the name of the copyright holders nor the names of its
121 source = f.name
/gem5/src/arch/mips/
H A Dstacktrace.cc12 * neither the name of the copyright holders nor the names of its
80 ProcessInfo::name(Addr ksp) const function in class:ProcessInfo

Completed in 35 milliseconds

<<31323334353637383940>>