HomeSort by: relevance | last modified time | path
    Searched defs:STACK (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
srt0.S 51 STACK = 0xfffff000 /* below the ROM page */
81 movl #STACK,%sp
311 movl %sp,_C_LABEL(_ssave) /* and current stack pointer */
323 movl _C_LABEL(_ssave),%sp /* manually restore stack */
  /src/sys/arch/luna68k/stand/boot/
locore.S 198 STACK = 0x800000
203 movl #STACK,%sp | set SP
299 btst #4,%a1@(8) | long (type B) stack frame?
348 tstw %sp@+ | do we need to clean up stack?
421 movl %a0,%sp@(60) | the user stack pointer
451 movl %a0,%sp@(60) | the user stack pointer
544 * necessitating a stack cleanup. A cleanup should only be needed at this
572 tstw %sp@+ | do we need to clean up stack?
  /src/games/atc/
input.c 125 } STACK;
127 #define T_RULE stack[level].rule
128 #define T_STATE stack[level].state
129 #define T_STR stack[level].str
130 #define T_POS stack[level].pos
131 #define T_CH stack[level].ch
213 static STACK stack[MAXDEPTH]; variable in typeref:typename:STACK[]
310 func = st[stack[i].state].rule[stack[i].rule].func
    [all...]
  /src/sys/dev/ic/
aic6360reg.h 93 #define STACK 0x1d /* Stack */
  /src/sys/dev/microcode/aic7xxx/
aic7xxx_reg.h 586 ahc_print_register(NULL, 0, "STACK", 0x6f, regvalue, cur_col, wrap)
1466 #define STACK 0x6f
aic79xx_reg.h 1888 ahd_print_register(NULL, 0, "STACK", 0xf2, regvalue, cur_col, wrap)
3495 #define STACK 0xf2

Completed in 17 milliseconds