Searched refs:mc_out (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Ducontext.h37 __uint64_t mc_out[8]; member in struct:__mcontext
46 #define _mc_sp mc_out[6]
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dsignalcontext.c66 mc->mc_out[0] = sig;
67 mc->mc_out[1] = (uint64_t)&sfp->sf_si;
68 mc->mc_out[2] = (uint64_t)&sfp->sf_uc;
69 mc->mc_out[6] = (uint64_t)fp - SPOFF;
H A Dmakecontext.c69 mc->mc_out[i] = va_arg(ap, uint64_t);
73 mc->mc_out[6] = sp - SPOFF - sizeof(struct frame);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmachdep.c778 mc->mc_out[0] = 0;
779 mc->mc_out[1] = 0;
781 mc->mc_out[0] = tf->tf_out[0];
782 mc->mc_out[1] = tf->tf_out[1];
784 mc->mc_out[2] = tf->tf_out[2];
785 mc->mc_out[3] = tf->tf_out[3];
786 mc->mc_out[4] = tf->tf_out[4];
787 mc->mc_out[5] = tf->tf_out[5];
788 mc->mc_out[6] = tf->tf_out[6];
789 mc->mc_out[
[all...]

Completed in 118 milliseconds