Home
last modified time | relevance | path

Searched refs:__gregs (Results 1 – 10 of 10) sorted by relevance

/trueos/lib/libc/mips/gen/
HDlongjmp.c71 uc.uc_mcontext.__gregs[_R_V0] = val; in __longjmp14()
74 uc.uc_mcontext.__gregs[_REG_S0] = sc->sc_regs[_R_S0]; in __longjmp14()
75 uc.uc_mcontext.__gregs[_REG_S1] = sc->sc_regs[_R_S1]; in __longjmp14()
76 uc.uc_mcontext.__gregs[_REG_S2] = sc->sc_regs[_R_S2]; in __longjmp14()
77 uc.uc_mcontext.__gregs[_REG_S3] = sc->sc_regs[_R_S3]; in __longjmp14()
78 uc.uc_mcontext.__gregs[_REG_S4] = sc->sc_regs[_R_S4]; in __longjmp14()
79 uc.uc_mcontext.__gregs[_REG_S5] = sc->sc_regs[_R_S5]; in __longjmp14()
80 uc.uc_mcontext.__gregs[_REG_S6] = sc->sc_regs[_R_S6]; in __longjmp14()
81 uc.uc_mcontext.__gregs[_REG_S7] = sc->sc_regs[_R_S7]; in __longjmp14()
82 uc.uc_mcontext.__gregs[_REG_S8] = sc->sc_regs[_R_S8]; in __longjmp14()
[all …]
/trueos/contrib/netbsd-tests/lib/libc/sys/
HDt_lwp_create.c128 uc->uc_mcontext.__gregs[_REG_PS] &= ~ALPHA_PSL_USERMODE;
131 uc->uc_mcontext.__gregs[_REG_PS] |= ALPHA_PSL_IPL_HIGH;
136 uc->uc_mcontext.__gregs[_REG_RFLAGS] |= PSL_MBZ;
143 uc->uc_mcontext.__gregs[_REG_RIP] = VM_MAXUSER_ADDRESS;
148 uc->uc_mcontext.__gregs[_REG_PC] |= 0x1f /*PSR_SYS32_MODE*/;
149 uc->uc_mcontext.__gregs[_REG_CPSR] |= 0x03 /*R15_MODE_SVC*/;
154 uc->uc_mcontext.__gregs[_REG_PSW] |= PSW_MBZ;
157 uc->uc_mcontext.__gregs[_REG_PSW] &= ~PSW_MBS;
162 uc->uc_mcontext.__gregs[_REG_EFL] |= PSL_IOPL;
165 uc->uc_mcontext.__gregs[_REG_CS] &= ~SEL_RPL;
[all …]
/trueos/sys/arm/include/
HDucontext.h86 __gregset_t __gregs; member
102 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
103 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
104 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_R0])
/trueos/lib/libthread_db/arch/arm/
HDlibpthread_md.c40 __greg_t *gr = mc->__gregs; in pt_reg_to_ucontext()
66 const __greg_t *gr = mc->__gregs; in pt_ucontext_to_reg()
/trueos/lib/libc/arm/gen/
HDsignalcontext.c52 __greg_t *gr = ucp->uc_mcontext.__gregs; in __signalcontext()
HDmakecontext.c61 __greg_t *gr = ucp->uc_mcontext.__gregs; in __makecontext()
/trueos/contrib/gdb/gdb/
HDgdb_thread_db.h398 prgregset_t __gregs);
412 prgregset_t __gregs);
/trueos/contrib/netbsd-tests/lib/libc/gen/
HDt_siginfo.c91 for (i = 0; i < __arraycount(ctx->uc_mcontext.__gregs); i++) in sig_debug()
93 (long)ctx->uc_mcontext.__gregs[i]); in sig_debug()
/trueos/sys/arm/arm/
HDmachdep.c668 __greg_t *gr = mcp->__gregs; in get_mcontext()
704 const __greg_t *gr = mcp->__gregs; in set_mcontext()
748 spsr = uc.uc_mcontext.__gregs[_REG_CPSR];
/trueos/contrib/binutils/bfd/
HDelf.c8422 memcpy (lwpstat.pr_context.uc_mcontext.__gregs, in elfcore_write_lwpstatus()
8423 gregs, sizeof (lwpstat.pr_context.uc_mcontext.__gregs)); in elfcore_write_lwpstatus()