Searched refs:gregs (Results 1 - 25 of 267) sorted by relevance

1234567891011

/netbsd-current/sys/arch/usermode/usermode/
H A Dkgdb_machdep.c106 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local
108 gdb_regs[ 0] = gregs[_REG_RAX];
109 gdb_regs[ 1] = gregs[_REG_RBX];
110 gdb_regs[ 2] = gregs[_REG_RCX];
111 gdb_regs[ 3] = gregs[_REG_RDX];
112 gdb_regs[ 4] = gregs[_REG_RSI];
113 gdb_regs[ 5] = gregs[_REG_RDI];
114 gdb_regs[ 6] = gregs[_REG_RBP];
115 gdb_regs[ 7] = gregs[_REG_RSP];
116 gdb_regs[ 8] = gregs[_REG_R
162 kgdb_reg_t *gregs = regs->uc_mcontext.__gregs; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darm-nbsd-tdep.h25 int regnum, const void *gregs, size_t len);
H A Damd64-nat.h43 const void *gregs, int regnum);
50 void *gregs, int regnum);
H A Dppc-obsd-tdep.h42 const void *gregs, size_t len);
51 int regnum, void *gregs, size_t len);
H A Dsparc-sol2-nat.c71 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) argument
73 sparc_supply_gregset (&sparc_sol2_gregmap, regcache, -1, gregs);
83 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum) argument
85 sparc_collect_gregset (&sparc_sol2_gregmap, regcache, regnum, gregs);
H A Dsparc-linux-nat.c45 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) argument
47 sparc32_supply_gregset (sparc_gregmap, regcache, -1, gregs);
57 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum) argument
59 sparc32_collect_gregset (sparc_gregmap, regcache, regnum, gregs);
H A Dgregset.h50 const gdb_gregset_t *gregs);
59 gdb_gregset_t *gregs, int regno);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darm-netbsd-tdep.h25 int regnum, const void *gregs, size_t len);
H A Dppc-obsd-tdep.h42 const void *gregs, size_t len);
51 int regnum, void *gregs, size_t len);
H A Damd64-nat.h43 const void *gregs, int regnum);
50 void *gregs, int regnum);
H A Dsparc-linux-nat.c45 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) argument
47 sparc32_supply_gregset (sparc_gregmap, regcache, -1, gregs);
57 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum) argument
59 sparc32_collect_gregset (sparc_gregmap, regcache, regnum, gregs);
H A Dsparc-sol2-nat.c71 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) argument
73 sparc_supply_gregset (&sparc_sol2_gregmap, regcache, -1, gregs);
83 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum) argument
85 sparc_collect_gregset (&sparc_sol2_gregmap, regcache, regnum, gregs);
H A Darc-linux-tdep.h32 const void *gregs, size_t size);
44 int regnum, void *gregs, size_t size);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dbasep-1b.d2 #as: -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
H A Dbasep-3b.d2 #as: -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
H A Dbasep-4.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
H A Dbasep-6.d2 #as: -linker-allocated-gregs
5 # The -linker-allocated-gregs option validates omissions of GREG.
H A Derr-bpo4.s3 # Base-plus-offset without -linker-allocated-gregs.
H A Dbasep-2b.d2 #as: --no-predefined-syms -linker-allocated-gregs
5 # Check that this test isn't mistreated with -linker-allocated-gregs.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nios2/
H A Dlinux-unwind.h36 int gregs[32]; member in struct:nios2_mcontext
81 new_cfa = (_Unwind_Ptr)regs->gregs[28];
88 NIOS2_REG (i, gregs[i-1]);
91 in the gregs array. */
92 NIOS2_REG (RA_REGNO, gregs[23]);
93 NIOS2_REG (FP_REGNO, gregs[24]);
94 NIOS2_REG (GP_REGNO, gregs[25]);
95 NIOS2_REG (EA_REGNO, gregs[27]);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nios2/
H A Dlinux-unwind.h36 int gregs[32]; member in struct:nios2_mcontext
81 new_cfa = (_Unwind_Ptr)regs->gregs[28];
88 NIOS2_REG (i, gregs[i-1]);
91 in the gregs array. */
92 NIOS2_REG (RA_REGNO, gregs[23]);
93 NIOS2_REG (FP_REGNO, gregs[24]);
94 NIOS2_REG (GP_REGNO, gregs[25]);
95 NIOS2_REG (EA_REGNO, gregs[27]);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dsol2-unwind.h90 new_cfa = mctx->gregs[REG_RSP];
98 fs->regs.reg[0].loc.offset = (long)&mctx->gregs[REG_RAX] - new_cfa;
100 fs->regs.reg[1].loc.offset = (long)&mctx->gregs[REG_RDX] - new_cfa;
102 fs->regs.reg[2].loc.offset = (long)&mctx->gregs[REG_RCX] - new_cfa;
104 fs->regs.reg[3].loc.offset = (long)&mctx->gregs[REG_RBX] - new_cfa;
106 fs->regs.reg[4].loc.offset = (long)&mctx->gregs[REG_RSI] - new_cfa;
108 fs->regs.reg[5].loc.offset = (long)&mctx->gregs[REG_RDI] - new_cfa;
110 fs->regs.reg[6].loc.offset = (long)&mctx->gregs[REG_RBP] - new_cfa;
112 fs->regs.reg[8].loc.offset = (long)&mctx->gregs[REG_R8] - new_cfa;
114 fs->regs.reg[9].loc.offset = (long)&mctx->gregs[REG_R
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dsol2-unwind.h90 new_cfa = mctx->gregs[REG_RSP];
98 fs->regs.reg[0].loc.offset = (long)&mctx->gregs[REG_RAX] - new_cfa;
100 fs->regs.reg[1].loc.offset = (long)&mctx->gregs[REG_RDX] - new_cfa;
102 fs->regs.reg[2].loc.offset = (long)&mctx->gregs[REG_RCX] - new_cfa;
104 fs->regs.reg[3].loc.offset = (long)&mctx->gregs[REG_RBX] - new_cfa;
106 fs->regs.reg[4].loc.offset = (long)&mctx->gregs[REG_RSI] - new_cfa;
108 fs->regs.reg[5].loc.offset = (long)&mctx->gregs[REG_RDI] - new_cfa;
110 fs->regs.reg[6].loc.offset = (long)&mctx->gregs[REG_RBP] - new_cfa;
112 fs->regs.reg[8].loc.offset = (long)&mctx->gregs[REG_R8] - new_cfa;
114 fs->regs.reg[9].loc.offset = (long)&mctx->gregs[REG_R
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dbpo-20.d3 #as: -linker-allocated-gregs
7 # Check that many too many gregs are recognized (and not signed/unsigned
H A Dbpo-20m.d3 #as: -linker-allocated-gregs
7 # Check that many too many gregs are recognized (and not signed/unsigned

Completed in 294 milliseconds

1234567891011