HomeSort by: relevance | last modified time | path
    Searched defs:regs (Results 1 - 25 of 608) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/libproc/dist/
proc_regs.c 50 struct reg regs; local
57 memset(&regs, 0, sizeof(regs));
58 if (ptrace(PT_GETREGS, proc_getpid(phdl), &regs, 0) < 0)
63 *regvalue = PTRACE_REG_PC(&regs);
70 *regvalue = PTRACE_REG_SP(&regs);
86 struct reg regs; local
93 if (ptrace(PT_GETREGS, proc_getpid(phdl), &regs, 0) < 0)
98 PTRACE_REG_SET_PC(&regs, regvalue);
105 PTRACE_REG_SP(&regs) = regvalue
    [all...]
  /src/lib/libc/arch/hppa/gen/
__longjmp14.c 53 __register_t *regs = (void *)(sc + 1); local
64 /* Copy callee-saved regs */
65 regs -= 3;
66 uc.uc_mcontext.__gregs[3] = regs[3];
67 uc.uc_mcontext.__gregs[4] = regs[4];
68 uc.uc_mcontext.__gregs[5] = regs[5];
69 uc.uc_mcontext.__gregs[6] = regs[6];
70 uc.uc_mcontext.__gregs[7] = regs[7];
71 uc.uc_mcontext.__gregs[8] = regs[8];
72 uc.uc_mcontext.__gregs[9] = regs[9]
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
iwmmxt-regs.c 21 read_regs (unsigned long long regs[16], unsigned long control_regs[6])
23 asm volatile ("wstrd wR0, %0" : "=m" (regs[0]));
24 asm volatile ("wstrd wR1, %0" : "=m" (regs[1]));
25 asm volatile ("wstrd wR2, %0" : "=m" (regs[2]));
26 asm volatile ("wstrd wR3, %0" : "=m" (regs[3]));
27 asm volatile ("wstrd wR4, %0" : "=m" (regs[4]));
28 asm volatile ("wstrd wR5, %0" : "=m" (regs[5]));
29 asm volatile ("wstrd wR6, %0" : "=m" (regs[6]));
30 asm volatile ("wstrd wR7, %0" : "=m" (regs[7]));
31 asm volatile ("wstrd wR8, %0" : "=m" (regs[8]))
79 unsigned long long regs[16]; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
iwmmxt-regs.c 21 read_regs (unsigned long long regs[16], unsigned long control_regs[6])
23 asm volatile ("wstrd wR0, %0" : "=m" (regs[0]));
24 asm volatile ("wstrd wR1, %0" : "=m" (regs[1]));
25 asm volatile ("wstrd wR2, %0" : "=m" (regs[2]));
26 asm volatile ("wstrd wR3, %0" : "=m" (regs[3]));
27 asm volatile ("wstrd wR4, %0" : "=m" (regs[4]));
28 asm volatile ("wstrd wR5, %0" : "=m" (regs[5]));
29 asm volatile ("wstrd wR6, %0" : "=m" (regs[6]));
30 asm volatile ("wstrd wR7, %0" : "=m" (regs[7]));
31 asm volatile ("wstrd wR8, %0" : "=m" (regs[8]))
79 unsigned long long regs[16]; local
    [all...]
  /src/lib/libc/arch/sparc/gen/
sparc_longjmp.h 45 struct __jmp_buf_regs_t regs; member in struct:__jmp_buf
  /src/sys/arch/amd64/include/
reg.h 52 long regs[_NGREG]; member in struct:reg
  /src/sys/arch/hp300/dev/
hyperreg.h 43 struct diofbreg regs; member in struct:hyboxfb
  /src/sys/arch/sun3/dev/
sevar.h 41 void *regs; /* KVA of regs. */ member in struct:sebuf_attach_args
  /src/sys/arch/usermode/include/
