Searched refs:startup (Results 1 - 25 of 114) sorted by relevance

12345

/gem5/src/learning_gem5/part2/
H A Dhello_object.hh71 void startup();
H A Dhello_object.cc52 HelloObject::startup() function in class:HelloObject
/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp.h59 | r12 on startup === `only'
60 | r11 on startup === `userf'
61 | r10 on startup === `qt'
62 | r9 on startup === `qu'
63 | r26 on startup === qt_start <--- qt.sp
66 Conventions for varargs startup:
82 | r12 on startup === `startup'
83 | r11 on startup === `vuserf'
84 | r10 on startup
[all...]
H A Dm88k.h29 | r30 (fp) on startup === 0
38 | r17 on startup === `only'
39 | r16 on startup === `userf'
40 | r15 on startup === `pt'
41 | r14 on startup === `pu'
42 | r1 on startup === `qt_start'
65 | r17 on startup === `startup'
66 | r16 on startup === `vuserf'
67 | r15 on startup
[all...]
H A Dksr1.h35 This is what we want on startup:
49 This is why we want this on startup:
60 startup, this is a jump to qt_start$TXT. (The block procedure stores
85 The pointer to the startup code is *not* `qt_start'. It is the
89 On varargs startup (still unimplemented):
99 | startup
149 #define QUICKTHREADS_VARGS(sp, nb, vargs, pt, startup, vuserf, cleanup) \
150 (qt_vargs (sp, nbytes, &vargs, pt, startup, vuserf, cleanup))
H A Dpowerpc.c39 void *pt, qt_startup_t *startup,
46 void *pt, qt_startup_t *startup,
65 QUICKTHREADS_SPUT (QUICKTHREADS_VADJ(sp), QUICKTHREADS_VSTARTUP_INDEX, startup); local
45 qt_vargs_stdarg(qt_t *sp, int nbytes, va_list vargs, void *pt, qt_startup_t *startup, qt_vuserf_t *vuserf, qt_cleanup_t *cleanup) argument
H A Dm88k.c58 at the base of the stack to ensure the startup routine doesn't read
70 void *pt, qt_function_t *startup,
107 QUICKTHREADS_SPUT (QUICKTHREADS_VADJ(sp), QUICKTHREADS_VSTARTUP_INDEX, startup); local
69 qt_vargs(struct qt_t *qsp, int nbytes, void *vargs, void *pt, qt_function_t *startup, qt_function_t *vuserf, qt_function_t *cleanup) argument
/gem5/src/mem/probes/
H A Dmem_trace.hh64 void startup() override;
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dfeeder.hh68 void startup() override;
H A Dfeeder.cc49 Feeder::startup() function in class:Feeder
/gem5/ext/systemc/src/sysc/qt/
H A Dqt.c14 void *pt, qt_startup_t *startup,
32 QT_SPUT (QT_VADJ(sp), QT_VSTARTUP_INDEX, startup); local
13 qt_vargs(qt_t *sp, int nbytes, void *vargs, void *pt, qt_startup_t *startup, qt_vuserf_t *vuserf, qt_cleanup_t *cleanup) argument
H A Dqt.h66 it does all startup and cleanup, and also calls the user's
70 /* For varargs, call `startup', then call the user's function,
145 void *pt, qt_startup_t *startup,
149 #define QUICKTHREADS_VARGS(sp, nbytes, vargs, pt, startup, vuserf, cleanup) \
150 (qt_vargs (sp, nbytes, vargs, pt, startup, vuserf, cleanup))
/gem5/src/arch/power/
H A Disa.hh135 void startup(ThreadContext *tc) {} function in class:PowerISA::ISA
137 /// Explicitly import the otherwise hidden startup
138 using SimObject::startup;
/gem5/src/arch/riscv/
H A Disa.hh91 void startup(ThreadContext *tc) {} function in class:RiscvISA::ISA
93 /// Explicitly import the otherwise hidden startup
94 using SimObject::startup;
/gem5/src/arch/arm/kvm/
H A Dbase_cpu.hh55 void startup() override;
/gem5/src/systemc/core/
H A Dkernel.hh55 void startup() override;
/gem5/src/dev/mips/
H A Dmalta_io.cc145 MaltaIO::startup() function in class:MaltaIO
147 rtc.startup();
148 pitimer.startup();
/gem5/src/sim/power/
H A Dmathexpr_powermodel.hh87 void startup();
/gem5/src/arch/arm/freebsd/
H A Dsystem.hh77 void startup();
/gem5/src/sim/
H A Droot.hh106 /** Schedule the timesync event at startup().
108 void startup() override;
/gem5/src/arch/alpha/
H A Disa.hh147 void startup(ThreadContext *tc) {} function in class:AlphaISA::ISA
149 /// Explicitly import the otherwise hidden startup
150 using SimObject::startup;
H A Dsystem.hh66 /** Override startup() to provide a path to call setupFuncEvents()
68 void startup() override;
/gem5/src/arch/x86/
H A Disa.hh140 void startup(ThreadContext *tc);
142 /// Explicitly import the otherwise hidden startup
143 using SimObject::startup;
/gem5/src/dev/x86/
H A Di8254.cc96 X86ISA::I8254::startup() function in class:X86ISA::I8254
98 pit.startup();
/gem5/src/dev/alpha/
H A Dbackdoor.hh110 void startup() override;

Completed in 21 milliseconds

12345