Lines Matching refs:__gregs
44 ucp->uc_mcontext.__gregs[LARCH_REG_RA] = (uintptr_t) 0; in __makecontext()
45 ucp->uc_mcontext.__gregs[LARCH_REG_S0] = (uintptr_t) 0; in __makecontext()
46 ucp->uc_mcontext.__gregs[LARCH_REG_S1] = (uintptr_t) func; in __makecontext()
47 ucp->uc_mcontext.__gregs[LARCH_REG_S2] = (uintptr_t) ucp->uc_link; in __makecontext()
48 ucp->uc_mcontext.__gregs[LARCH_REG_SP] = (uintptr_t) sp; in __makecontext()
52 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 0] = (uintptr_t) a0; in __makecontext()
53 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 1] = (uintptr_t) a1; in __makecontext()
54 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 2] = (uintptr_t) a2; in __makecontext()
55 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 3] = (uintptr_t) a3; in __makecontext()
56 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 4] = (uintptr_t) a4; in __makecontext()
65 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + i] = va_arg (vl, unsigned long int); in __makecontext()
72 ucp->uc_mcontext.__gregs[LARCH_REG_SP] = (uintptr_t) sp; in __makecontext()