reg.h 36 __gregset_t regs; member in struct:reg
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
hw_ddc.h 35 const struct ddc_registers *regs; member in struct:hw_ddc
hw_generic.h 36 const struct generic_registers *regs; member in struct:hw_generic
hw_hpd.h 35 const struct hpd_registers *regs; member in struct:hw_hpd
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_registers.h 28 Registers regs; local
45 : "=m"(regs)
46 : "r"(regs.x));
47 regs.x[30] = reinterpret_cast<uintptr_t>(__builtin_return_address(0));
48 regs.x[31] = reinterpret_cast<uintptr_t>(__builtin_frame_address(0));
49 return regs;
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-bsd-nat.c 65 struct reg regs;
67 if (gdb_ptrace (PT_GETREGS, ptid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
70 amd64_supply_native_gregset (regcache, &regs, -1);
97 struct reg regs;
99 if (gdb_ptrace (PT_GETREGS, ptid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
102 amd64_collect_native_gregset (regcache, &regs, regnum);
104 if (gdb_ptrace (PT_SETREGS, ptid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
64 struct reg regs; local
96 struct reg regs; local
  /src/external/gpl3/gdb.old/dist/gdb/nat/
riscv-linux-tdesc.c 39 elf_fpregset_t regs; local
49 for (flen = sizeof (regs.__f.__f[0]); ; flen *= 2)
57 if (regset_size > sizeof (regs))
60 iov.iov_base = &regs;
  /src/external/gpl3/gdb.old/dist/sim/example-synacor/
example-synacor-sim.h 25 uint16_t regs[8]; member in struct:example_sim_cpu
  /src/external/gpl3/gdb/dist/gdb/
amd64-bsd-nat.c 65 struct reg regs;
67 if (gdb_ptrace (PT_GETREGS, ptid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
70 amd64_supply_native_gregset (regcache, &regs, -1);
97 struct reg regs;
99 if (gdb_ptrace (PT_GETREGS, ptid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
102 amd64_collect_native_gregset (regcache, &regs, regnum);
104 if (gdb_ptrace (PT_SETREGS, ptid, (PTRACE_TYPE_ARG3) &regs, 0) == -1)
64 struct reg regs; local
96 struct reg regs; local
  /src/external/gpl3/gdb/dist/gdb/nat/
riscv-linux-tdesc.c 39 elf_fpregset_t regs; local
49 for (flen = sizeof (regs.__f.__f[0]); ; flen *= 2)
57 if (regset_size > sizeof (regs))
60 iov.iov_base = &regs;
  /src/external/gpl3/gdb/dist/sim/example-synacor/
example-synacor-sim.h 25 uint16_t regs[8]; member in struct:example_sim_cpu
  /src/sys/arch/alpha/alpha/
process_machdep.c 37 * process_read_regs(proc, regs)
39 * and copy it into the regs structure (<machine/reg.h>).
42 * process_write_regs(proc, regs)
43 * Update the current register set from the passed in regs
74 process_read_regs(struct lwp *l, struct reg *regs)
78 frametoreg(lwp_frame(l), regs); local
79 regs->r_regs[R_ZERO] = lwp_frame(l)->tf_regs[FRAME_PC];
80 regs->r_regs[R_SP] = pcb->pcb_hw.apcb_usp;
85 process_write_regs(struct lwp *l, const struct reg *regs)
89 regtoframe(regs, lwp_frame(l))
    [all...]
  /src/sys/arch/arm/arm/
core_machdep.c 77 struct reg regs; member in struct:__anon999
92 error = process_read_regs(l, &cpustate.regs);
  /src/sys/arch/x86/acpi/
acpi_pdc.c 56 uint32_t regs[4]; local
96 x86_cpuid(0x00000006, regs);
98 if ((regs[2] & CPUID_DSPM_HWF) != 0)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nv04.h 13 unsigned regs:5; member in struct:nv04_fifo_ramfc
  /src/external/gpl3/gcc/dist/gcc/
resource.h 26 CLEAR_HARD_REG_SET ((RES)->regs); } while (0)
34 HARD_REG_SET regs; /* Which registers are set or needed. */ member in struct:resources
  /src/external/gpl3/gcc.old/dist/gcc/
resource.h 26 CLEAR_HARD_REG_SET ((RES)->regs); } while (0)
34 HARD_REG_SET regs; /* Which registers are set or needed. */ member in struct:resources

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>