HomeSort by relevance Sort by last modified time
    Searched refs:regs (Results 1 - 25 of 3001) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libunwind/src/aarch64/
gen-offsets.c 30 SC ("R0", regs[0]);
31 SC ("R1", regs[1]);
32 SC ("R2", regs[2]);
33 SC ("R3", regs[3]);
34 SC ("R4", regs[4]);
35 SC ("R5", regs[5]);
36 SC ("R6", regs[6]);
37 SC ("R7", regs[7]);
38 SC ("R8", regs[8]);
39 SC ("R9", regs[9])
    [all...]
Gresume.c 43 unsigned long regs[11]; local
44 regs[0] = uc->uc_mcontext.regs[19];
45 regs[1] = uc->uc_mcontext.regs[20];
46 regs[2] = uc->uc_mcontext.regs[21];
47 regs[3] = uc->uc_mcontext.regs[22];
48 regs[4] = uc->uc_mcontext.regs[23]
    [all...]
  /external/strace/linux/avr32/
userent.h 1 { uoff(regs.sr), "sr" },
2 { uoff(regs.pc), "pc" },
3 { uoff(regs.lr), "lr" },
4 { uoff(regs.sp), "sp" },
5 { uoff(regs.r12), "r12" },
6 { uoff(regs.r11), "r11" },
7 { uoff(regs.r10), "r10" },
8 { uoff(regs.r9), "r9" },
9 { uoff(regs.r8), "r8" },
10 { uoff(regs.r7), "r7" }
    [all...]
  /external/syslinux/core/
debug.c 4 void pm_debug_msg(com32sys_t *regs)
6 (void)regs; /* For the non-DEBUG configuration */
8 dprintf("%s\n", MK_PTR(0, regs->eax.w[0]));
  /external/strace/linux/arm/
userent.h 1 { uoff(regs.ARM_r0), "r0" },
2 { uoff(regs.ARM_r1), "r1" },
3 { uoff(regs.ARM_r2), "r2" },
4 { uoff(regs.ARM_r3), "r3" },
5 { uoff(regs.ARM_r4), "r4" },
6 { uoff(regs.ARM_r5), "r5" },
7 { uoff(regs.ARM_r6), "r6" },
8 { uoff(regs.ARM_r7), "r7" },
9 { uoff(regs.ARM_r8), "r8" },
10 { uoff(regs.ARM_r9), "r9" }
    [all...]
  /external/strace/linux/sh64/
userent.h 152 XLAT_UOFF(regs), variable
  /external/strace/linux/nios2/
