Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/sparc/inc/sparc/
H A Dasm_linkage.h268 #define SAVE_WINDOW(SBP) \ argument
269 std %l0, [SBP + (0*4)]; \
270 std %l2, [SBP + (2*4)]; \
271 std %l4, [SBP + (4*4)]; \
272 std %l6, [SBP + (6*4)]; \
273 std %i0, [SBP + (8*4)]; \
274 std %i2, [SBP + (10*4)]; \
275 std %i4, [SBP + (12*4)]; \
276 std %i6, [SBP + (14*4)];
278 #define RESTORE_WINDOW(SBP) \ argument
[all …]
/titanic_41/usr/src/uts/sparc/v9/sys/
H A Dprivregs.h128 #define SAVE_V8WINDOW(SBP) \ argument
129 st %l0, [SBP + (0*4)]; \
130 st %l1, [SBP + (1*4)]; \
131 st %l2, [SBP + (2*4)]; \
132 st %l3, [SBP + (3*4)]; \
133 st %l4, [SBP + (4*4)]; \
134 st %l5, [SBP + (5*4)]; \
135 st %l6, [SBP + (6*4)]; \
136 st %l7, [SBP + (7*4)]; \
137 st %i0, [SBP + (8*4)]; \
[all …]
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h102 #define VFS_STATFS(VFSP, SBP) (*(VFSP)->vfs_op->vfs_statfs)(VFSP,SBP) argument