Home
last modified time | relevance | path

Searched refs:greg_t (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
H A Ducontext.h5 typedef int greg_t; typedef
7 typedef greg_t gregset_t[NGREG];
/openbmc/linux/tools/testing/selftests/x86/
H A Dsigreturn.c320 static greg_t *ssptr(ucontext_t *ctx) in ssptr()
325 static greg_t *csptr(ucontext_t *ctx) in csptr()
487 greg_t asm_ss = ctx->uc_mcontext.gregs[REG_CX]; in sigtrap()
614 greg_t req = requested_regs[i], res = resulting_regs[i]; in test_valid_sigreturn()
/openbmc/qemu/tests/tcg/m68k/
H A Dtrap.c13 static greg_t expect_mc_pc;
/openbmc/linux/arch/m68k/kernel/
H A Dsignal.c713 greg_t __user *gregs = uc->uc_mcontext.gregs; in rt_restore_ucontext()
833 greg_t __user *gregs = uc->uc_mcontext.gregs; in rt_setup_ucontext()