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

/linux-master/arch/m68k/include/asm/
H A Ducontext.h5 typedef int greg_t; typedef
7 typedef greg_t gregset_t[NGREG];
/linux-master/tools/testing/selftests/x86/
H A Dsigreturn.c320 static greg_t *ssptr(ucontext_t *ctx)
325 static greg_t *csptr(ucontext_t *ctx)
487 greg_t asm_ss = ctx->uc_mcontext.gregs[REG_CX];
614 greg_t req = requested_regs[i], res = resulting_regs[i];
/linux-master/arch/m68k/kernel/
H A Dsignal.c715 greg_t __user *gregs = uc->uc_mcontext.gregs;
835 greg_t __user *gregs = uc->uc_mcontext.gregs;

Completed in 126 milliseconds