Searched refs:REGOFF (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libc/amd64/threads/ |
H A D | asm_subr.S | 117 #define REGOFF(reg) (reg * CLONGSIZE) macro 124 subq $REGOFF(_NGREG), %rsp 125 movq %r15, REGOFF(REG_R15) (%rsp) 126 movq %r14, REGOFF(REG_R14) (%rsp) 127 movq %r13, REGOFF(REG_R13) (%rsp) 128 movq %r12, REGOFF(REG_R12) (%rsp) 129 movq %r11, REGOFF(REG_R11) (%rsp) 130 movq %r10, REGOFF(REG_R10) (%rsp) 131 movq %r9, REGOFF(REG_R9) (%rsp) 132 movq %r8, REGOFF(REG_R8) (%rsp) [all …]
|
/illumos-gate/usr/src/uts/sparc/v7/sys/ |
H A D | machpcb.h | 55 #define REGOFF MINFRAME macro 63 char mpcb_frame[REGOFF]; 92 ((caddr_t)(lwp)->lwp_regs - REGOFF))
|
/illumos-gate/usr/src/uts/sparc/v9/sys/ |
H A D | machpcb.h | 58 #define REGOFF SA(MINFRAME) macro 66 char mpcb_frame[REGOFF]; 96 ((caddr_t)(lwp)->lwp_regs - REGOFF))
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.S | 46 ! REGOFF must add up to allow double word access to r_tstate. 49 #if (REGOFF & 7) != 0 319 add %sp, REGOFF + STACK_BIAS, %o0 321 #if (REGOFF != MPCB_REGS)
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.S | 45 ! REGOFF must add up to allow double word access to r_tstate. 48 #if (REGOFF & 7) != 0 310 add %sp, REGOFF + STACK_BIAS, %o0 312 #if (REGOFF != MPCB_REGS)
|
/illumos-gate/usr/src/uts/sparc/dtrace/ |
H A D | dtrace_isa.c | 803 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF); in dtrace_getreg() 856 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF); in dtrace_getreg()
|
H A D | fasttrap_isa.c | 1423 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF); in fasttrap_getreg() 1522 mpcb = (struct machpcb *)((caddr_t)rp - REGOFF); in fasttrap_putreg()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | mlsetup.c | 147 t0.t_stk = (caddr_t)rp - REGOFF; in mlsetup()
|
H A D | machdep.c | 208 bcopy(lwp->lwp_regs, clwp->lwp_regs, sizeof (struct machpcb) - REGOFF); in lwp_forkregs()
|