/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | rm_platter.h | 117 char ct_stack1[DEFAULTSTKSZ]; /* dblfault */ 119 char ct_stack2[DEFAULTSTKSZ]; /* nmi */ 120 char ct_stack3[DEFAULTSTKSZ]; /* mce */
|
H A D | machparam.h | 118 #define DEFAULTSTKSZ (DEFAULTSTKSZ_NPGS * PAGESIZE) macro 120 #define DEFAULTSTKSZ _MUL(DEFAULTSTKSZ_NPGS, PAGESIZE) /* as(1) lameness */
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | exception.S | 111 DGDEF3(dblfault_stack0, DEFAULTSTKSZ, MMU_PAGESIZE) 112 .fill DEFAULTSTKSZ, 1, 0 113 DGDEF3(nmi_stack0, DEFAULTSTKSZ, MMU_PAGESIZE) 114 .fill DEFAULTSTKSZ, 1, 0 115 DGDEF3(mce_stack0, DEFAULTSTKSZ, MMU_PAGESIZE) 116 .fill DEFAULTSTKSZ, 1, 0
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | machparam.h | 141 #define DEFAULTSTKSZ (3*PAGESIZE) macro 146 #define T0STKSZ (2 * DEFAULTSTKSZ)
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | machparam.h | 173 #define DEFAULTSTKSZ (3*PAGESIZE) macro 178 #define T0STKSZ (2 * DEFAULTSTKSZ)
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_param.h | 133 #define DEFAULTSTKSZ _mdb_ks_defaultstksz macro
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | desctbls.c | 127 extern char dblfault_stack0[DEFAULTSTKSZ]; 128 extern char nmi_stack0[DEFAULTSTKSZ]; 129 extern char mce_stack0[DEFAULTSTKSZ];
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | locore.S | 120 .comm t0stack, DEFAULTSTKSZ, 32 149 addq $_CONST(DEFAULTSTKSZ - REGSIZE), %rsp
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | thread.c | 119 #define MAX_STKSIZE (32 * DEFAULTSTKSZ) 120 #define MIN_STKSIZE DEFAULTSTKSZ 246 default_stksize = DEFAULTSTKSZ; in thread_init() 251 (int)DEFAULTSTKSZ); in thread_init() 252 default_stksize = DEFAULTSTKSZ; in thread_init()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | param.h | 407 #define DEFAULTSTKSZ _defaultstksz macro
|
H A D | cpuvar.h | 304 #define INTR_STACK_SIZE MAX(DEFAULTSTKSZ, PAGESIZE)
|
/illumos-gate/usr/src/uts/common/conf/ |
H A D | param.c | 122 const unsigned long _defaultstksz = (unsigned long)DEFAULTSTKSZ;
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | platsvc.c | 281 ps_suspend_thread = thread_create(NULL, 2 * DEFAULTSTKSZ, in ps_init()
|
H A D | vsw_ldc.c | 628 ldcp->tx_thread = thread_create(NULL, 2 * DEFAULTSTKSZ, in vsw_ldc_attach() 4314 ldcp->rcv_thread = thread_create(NULL, 2 * DEFAULTSTKSZ, in vsw_send_dring_info() 4323 ldcp->msg_thread = thread_create(NULL, 2 * DEFAULTSTKSZ, in vsw_send_dring_info()
|
H A D | vsw_switching.c | 241 vswp->sw_thread = thread_create(NULL, 2 * DEFAULTSTKSZ, in vsw_setup_switching_start()
|
H A D | vnet_gen.c | 3595 2 * DEFAULTSTKSZ, vgen_ldc_msg_worker, ldcp, 0, in vgen_handshake_phase3()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu.c | 497 oplmsu_bthrd_id = thread_create(NULL, 2 * DEFAULTSTKSZ, in oplmsu_open()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modsysfile.c | 2020 (void) thread_create(NULL, DEFAULTSTKSZ * 2, in hwc_parse()
|
H A D | modctl.c | 3466 (void) thread_create(NULL, DEFAULTSTKSZ * 2, in mod_load()
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 1185 len = DEFAULTSTKSZ; len >= MMU_PAGESIZE; in hat_pcp_setup()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 3548 (void) thread_create(NULL, DEFAULTSTKSZ * 2, in kobj_open()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 957 if (thread_create(NULL, DEFAULTSTKSZ, in fcip_port_attach()
|