/illumos-gate/usr/src/uts/intel/brand/common/ |
H A D | brand_asm.h | 74 #define V_END (CLONGSIZE * 5) 75 #define V_SSP (CLONGSIZE * 3) 76 #define V_LWP (CLONGSIZE * 2) 77 #define V_URET_ADDR (CLONGSIZE * 1) 78 #define V_CB_ADDR (CLONGSIZE * 0) 97 #define V_U_EIP (CLONGSIZE * 0) 114 #define V_END (CLONGSIZE * 5) 115 #define V_U_EBX (CLONGSIZE * 3) 116 #define V_LWP (CLONGSIZE * 1) 117 #define V_CB_ADDR (CLONGSIZE * 0) [all …]
|
/illumos-gate/usr/src/lib/libc/sparc/sys/ |
H A D | syscall.S | 53 save %sp, -SA(MINFRAME + 2*CLONGSIZE), %sp 56 ldn [%fp + STACK_BIAS + MINFRAME + CLONGSIZE], %g1 60 ldn [%fp + STACK_BIAS + MINFRAME + 2*CLONGSIZE], %g1 62 stn %g1, [%sp + STACK_BIAS + MINFRAME + CLONGSIZE] ! arg 7 96 save %sp, -SA(MINFRAME + 2*CLONGSIZE), %sp 99 ldn [%fp + STACK_BIAS + MINFRAME + CLONGSIZE], %o5 ! arg5 101 ldn [%fp + STACK_BIAS + MINFRAME + 2*CLONGSIZE], %g1 105 ldn [%fp + STACK_BIAS + MINFRAME + 3*CLONGSIZE], %g1 106 stn %g1, [%sp + STACK_BIAS + MINFRAME + CLONGSIZE] ! arg7 113 stn %g1, [%i0 + CLONGSIZE] [all …]
|
H A D | door.S | 44 #define DOOR_COOKIE (SA(MINFRAME) + STACK_BIAS + 0*CLONGSIZE) 45 #define DOOR_DATA_PTR (SA(MINFRAME) + STACK_BIAS + 1*CLONGSIZE) 46 #define DOOR_DATA_SIZE (SA(MINFRAME) + STACK_BIAS + 2*CLONGSIZE) 47 #define DOOR_DESC_PTR (SA(MINFRAME) + STACK_BIAS + 3*CLONGSIZE) 48 #define DOOR_DESC_SIZE (SA(MINFRAME) + STACK_BIAS + 4*CLONGSIZE) 49 #define DOOR_PC (SA(MINFRAME) + STACK_BIAS + 5*CLONGSIZE) 50 #define DOOR_SERVERS (SA(MINFRAME) + STACK_BIAS + 6*CLONGSIZE) 51 #define DOOR_INFO_PTR (SA(MINFRAME) + STACK_BIAS + 7*CLONGSIZE)
|
H A D | gettimeofday.S | 70 stn %o2, [%o5 + CLONGSIZE]
|
H A D | __clock_gettime.S | 46 stn %o1, [%o5 + CLONGSIZE]
|
/illumos-gate/usr/src/lib/libc/amd64/sys/ |
H A D | door.S | 44 #define DOOR_COOKIE _MUL(0, CLONGSIZE) 45 #define DOOR_DATA_PTR _MUL(1, CLONGSIZE) 46 #define DOOR_DATA_SIZE _MUL(2, CLONGSIZE) 47 #define DOOR_DESC_PTR _MUL(3, CLONGSIZE) 48 #define DOOR_DESC_SIZE _MUL(4, CLONGSIZE) 49 #define DOOR_PC _MUL(5, CLONGSIZE) 50 #define DOOR_SERVERS _MUL(6, CLONGSIZE) 51 #define DOOR_INFO_PTR _MUL(7, CLONGSIZE)
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | door.S | 46 #define DOOR_COOKIE _MUL(0, CLONGSIZE) 47 #define DOOR_DATA_PTR _MUL(1, CLONGSIZE) 48 #define DOOR_DATA_SIZE _MUL(2, CLONGSIZE) 49 #define DOOR_DESC_PTR _MUL(3, CLONGSIZE) 50 #define DOOR_DESC_SIZE _MUL(4, CLONGSIZE) 51 #define DOOR_PC _MUL(5, CLONGSIZE) 52 #define DOOR_SERVERS _MUL(6, CLONGSIZE) 53 #define DOOR_INFO_PTR _MUL(7, CLONGSIZE)
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | asm_linkage.h | 65 #define CLONGSIZE 8 macro 69 #define CLONGSIZE 4 77 #define CPTRSIZE CLONGSIZE 80 #if CPTRSIZE != (1 << CPTRSHIFT) || CLONGSIZE != (1 << CLONGSHIFT) 84 #if CPTRMASK != (CPTRSIZE - 1) || CLONGMASK != (CLONGSIZE - 1)
|
H A D | traptrace.h | 178 addq $CLONGSIZE, scr1; \ 193 addl $CLONGSIZE, scr1; \
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_xc.S | 119 #if CPUSET_SIZE > CLONGSIZE 138 add %o1, CLONGSIZE, %o1 143 add %o1, CLONGSIZE, %o1 148 add %o1, CLONGSIZE, %o1 153 add %o1, CLONGSIZE, %o1
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_xc.S | 121 #if CPUSET_SIZE > CLONGSIZE 140 add %o1, CLONGSIZE, %o1 145 add %o1, CLONGSIZE, %o1 150 add %o1, CLONGSIZE, %o1 155 add %o1, CLONGSIZE, %o1
|
/illumos-gate/usr/src/uts/sparc/sys/ |
H A D | asm_linkage.h | 51 #define CLONGSIZE (1<<CLONGSHIFT) macro 53 #define CLONGMASK (CLONGSIZE - 1)
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | swtch.S | 386 addq $CLONGSIZE, %rsp 461 addq $CLONGSIZE, %rsp 508 addq $CLONGSIZE, %rsp
|
H A D | exception.S | 224 movq (%rdx, %rbx, CLONGSIZE), %rax; /* get cpu[i] */ \ 641 leaq (%r11, %rax, CLONGSIZE), %r11
|
/illumos-gate/usr/src/lib/libc/common/sys/ |
H A D | llseek.S | 43 #if CLONGSIZE == 8 /* from sys/asm_linkage.h */
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | machthread.h | 57 #if CPUSET_SIZE > CLONGSIZE
|
/illumos-gate/usr/src/uts/i86xpv/ml/ |
H A D | hyperevent.S | 85 addq $_CONST(_MUL(4, CLONGSIZE)), %rsp
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | fast_trap_asm.S | 73 movl CLONGSIZE(%rsp), %edx
|
H A D | interrupt.S | 97 .align CLONGSIZE
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.S | 632 ldx [%fp + STACK_BIAS + -CLONGSIZE], %l1 ! l1 = * dyndata 648 add %fp, STACK_BIAS - (LAREGSSZ + (2 * CLONGSIZE)), %o4 ! addr of new space. 762 add %l2, CLONGSIZE, %l2 779 ldx [%fp + STACK_BIAS + -CLONGSIZE], %l1
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.S | 264 stn %o2, [%o0 + CLONGSIZE] 294 ldn [%o4 + CLONGSIZE], %g2 ! Nanoseconds. 301 stn %g2, [%o0 + CLONGSIZE] ! Delay: store nanoseconds 428 ldn [%l2 + CLONGSIZE], %i3 442 stn %i3, [%l2 + CLONGSIZE] ! store the new hrestime
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.S | 425 stn %o2, [%o0 + CLONGSIZE] 455 ldn [%o4 + CLONGSIZE], %g2 ! Nanoseconds. 462 stn %g2, [%o0 + CLONGSIZE] ! Delay: store nanoseconds 589 ldn [%l2 + CLONGSIZE], %i3 603 stn %i3, [%l2 + CLONGSIZE] ! store the new hrestime
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | machclock.h | 123 ldn [hrestnsec + CLONGSIZE], hrestnsec; \
|
H A D | machthread.h | 98 #if CPUSET_SIZE > CLONGSIZE
|
/illumos-gate/usr/src/lib/libc/amd64/threads/ |
H A D | asm_subr.S | 117 #define REGOFF(reg) (reg * CLONGSIZE)
|