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

/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp.h83 | r11 on startup === `vuserf'
140 qt_function_t *vuserf,
143 #define QUICKTHREADS_VARGS(sp, nbytes, vargs, pt, startup, vuserf, cleanup) \
145 (qt_function_t *) startup, (qt_function_t *)vuserf, \
H A Dm88k.h66 | r16 on startup === `vuserf'
140 qt_function_t *vuserf,
143 #define QUICKTHREADS_VARGS(sp, nbytes, vargs, pt, startup, vuserf, cleanup) \
145 (qt_function_t *)vuserf, (qt_function_t *)cleanup))
H A Dksr1.h98 | vuserf
149 #define QUICKTHREADS_VARGS(sp, nb, vargs, pt, startup, vuserf, cleanup) \
150 (qt_vargs (sp, nbytes, &vargs, pt, startup, vuserf, cleanup))
H A Dpowerpc.c40 qt_vuserf_t *vuserf, qt_cleanup_t *cleanup)
47 qt_vuserf_t *vuserf, qt_cleanup_t *cleanup)
66 QUICKTHREADS_SPUT (QUICKTHREADS_VADJ(sp), QUICKTHREADS_VUSERF_INDEX, vuserf); 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.c71 qt_function_t *vuserf, qt_function_t *cleanup)
108 QUICKTHREADS_SPUT (QUICKTHREADS_VADJ(sp), QUICKTHREADS_VUSERF_INDEX, vuserf); 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
H A Daxp.c92 qt_function_t *vuserf, qt_function_t *cleanup)
130 QUICKTHREADS_SPUT (QUICKTHREADS_VADJ(sp), QUICKTHREADS_VUSERF_INDEX, vuserf); local
90 qt_vargs(struct qt_t *qsp, int nbytes, struct va_list *vargs, void *pt, qt_function_t *startup, qt_function_t *vuserf, qt_function_t *cleanup) argument
H A Dpowerpc_mach.h580 #define QUICKTHREADS_VARGS(sp, nbytes, vargs, pt, startup, vuserf, cleanup) \
581 ((qt_t *)qt_vargs_stdarg (sp, nbytes, vargs, pt, startup, vuserf, cleanup))
H A Dpowerpc_sys5.h535 #define QUICKTHREADS_VARGS(sp, nbytes, vargs, pt, startup, vuserf, cleanup) \
536 ((qt_t *)qt_vargs_stdarg (sp, nbytes, vargs, pt, startup, vuserf, cleanup))
/gem5/ext/systemc/src/sysc/qt/
H A Dqt.c15 qt_vuserf_t *vuserf, qt_cleanup_t *cleanup)
33 QT_SPUT (QT_VADJ(sp), QT_VUSERF_INDEX, vuserf); 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.h146 qt_vuserf_t *vuserf, qt_cleanup_t *cleanup);
149 #define QUICKTHREADS_VARGS(sp, nbytes, vargs, pt, startup, vuserf, cleanup) \
150 (qt_vargs (sp, nbytes, vargs, pt, startup, vuserf, cleanup))

Completed in 15 milliseconds