Home
last modified time | relevance | path

Searched refs:HATSTACKSIZE (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/arch/shark/isa/
Dclock.c243 #define HATSTACKSIZE 1024 macro
246 unsigned char hatStack[HATSTACKSIZE];
375 hatStack + HATSTACKSIZE - sizeof(unsigned), in clockintr()
/netbsd/src/sys/arch/shark/shark/
Dprofile.c89 #define HATSTACKSIZE 1024 /* size of stack used during a FIQ */ macro
90 static unsigned char hatStack[HATSTACKSIZE]; /* actual stack used
375 hatStack + HATSTACKSIZE - sizeof(unsigned), in profStart()
Dscr.c552 #define HATSTACKSIZE 1024 /* size of stack used during a FIQ */ macro
553 static unsigned char hatStack[HATSTACKSIZE]; /* actual stack used during a FIQ */
3457 hatStack + HATSTACKSIZE - sizeof(unsigned), in scrClkStart()