Searched refs:gprs (Results 1 – 18 of 18) sorted by relevance
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-s390x-linux.c | 147 sigregs->regs.gprs[0] = tst->arch.vex.guest_r0; in save_sigregs() 148 sigregs->regs.gprs[1] = tst->arch.vex.guest_r1; in save_sigregs() 149 sigregs->regs.gprs[2] = tst->arch.vex.guest_r2; in save_sigregs() 150 sigregs->regs.gprs[3] = tst->arch.vex.guest_r3; in save_sigregs() 151 sigregs->regs.gprs[4] = tst->arch.vex.guest_r4; in save_sigregs() 152 sigregs->regs.gprs[5] = tst->arch.vex.guest_r5; in save_sigregs() 153 sigregs->regs.gprs[6] = tst->arch.vex.guest_r6; in save_sigregs() 154 sigregs->regs.gprs[7] = tst->arch.vex.guest_r7; in save_sigregs() 155 sigregs->regs.gprs[8] = tst->arch.vex.guest_r8; in save_sigregs() 156 sigregs->regs.gprs[9] = tst->arch.vex.guest_r9; in save_sigregs() [all …]
|
/external/strace/linux/s390/ |
D | get_syscall_args.c | 2 tcp->u_arg[1] = s390_regset.gprs[3]; 3 tcp->u_arg[2] = s390_regset.gprs[4]; 4 tcp->u_arg[3] = s390_regset.gprs[5]; 5 tcp->u_arg[4] = s390_regset.gprs[6]; 6 tcp->u_arg[5] = s390_regset.gprs[7];
|
D | get_error.c | 1 if (check_errno && is_negated_errno(s390_regset.gprs[2])) { 3 tcp->u_error = -s390_regset.gprs[2]; 5 tcp->u_rval = s390_regset.gprs[2];
|
D | get_scno.c | 1 scno = s390_regset.gprs[2];
|
D | arch_regs.c | 3 unsigned long *const s390_frame_ptr = &s390_regset.gprs[15];
|
/external/elfutils/src/backends/ |
D | s390_unwind.c | 90 Dwarf_Word gprs[16]; in s390_unwind() local 93 if (! readfunc (sigreg_ptr, &gprs[i], arg)) in s390_unwind() 127 Dwarf_Word val_low = gprs[i]; in s390_unwind() 129 gprs[i] = val; in s390_unwind() 133 if (! setfunc (0, 16, gprs, arg)) in s390_unwind()
|
D | ppc_initreg.c | 95 const size_t gprs = sizeof (user_regs.r.gpr) / sizeof (*user_regs.r.gpr); in ppc_set_initial_registers_tid() 96 Dwarf_Word dwarf_regs[gprs]; in ppc_set_initial_registers_tid() 97 for (unsigned gpr = 0; gpr < gprs; gpr++) in ppc_set_initial_registers_tid() 99 if (! setfunc (0, gprs, dwarf_regs, arg)) in ppc_set_initial_registers_tid()
|
D | s390_initreg.c | 64 dwarf_regs[u] = user_regs.regs.gprs[u]; in s390_set_initial_registers_tid()
|
/external/valgrind/coregrind/ |
D | m_debugger.c | 294 regs.gprs[0] = vex->guest_r0; in ptrace_setregs() 295 regs.gprs[1] = vex->guest_r1; in ptrace_setregs() 296 regs.gprs[2] = vex->guest_r2; in ptrace_setregs() 297 regs.gprs[3] = vex->guest_r3; in ptrace_setregs() 298 regs.gprs[4] = vex->guest_r4; in ptrace_setregs() 299 regs.gprs[5] = vex->guest_r5; in ptrace_setregs() 300 regs.gprs[6] = vex->guest_r6; in ptrace_setregs() 301 regs.gprs[7] = vex->guest_r7; in ptrace_setregs() 302 regs.gprs[8] = vex->guest_r8; in ptrace_setregs() 303 regs.gprs[9] = vex->guest_r9; in ptrace_setregs() [all …]
|
D | vgdb-invoker-ptrace.c | 868 sp = user_mod.regs.gprs[15]; in invoker_invoke_gdbserver() 1051 user_mod.regs.gprs[2] = check; in invoker_invoke_gdbserver() 1053 user_mod.regs.gprs[14] = bad_return; in invoker_invoke_gdbserver() 1056 user_mod.regs.gprs[15] = sp; in invoker_invoke_gdbserver()
|
D | m_signals.c | 519 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.regs.gprs[15]) 520 # define VG_UCONTEXT_FRAME_PTR(uc) ((uc)->uc_mcontext.regs.gprs[11]) 522 VG_(mk_SysRes_s390x_linux)((uc)->uc_mcontext.regs.gprs[2]) 523 # define VG_UCONTEXT_LINK_REG(uc) ((uc)->uc_mcontext.regs.gprs[14]) 527 (srP)->r_sp = (ULong)((uc)->uc_mcontext.regs.gprs[15]); \ 528 (srP)->misc.S390X.r_fp = (uc)->uc_mcontext.regs.gprs[11]; \ 529 (srP)->misc.S390X.r_lr = (uc)->uc_mcontext.regs.gprs[14]; \
|
/external/ltrace/sysdeps/linux-gnu/s390/ |
D | fetch.c | 79 ctx->regs.gprs[2] = ctx->regs.orig_gpr2; in fetch_register_banks() 154 value_set_word(valuep, ctx->regs.gprs[regno]); in copy_gpr() 193 u.a = ctx->regs.gprs[ctx->greg++]; in allocate_gpr_pair() 194 u.b = ctx->regs.gprs[ctx->greg++]; in allocate_gpr_pair()
|
/external/valgrind/include/vki/ |
D | vki-s390x-linux.h | 113 unsigned long gprs[__VKI_NUM_GPRS]; member 679 unsigned long gprs[VKI_NUM_GPRS]; member 775 unsigned long gprs[VKI_NUM_GPRS]; member
|
/external/clang/lib/Headers/ |
D | htmintrin.h | 160 unsigned long long gprs[16]; /* 128 */ member
|
/external/sepolicy/ |
D | property_contexts | 6 net.gprs u:object_r:net_radio_prop:s0
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 285 __u64 gprs[32]; member
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 380 # define DO(n) regs->gprs[n] = arch->vex.guest_r##n in fill_prstatus()
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 385 If it gets a class back, which it will in this case (the gprs), it grabs a free
|