Searched refs:qt_blocki (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp.s21 .globl qt_blocki
39 .ent qt_blocki
40 qt_blocki: label
51 .end qt_blocki
128 ** `qt_blocki'. We get that for free since we don't touch $0
129 ** between the return from `qt_blocki' and the return from
145 jsr $26,qt_blocki /* Call helper. */
H A Dmips-irix5.s38 .globl qt_blocki
64 qt_blocki: label
120 ** leave 4 words leftover for `qt_blocki'.
123 ** `qt_blocki'. We get that for free since we don't touch $2
124 ** between the return from `qt_blocki' and the return from
136 jal qt_blocki
H A Dmips.s27 .globl qt_blocki
53 qt_blocki: label
106 ** leave 4 words leftover for `qt_blocki'.
109 ** `qt_blocki'. We get that for free since we don't touch $2
110 ** between the return from `qt_blocki' and the return from
122 jal qt_blocki
H A Di386.s35 .globl qt_blocki
70 qt_blocki: label
H A DiX86_64.s29 .globl qt_blocki
38 qt_blocki: label
H A Dpowerpc_mach.s69 * whether "qt_block", "qt_blocki" or "qt_abort" is used to resume it).
71 * call to "qt_blocki". As a result, the blocking of a thread always goes
72 * and returns through "qt_blocki and, if a thread was blocked by "qt_block",
167 .globl qt_blocki
241 void *qt_blocki (void *helper, void *a0, void *a1, void *newthread);
242 asm void *qt_blocki (void *helper, void *a0, void *a1, void *newthread)
249 qt_blocki: label
267 /* epilog code: return to the new thread's "qt_blocki" caller */
313 /* epilog code: return to the new thread's "qt_blocki" caller */
374 bl qt_blocki
[all...]
H A Dpowerpc_sys5.s62 * whether "qt_block", "qt_blocki" or "qt_abort" is used to resume it).
64 * call to "qt_blocki". As a result, the blocking of a thread always goes
65 * and returns through "qt_blocki and, if a thread was blocked by "qt_block",
161 .globl qt_blocki
239 void *qt_blocki (void *helper, void *a0, void *a1, void *newthread);
240 asm void *qt_blocki (void *helper, void *a0, void *a1, void *newthread)
247 qt_blocki: label
265 /* epilog code: return to the new thread's "qt_blocki" caller */
311 /* epilog code: return to the new thread's "qt_blocki" caller */
372 bl qt_blocki
[all...]
H A Dksr1.s18 .globl qt_blocki
19 .globl qt_blocki$TXT
82 qt_blocki: label
84 .word qt_blocki$TXT
89 qt_blocki$TXT:
272 .word qt_blocki
274 # Handle saving and restoring the FPU regs, relying on qt_blocki
305 finop ; jsr %c14, qt_blocki$TXT
335 # (qt_blocki). So when a new thread starts to run, it gets unblocked
H A Dhppa.s30 .EXPORT qt_blocki, ENTRY
43 qt_blocki label
120 bl qt_blocki,%rp
/gem5/ext/systemc/src/sysc/qt/
H A Dqt.h181 extern void *qt_blocki (qt_helper_t *h, void *a0, void *a1,
184 (qt_blocki (h, a0, a1, newthread))

Completed in 7 milliseconds