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

/freebsd-10.2-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-10.2-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.c1240 mc->mc_scratch = tf->tf_scratch;
1242 mc->mc_scratch.gr8 = 0;
1243 mc->mc_scratch.gr9 = 0;
1244 mc->mc_scratch.gr10 = 0;
1245 mc->mc_scratch.gr11 = 0;
1249 mc->mc_scratch = tf->tf_scratch;
1300 tf->tf_scratch = mc->mc_scratch;
1311 tf->tf_scratch = mc->mc_scratch;

Completed in 106 milliseconds