Searched refs:CPTRSIZE (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Drunexe.s59 sub %o0, CPTRSIZE + WINDOWSIZE + STACK_BIAS, %sp
H A Dcrt.s67 add %fp, + WINDOWSIZE + CPTRSIZE + STACK_BIAS, %o1
H A Dhandler.s141 ldn [%l3 + CPTRSIZE], %l4 /* number of args + rv flag */
/illumos-gate/usr/src/lib/brand/shared/brand/sys/
H A Dbrand_misc.h78 #define EH_ARGS_SIZE (CPTRSIZE * EH_ARGS_COUNT)
79 #define EH_ARGS_OFFSET(x) (STACK_BIAS + MINFRAME + (CPTRSIZE * (x)))
81 SIZEOF_SYSRET_T + CPTRSIZE)
119 #define EH_LOCALS_SYSRET2 (EH_LOCALS_SYSRET + CPTRSIZE)
121 #define EH_LOCALS_END (EH_LOCALS_RVFLAG + CPTRSIZE)
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s102 addl $CPTRSIZE, %ecx
113 xchgl CPTRSIZE(%ebp), %eax /* swap JMP table offset and ret addr */
137 movl CPTRSIZE(%edx), %ecx /* number of args + rv flag */
140 movl CPTRSIZE(%edx), %ecx /* number of args + rv flag */
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dasm_linkage.h96 #define CPTRSIZE CLONGSIZE macro
99 #if CPTRSIZE != (1 << CPTRSHIFT) || CLONGSIZE != (1 << CLONGSHIFT)
103 #if CPTRMASK != (CPTRSIZE - 1) || CLONGMASK != (CLONGSIZE - 1)
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h52 #define CPTRSIZE (1<<CPTRSHIFT) macro
54 #define CPTRMASK (CPTRSIZE - 1)
/illumos-gate/usr/src/lib/brand/shared/brand/amd64/
H A Dhandler.s111 addq $CPTRSIZE, %r12
125 xchgq CPTRSIZE(%rbp), %rax /* swap JMP table offset and ret addr */
148 movq CPTRSIZE(%r11), %r12 /* number of args + rv flag */
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s153 movl _CONST(_MUL(callback_id, CPTRSIZE))(%ebx), %ebx ;\
639 .align CPTRSIZE
H A Dsyscall_asm_amd64.s196 movq _CONST(_MUL(callback_id, CPTRSIZE))(%r15), %r15 ;\
1257 .align CPTRSIZE
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s105 .align CPTRSIZE; \
117 .align CPTRSIZE; \
136 .align CPTRSIZE; \
157 .align CPTRSIZE; \
247 .align CPTRSIZE; \
259 .align CPTRSIZE; \
287 .align CPTRSIZE; \
308 .align CPTRSIZE; \
H A Dlock_prim.s691 .align CPTRSIZE
714 .align CPTRSIZE
862 .align CPTRSIZE
885 .align CPTRSIZE
H A Di86_subr.s941 movq %rsi, CPTRSIZE(%rdi) /* entryp->back = predp */
944 movq %rdi, CPTRSIZE(%rax) /* predp->forw->back = entryp */
954 movl %edx, CPTRSIZE(%ecx) /* entryp->back = predp */
957 movl %ecx, CPTRSIZE(%eax) /* predp->forw->back = entryp */
981 movq CPTRSIZE(%rdi), %rdx /* entry->back */
983 movq %rdx, CPTRSIZE(%rax) /* entry->forw->back = entry->back */
992 movl CPTRSIZE(%ecx), %edx /* entry->back */
994 movl %edx, CPTRSIZE(%eax) /* entry->forw->back = entry->back */
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s98 .size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTRSIZE * (NCPU - 1))
H A Dtrap_table.s1584 smul %g1, CPTRSIZE, %g2
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s98 .size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTRSIZE * (NCPU - 1))
H A Dtrap_table.s1811 smul %g1, CPTRSIZE, %g2
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.s92 .align CPTRSIZE; \

Completed in 122 milliseconds