Searched refs:mc_scratch (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/ia64/include/
H A Ducontext.h59 * If set, indicates that mc_scratch and mc_scratch_fp are both
87 struct _caller_saved mc_scratch; member in struct:__mcontext
/freebsd-9.3-release/sys/ia64/ia64/
H A Dunaligned.c85 p = &mc->mc_scratch.gr14;
94 p = &mc->mc_scratch.gr8;
100 p = &mc->mc_scratch.gr2;
H A Dmachdep.c1209 mc->mc_scratch = tf->tf_scratch;
1211 mc->mc_scratch.gr8 = 0;
1212 mc->mc_scratch.gr9 = 0;
1213 mc->mc_scratch.gr10 = 0;
1214 mc->mc_scratch.gr11 = 0;
1218 mc->mc_scratch = tf->tf_scratch;
1269 tf->tf_scratch = mc->mc_scratch;
1280 tf->tf_scratch = mc->mc_scratch;

Completed in 108 milliseconds