Searched refs:QUICKTHREADS_STKALIGN (Results 1 - 13 of 13) sorted by relevance

/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.h121 #define QUICKTHREADS_STKALIGN 128 macro
125 #define QUICKTHREADS_STKBASE QUICKTHREADS_STKALIGN
H A Dmips.h79 #define QUICKTHREADS_STKALIGN (8) /* Doubleword aligned. */ macro
H A Daxp.h96 #define QUICKTHREADS_STKALIGN (16) macro
H A Dhppa.h120 #define QUICKTHREADS_STKALIGN (64) macro
H A Di386.h73 #define QUICKTHREADS_STKALIGN (16) macro
H A DiX86_64.h73 #define QUICKTHREADS_STKALIGN (16) macro
H A Dm88k.h82 #define QUICKTHREADS_STKALIGN (16) /* Doubleword aligned. */ macro
H A Dsparc.h85 #define QUICKTHREADS_STKALIGN (8) /* Doubleword aligned. */ macro
H A Dvax.h80 #define QUICKTHREADS_STKALIGN (4) macro
H A Dpowerpc_mach.h529 #define QUICKTHREADS_STKALIGN PPC_STACK_INCR macro
H A Dpowerpc_sys5.h484 #define QUICKTHREADS_STKALIGN PPC_STACK_INCR macro
/gem5/ext/systemc/src/sysc/qt/
H A Dqt.h37 #ifndef QUICKTHREADS_STKALIGN
42 (((bytes)+QUICKTHREADS_STKALIGN) & ~(QUICKTHREADS_STKALIGN-1))
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor_qt.cpp177 void* sto = stack_align( cor->m_stack, QUICKTHREADS_STKALIGN,
179 cor->m_sp = QUICKTHREADS_SP(sto, cor->m_stack_size - QUICKTHREADS_STKALIGN);

Completed in 18 milliseconds