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

/netbsd-current/lib/libc/arch/vax/gen/
H A D__longjmp14.c46 __register_t jb_regs[6]; member in struct:_jmp_buf
79 uc.uc_mcontext.__gregs[_REG_R6] = jb->jb_regs[0];
80 uc.uc_mcontext.__gregs[_REG_R7] = jb->jb_regs[1];
81 uc.uc_mcontext.__gregs[_REG_R8] = jb->jb_regs[2];
82 uc.uc_mcontext.__gregs[_REG_R9] = jb->jb_regs[3];
83 uc.uc_mcontext.__gregs[_REG_R10] = jb->jb_regs[4];
84 uc.uc_mcontext.__gregs[_REG_R11] = jb->jb_regs[5];

Completed in 66 milliseconds