Home
last modified time | relevance | path

Searched refs:stack (Results 51 – 75 of 337) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/common/ficl/softcore/
H A Djhlocal.fr3 \ ** stack comment style local syntax...
6 \ from the stack. Those after the "|" are zero initialized.
20 \ "ficlInstruction0" is the FICL instruction for "push a 0 on the data stack".
48 \ f floating-point (use floating stack)
49 \ i integer (use data stack)
56 \ (single-cell data stack) local.
115 \ stack locals until we hit a delimiter
176 \ stack locals until we hit a delimiter
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtparm.c109 stack[stack_ptr].num = x; \
112 #define npop() (stack_ptr > 0 ? stack[--stack_ptr].num : 0)
113 #define spop() (stack_ptr > 0 ? stack[--stack_ptr].str : NULL)
136 stack_frame stack[STACKSIZE]; in tparm() local
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A DMakefile41 stack.h \
59 $(ROOTDIR)/stack.h := LINK_TARGET = ../../sys/stack.h
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.S92 subl $16,%esp / give ourselves some working room on the stack
97 movups (%esp), %xmm0 / unaligned load from stack into xmm0
98 addl $16,%esp / restore stack position
118 popl %esi / restore stack config
144 popl %esi / restore stack config
171 popl %esi / restore stack config
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.S60 eslave_stack: ! top of slave cpu stack
62 estack: ! top of cprboot stack
105 ! switch to new stack
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dpowf.S32 / does because y is placed on the NPX stack.
111 fstp %st(0) / stack empty
327 / y cannot be 0 or NaN ; stack has y , x
336 / y cannot be 0 or NaN ; stack has y , x
354 fstp %st(0) / stack empty
373 fstp %st(0) / stack empty
379 fstp %st(0) / stack empty
389 fstp %st(0) / stack empty
395 fstp %st(0) / stack empty
402 fstp %st(0) / stack empty
[all …]
H A Dpowl.S107 fstp %st(0) / stack empty
241 fstp %st(0) / stack empty
319 / y cannot be 0 or NaN ; stack has y , x
328 / y cannot be 0 or NaN ; stack has y , x
346 fstp %st(0) / stack empty
365 fstp %st(0) / stack empty
371 fstp %st(0) / stack empty
381 fstp %st(0) / stack empty
387 fstp %st(0) / stack empty
394 fstp %st(0) / stack empty
[all …]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.S107 fstp %st(0) / stack empty
232 fstp %st(0) / stack empty
307 / y cannot be 0 or NaN ; stack has y , x
315 / y cannot be 0 or NaN ; stack has y , x
332 fstp %st(0) / stack empty
350 fstp %st(0) / stack empty
356 fstp %st(0) / stack empty
366 fstp %st(0) / stack empty
372 fstp %st(0) / stack empty
379 fstp %st(0) / stack empty
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c104 stack[stack_ptr].num = x; stack_ptr++; }
105 #define npop() (stack_ptr > 0 ? stack[--stack_ptr].num : 0)
106 #define spop() (stack_ptr > 0 ? stack[--stack_ptr].str : (char *) 0)
133 stack_frame stack[STACKSIZE]; local
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Daddrs.c10 int stack = 0; in main() local
21 printf(" stack: 0x%p\n", &stack); in main()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_hooks.c232 static struct scope_hook_list *pop_scope_hook_list(struct scope_hook_stack **stack) in pop_scope_hook_list() argument
236 hook_list = last_ptr_list((struct ptr_list *)*stack); in pop_scope_hook_list()
237 delete_ptr_list_last((struct ptr_list **)stack); in pop_scope_hook_list()
241 static void push_scope_hook_list(struct scope_hook_stack **stack, struct scope_hook_list *l) in push_scope_hook_list() argument
243 add_ptr_list(stack, l); in push_scope_hook_list()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c192 uintptr_t *stack; in fasttrap_anarg() local
201 stack = (uintptr_t *)rp->r_sp; in fasttrap_anarg()
206 uint32_t *stack = (uint32_t *)rp->r_sp; in fasttrap_anarg() local
707 uintptr_t *stack = (uintptr_t *)rp->r_sp; in fasttrap_usdt_args64() local
728 uint32_t *stack = (uint32_t *)rp->r_sp; in fasttrap_usdt_args32() local
972 uint32_t *stack = (uint32_t *)rp->r_sp; in fasttrap_pid_probe() local
981 s0 = fasttrap_fuword32_noerr(&stack[0]); in fasttrap_pid_probe()
982 s1 = fasttrap_fuword32_noerr(&stack[1]); in fasttrap_pid_probe()
983 s2 = fasttrap_fuword32_noerr(&stack[2]); in fasttrap_pid_probe()
984 s3 = fasttrap_fuword32_noerr(&stack[3]); in fasttrap_pid_probe()
[all …]
H A Dfbt.c78 fbt_invop(uintptr_t addr, uintptr_t *stack, uintptr_t rval) in fbt_invop() argument
95 CPU->cpu_dtrace_caller = stack[i++]; in fbt_invop()
103 stack0 = stack[i++]; in fbt_invop()
104 stack1 = stack[i++]; in fbt_invop()
105 stack2 = stack[i++]; in fbt_invop()
106 stack3 = stack[i++]; in fbt_invop()
107 stack4 = stack[i++]; in fbt_invop()
123 CPU->cpu_dtrace_caller = stack[0]; in fbt_invop()
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S24 .set MEM_ESP0,0x1800 # Supervisor stack
26 .set MEM_ESPR,0x5e00 # Real mode stack
135 mov $MEM_ESP0,%sp # stack
203 movw %cx,%ss # stack
241 movl $MEM_ESP0,%esp # Clear stack
563 movsl # to kernel stack
633 movl MEM_ESPR-0x04,%esp # Switch to kernel stack
653 leal -0x18(%esi),%edi # Kernel stack GP regs
657 rep # real mode stack
658 movsl # to kernel stack
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxscan.c177 char* stack[4]; in scan() local
187 char** sp = &stack[0]; in scan()
200 if (sp <= &stack[0]) in scan()
408 if (sp >= &stack[elementsof(stack)]) in scan()
422 if (sp > &stack[0]) in scan()
423 format = (const char*)stack[0]; in scan()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.S257 ! storage on the stack.
325 ! stack
355 sub %sp, %l1, %sp ! grow our stack by amount required.
357 mov 0x5c, %l2 ! %l2 = index into stack & frame
364 st %l3, [%sp + %l2] ! stack onto current stack
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dstat.c342 find_cause(char *stack, int *cause_id, int *cause_priority) in find_cause() argument
353 while (stack != NULL) { in find_cause()
355 sep = strchr(stack, ' '); in find_cause()
361 found = lt_table_cause_from_stack(stack, &cause_temp, in find_cause()
372 stack = sep + 1; in find_cause()
374 stack = NULL; in find_cause()
512 lt_stat_update(pid_t pid, id_t tid, char *stack, char *tag, in lt_stat_update() argument
524 find_cause(stack, &stack_cause_id, &stack_priority); in lt_stat_update()
545 cause_id = lt_table_cause_from_name(stack, 1, in lt_stat_update()
547 lt_klog_log(LT_KLOG_LEVEL_UNMAPPED, pid, stack, type, value); in lt_stat_update()
[all …]
H A Dklog.c182 lt_klog_log(int level, pid_t pid, char *stack, in lt_klog_log() argument
213 str_len = strlen(stack) + 20; in lt_klog_log()
215 (void) snprintf(str, str_len, "%ld, \"%s\"", pid, stack); in lt_klog_log()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfex_log.c104 char *stack[1]; /* actual length is max(1,nstack) */ member
134 if (l->stack[0] != stk) in check_exc_list()
139 if (l->stack[i] != (char *)f->fr_savpc) { in check_exc_list()
157 l->stack[0] = stk; in check_exc_list()
159 l->stack[i] = (char *)fp->fr_savpc; in check_exc_list()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c526 EPGNO *stack; member
554 rc->stack = malloc(rc->ssize * sizeof(EPGNO));
555 if (rc->stack == NULL) {
571 free(rc->stack);
586 if (++rc->sp > rc->stack + rc->ssize) {
598 return (rc->sp == rc->stack) ? NULL : --rc->sp;
605 rc->sp = rc->stack;
617 e = realloc(rc->stack, rc->ssize * sizeof(EPGNO));
623 rc->stack = e;
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dboot.S54 movl $(stack + STACK_SIZE), %esp
79 .comm stack, STACK_SIZE
/illumos-gate/usr/src/lib/brand/shared/brand/amd64/
H A Dcrt.S57 pushq $0 / Build a stack frame. retpc = NULL
59 movq %rsp, %rbp / first stack frame
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.c149 L->top = (L->top - oldstack) + L->stack; in correctstack()
151 gco2uv(up)->v = (gco2uv(up)->v - oldstack) + L->stack; in correctstack()
153 ci->top = (ci->top - oldstack) + L->stack; in correctstack()
154 ci->func = (ci->func - oldstack) + L->stack; in correctstack()
156 ci->u.l.base = (ci->u.l.base - oldstack) + L->stack; in correctstack()
166 TValue *oldstack = L->stack; in luaD_reallocstack()
170 luaM_reallocvector(L, L->stack, L->stacksize, newsize, TValue); in luaD_reallocstack()
172 setnilvalue(L->stack + lim); /* erase new segment */ in luaD_reallocstack()
174 L->stack_last = L->stack + newsize - EXTRA_STACK; in luaD_reallocstack()
184 int needed = cast_int(L->top - L->stack) + n + EXTRA_STACK; in luaD_growstack()
[all …]
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dyaccpar75 YYSTYPE *yypv; /* top of value stack */
76 int *yyps; /* top of state stack */
131 YYSTYPE *yypvt = 0; /* top of value stack for $vars */
169 YYSTYPE *yy_pv; /* top of value stack */
170 int *yy_ps; /* top of state stack */
229 if ( ++yy_ps >= &yys[ yymaxdepth ] ) /* room on stack? */
265 yyerror( "yacc stack overflow" );
421 ** "error", pop stack
434 ** there is no state on stack with "error" as
481 ** put stack tops, etc. so things right after switch
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th45 \ The key that was pressed is added to the top of the stack in the form of its
46 \ decimal ASCII representation. Note: the stack cannot be empty when this
48 \ this is to pass 0 as a stack parameter (ie. `0 sgetkey'). This function is
50 \ show as 0 on the stack
56 drop \ Remove stack-cruft
94 : read ( c-addr/u -- ) \ Expects string prompt as stack input
110 drop \ Clean up stack cruft

12345678910>>...14