Home
last modified time | relevance | path

Searched refs:CLONGSIZE (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/brand/common/
H A Dbrand_asm.h74 #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 Dsyscall.S53 save %sp, -SA(MINFRAME + 2*CLONGSIZE), %sp
56 ldn [%fp + STACK_BIAS + MINFRAME + CLONGSIZE], %g1
60 ldn [%fp + STACK_BIAS + MINFRAME + 2*CLONGSIZE], %g1
96 save %sp, -SA(MINFRAME + 2*CLONGSIZE), %sp
101 ldn [%fp + STACK_BIAS + MINFRAME + 2*CLONGSIZE], %g1
105 ldn [%fp + STACK_BIAS + MINFRAME + 3*CLONGSIZE], %g1
113 stn %g1, [%i0 + CLONGSIZE]
117 stn %o1, [%i0 + CLONGSIZE]
136 ldn [%sp + STACK_BIAS + MINFRAME + CLONGSIZE], %o5
141 stn %o1, [%g1 + CLONGSIZE]
[all …]
H A Ddoor.S44 #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 Dgettimeofday.S70 stn %o2, [%o5 + CLONGSIZE]
H A D__clock_gettime.S46 stn %o1, [%o5 + CLONGSIZE]
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Ddoor.S44 #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 Ddoor.S46 #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 Dasm_linkage.h65 #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 Dtraptrace.h178 addq $CLONGSIZE, scr1; \
193 addl $CLONGSIZE, scr1; \
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_xc.S119 #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 Dmach_xc.S121 #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 Dasm_linkage.h51 #define CLONGSIZE (1<<CLONGSHIFT) macro
53 #define CLONGMASK (CLONGSIZE - 1)
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dllseek.S43 #if CLONGSIZE == 8 /* from sys/asm_linkage.h */
/illumos-gate/usr/src/uts/intel/ml/
H A Dswtch.S386 addq $CLONGSIZE, %rsp
461 addq $CLONGSIZE, %rsp
508 addq $CLONGSIZE, %rsp
H A Dexception.S224 movq (%rdx, %rbx, CLONGSIZE), %rax; /* get cpu[i] */ \
641 leaq (%r11, %rax, CLONGSIZE), %r11
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachthread.h57 #if CPUSET_SIZE > CLONGSIZE
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dhyperevent.S85 addq $_CONST(_MUL(4, CLONGSIZE)), %rsp
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dfast_trap_asm.S73 movl CLONGSIZE(%rsp), %edx
H A Dinterrupt.S97 .align CLONGSIZE
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.S632 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 Dcommon_asm.S264 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 Dcommon_asm.S425 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 Dmachclock.h123 ldn [hrestnsec + CLONGSIZE], hrestnsec; \
H A Dmachthread.h98 #if CPUSET_SIZE > CLONGSIZE
/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dasm_subr.S117 #define REGOFF(reg) (reg * CLONGSIZE)

12