Searched defs:stack32_t (Results 1 - 2 of 2) sorted by relevance

/arch/mips/kernel/
H A Dsignal_n32.c59 } stack32_t; typedef in typeref:struct:sigaltstack32
64 stack32_t uc_stack;
129 /* The ucontext contains a stack32_t, so we must convert! */
H A Dsignal32.c69 } stack32_t; typedef in typeref:struct:sigaltstack32
74 stack32_t uc_stack;
371 const stack32_t __user *uss = (const stack32_t __user *) regs.regs[4];
372 stack32_t __user *uoss = (stack32_t __user *) regs.regs[5];
531 /* The ucontext contains a stack32_t, so we must convert! */

Completed in 306 milliseconds