get_syscall_args.c 5 tcp->u_arg[0] = nios2_regs.regs[4];
6 tcp->u_arg[1] = nios2_regs.regs[5];
7 tcp->u_arg[2] = nios2_regs.regs[6];
8 tcp->u_arg[3] = nios2_regs.regs[7];
9 tcp->u_arg[4] = nios2_regs.regs[8];
10 tcp->u_arg[5] = nios2_regs.regs[9];
get_error.c 11 if (nios2_regs.regs[7]) {
13 tcp->u_error = nios2_regs.regs[2];
15 tcp->u_rval = nios2_regs.regs[2];
arch_regs.c 2 unsigned int *const nios2_sp_ptr = &nios2_regs.regs[PTR_SP];
4 #define ARCH_PC_REG nios2_regs.regs[PTR_EA]
get_scno.c 5 tcp->scno = nios2_regs.regs[2];
set_error.c 4 nios2_regs.regs[7] = 1;
5 nios2_regs.regs[2] = -tcp->u_error;
12 nios2_regs.regs[7] = 0;
13 nios2_regs.regs[2] = tcp->u_rval;
  /external/strace/linux/tile/
get_syscall_args.c 5 tcp->u_arg[0] = tile_regs.regs[0];
6 tcp->u_arg[1] = tile_regs.regs[1];
7 tcp->u_arg[2] = tile_regs.regs[2];
8 tcp->u_arg[3] = tile_regs.regs[3];
9 tcp->u_arg[4] = tile_regs.regs[4];
10 tcp->u_arg[5] = tile_regs.regs[5];
get_error.c 12 if (check_errno && is_negated_errno(tile_regs.regs[0])) {
14 tcp->u_error = -tile_regs.regs[0];
16 tcp->u_rval = tile_regs.regs[0];
  /external/libunwind/src/arm/
Gresume.c 47 unsigned long regs[10]; local
48 regs[0] = uc->regs[4];
49 regs[1] = uc->regs[5];
50 regs[2] = uc->regs[6];
51 regs[3] = uc->regs[7];
52 regs[4] = uc->regs[8]
    [all...]
  /external/syslinux/memdisk/
dskprobe.c 43 static void probe_any(uint8_t func, uint8_t drive, com32sys_t * regs)
45 regs->eax.b[1] = func; /* AH == sub-function for probe */
46 regs->edx.b[0] = drive; /* DL == drive number to probe */
47 intcall(0x13, regs, regs);
74 com32sys_t regs; local
76 memset(&regs, 0, sizeof regs);
77 probe_any(0x01, drive, &regs);
78 status = (regs.eflags.l & 1) * 256 + regs.eax.b[1]
179 com32sys_t regs; local
    [all...]
msetup.c 44 com32sys_t regs; local
46 memset(&regs, 0, sizeof regs);
50 regs.eax.l = 0x0000e820;
51 regs.ecx.l = sizeof(*buf);
52 regs.edx.l = 0x534d4150;
53 regs.edi.w[0] = OFFS(buf);
54 regs.es = SEG(buf);
56 intcall(0x15, &regs, &regs);
76 com32sys_t regs; local
87 com32sys_t regs; local
112 com32sys_t regs; local
    [all...]
  /system/core/libunwindstack/include/unwindstack/
RegsGetLocal.h 36 inline __always_inline void RegsGetLocal(Regs* regs) {
37 void* reg_data = regs->RawData();
58 inline __always_inline void RegsGetLocal(Regs* regs) {
59 void* reg_data = regs->RawData();
88 extern "C" void AsmGetRegs(void* regs);
90 inline void RegsGetLocal(Regs* regs) {
91 AsmGetRegs(regs->RawData())
    [all...]
UserArm.h 35 uint32_t regs[18]; member in struct:unwindstack::arm_user_regs
  /prebuilts/go/darwin-x86/src/runtime/
signal_linux_arm64.go 19 func (c *sigctxt) regs() *sigcontext { return &(*ucontext)(c.ctxt).uc_mcontext } func
21 func (c *sigctxt) r0() uint64 { return c.regs().regs[0] }
22 func (c *sigctxt) r1() uint64 { return c.regs().regs[1] }
23 func (c *sigctxt) r2() uint64 { return c.regs().regs[2] }
24 func (c *sigctxt) r3() uint64 { return c.regs().regs[3] }
25 func (c *sigctxt) r4() uint64 { return c.regs().regs[4]
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
signal_linux_arm64.go 19 func (c *sigctxt) regs() *sigcontext { return &(*ucontext)(c.ctxt).uc_mcontext } func
21 func (c *sigctxt) r0() uint64 { return c.regs().regs[0] }
22 func (c *sigctxt) r1() uint64 { return c.regs().regs[1] }
23 func (c *sigctxt) r2() uint64 { return c.regs().regs[2] }
24 func (c *sigctxt) r3() uint64 { return c.regs().regs[3] }
25 func (c *sigctxt) r4() uint64 { return c.regs().regs[4]
    [all...]
  /external/strace/linux/aarch64/
get_syscall_args.c 11 tcp->u_arg[0] = aarch64_regs.regs[0];
12 tcp->u_arg[1] = aarch64_regs.regs[1];
13 tcp->u_arg[2] = aarch64_regs.regs[2];
14 tcp->u_arg[3] = aarch64_regs.regs[3];
15 tcp->u_arg[4] = aarch64_regs.regs[4];
16 tcp->u_arg[5] = aarch64_regs.regs[5];
  /external/syslinux/gpxe/src/arch/i386/core/
dumpregs.c 18 ix86->regs.eax, ix86->regs.ebx, ix86->regs.ecx,
19 ix86->regs.edx, ix86->regs.esi, ix86->regs.edi,
20 ix86->regs.ebp, ix86->regs.esp,
  /external/valgrind/none/tests/amd64/
redundantRexW.c 39 void pp_XMMRegs ( char* who, XMMRegs* regs ) {
44 pp_UWord128( &regs->reg[i] );
78 void setup_regs_mem ( XMMRegs* regs, Mem* mem ) {
83 regs->reg[i].b[j] = 0x51 + (ctr++ % 7);
91 void before_test ( XMMRegs* regs, Mem* mem ) {
92 setup_regs_mem( regs, mem );
95 void after_test ( char* who, XMMRegs* regs, Mem* mem ) {
100 xor_XMMRegs( regs, &rdiff );
151 before_test( regs, mem );
159 : /*out*/ : /*in*/ "r"(regs), "r"( -x + (char*)&mem->dqw[2]
169 XMMRegs* regs; local
    [all...]
  /system/core/libunwindstack/tests/
RegsStepIfSignalHandlerTest.cpp 56 RegsArm regs; local
57 regs[ARM_REG_PC] = 0x5000;
58 regs[ARM_REG_SP] = addr;
66 ASSERT_TRUE(regs.StepIfSignalHandler(0x5000, elf_.get(), &process_memory_));
67 EXPECT_EQ(0x100U, regs[ARM_REG_SP]);
68 EXPECT_EQ(0x120U, regs[ARM_REG_PC]);
69 EXPECT_EQ(0x100U, regs.sp());
70 EXPECT_EQ(0x120U, regs.pc());
86 RegsArm regs; local
87 regs[ARM_REG_PC] = 0x5000
116 RegsArm64 regs; local
135 RegsX86 regs; local
158 RegsX86 regs; local
186 RegsX86_64 regs; local
206 RegsMips regs; local
225 RegsMips regs; local
244 RegsMips64 regs; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
ptrace_syscall.c 53 * Helper to invoke int80 with controlled regs and capture the final regs.
75 * controlled regs and capture the final regs. This is so nasty that it
152 printf("[FAIL]\tgetpid() failed to preserve regs\n");
155 printf("[OK]\tgetpid() preserves regs\n");
167 printf("[FAIL]\tkill(getpid(), SIGUSR1) failed to preserve regs\n");
170 printf("[OK]\tkill(getpid(), SIGUSR1) preserves regs\n");
199 struct user_regs_struct regs; local
206 if (ptrace(PTRACE_GETREGS, chld, 0, &regs) != 0
318 struct user_regs_struct regs; local
    [all...]

Completed in 227 milliseconds

1 2 3 4 5 6 7 8 91011>>