Home
last modified time | relevance | path

Searched refs:SA64 (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkmdb_start.s68 sub %g1, SA64(MINFRAME) + V9BIAS64, %sp
71 save %sp, -SA64(MINFRAME64), %sp
H A Dclient_handler.s48 save %sp, -SA64(MINFRAME64), %sp ! 32 bit frame, 64 bit sized
/titanic_41/usr/src/uts/intel/ia32/sys/
H A Dstack.h107 #define SA64(x) (((x)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1)) macro
114 #define SA(x) SA64(x)
/titanic_41/usr/src/uts/sparc/sys/
H A Dstack.h110 #define SA64(X) (((X)+(STACK_ALIGN64-1)) & ~(STACK_ALIGN64-1)) macro
122 #define SA(x) SA64(x)
/titanic_41/usr/src/uts/sun4/ml/
H A Dlocore.s128 save %sp, -SA64(MINFRAME64), %sp ! 64 bit save
/titanic_41/usr/src/uts/sun4v/ml/
H A Dmach_locore.s1654 save %sp, -SA64(MINFRAME64), %sp ! 32 bit frame, 64 bit sized
/titanic_41/usr/src/uts/sun4u/ml/
H A Dmach_locore.s1600 save %sp, -SA64(MINFRAME64), %sp ! 32 bit frame, 64 bit sized
/titanic_41/usr/src/cmd/truss/
H A Dfcall.c1017 minsize = SA64(MINFRAME64); in callstack_info()