HomeSort by: relevance | last modified time | path
    Searched refs:HATSTACKSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/shark/isa/
clock.c 243 #define HATSTACKSIZE 1024
246 unsigned char hatStack[HATSTACKSIZE];
375 hatStack + HATSTACKSIZE - sizeof(unsigned),
  /src/sys/arch/shark/shark/
profile.c 89 #define HATSTACKSIZE 1024 /* size of stack used during a FIQ */
90 static unsigned char hatStack[HATSTACKSIZE]; /* actual stack used
375 hatStack + HATSTACKSIZE - sizeof(unsigned),
scr.c 553 #define HATSTACKSIZE 1024 /* size of stack used during a FIQ */
554 static unsigned char hatStack[HATSTACKSIZE]; /* actual stack used during a FIQ */
3458 hatStack + HATSTACKSIZE - sizeof(unsigned),

Completed in 14 milliseconds