Home
last modified time | relevance | path

Searched refs:__gprs (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dmakecontext.c57 ucp->uc_mcontext.__gprs[14] = (uintptr_t) ucp->uc_link; in __makecontext()
59 ucp->uc_mcontext.__gprs[9] = (uintptr_t) &__startcontext; in __makecontext()
61 ucp->uc_mcontext.__gprs[2] = (uintptr_t) 0; in __makecontext()
63 ucp->uc_mcontext.__gprs[11] = (uintptr_t) func; in __makecontext()
65 ucp->uc_mcontext.__gprs[1] = (uintptr_t) sp; in __makecontext()
70 ucp->uc_mcontext.__gprs[i + 3] = va_arg (ap, unsigned long int); in __makecontext()
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/sys/
Ducontext.h38 unsigned long int __gprs[__NGREG]; member