Searched refs:membuf_store (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/hexagon/kernel/
H A Dptrace.c50 membuf_store(&to, regs->sa0);
51 membuf_store(&to, regs->lc0);
52 membuf_store(&to, regs->sa1);
53 membuf_store(&to, regs->lc1);
54 membuf_store(&to, regs->m0);
55 membuf_store(&to, regs->m1);
56 membuf_store(&to, regs->usr);
57 membuf_store(&to, regs->preds);
58 membuf_store(&to, regs->gp);
59 membuf_store(
[all...]
/linux-master/arch/arc/kernel/
H A Dptrace.c111 membuf_store(&to, ptregs->bta);
112 membuf_store(&to, ptregs->lp_start);
113 membuf_store(&to, ptregs->lp_end);
114 membuf_store(&to, ptregs->lp_count);
115 membuf_store(&to, ptregs->status32);
116 membuf_store(&to, ptregs->ret);
117 membuf_store(&to, ptregs->blink);
118 membuf_store(&to, ptregs->fp);
119 membuf_store(&to, ptregs->r26); // gp
120 membuf_store(
[all...]
/linux-master/arch/nios2/kernel/
H A Dptrace.c33 membuf_store(&to, regs->gp);
34 membuf_store(&to, regs->sp);
35 membuf_store(&to, regs->fp);
36 membuf_store(&to, regs->ea);
38 membuf_store(&to, regs->ra);
39 membuf_store(&to, regs->ea); /* use ea for PC */
/linux-master/arch/sparc/kernel/
H A Dptrace_32.c99 membuf_store(&to, regs->psr);
100 membuf_store(&to, regs->pc);
101 membuf_store(&to, regs->npc);
102 membuf_store(&to, regs->y);
178 membuf_store(&to, (u32)((1 << 8) | (8 << 16)));
253 membuf_store(&to, regs->psr);
254 membuf_store(&to, regs->pc);
255 membuf_store(&to, regs->npc);
256 membuf_store(&to, regs->y);
H A Dptrace_64.c264 return membuf_store(&to, (u64)regs->y);
363 membuf_store(&to, t->xfsr[0]);
364 membuf_store(&to, t->gsr[0]);
368 return membuf_store(&to, fprs);
452 membuf_store(&to, (u64)0);
454 return membuf_store(&to, (u64)regs->y);
544 membuf_store(&to, (u32)regs->u_regs[i]);
551 membuf_store(&to, (u32)tstate_to_psr(regs->tstate));
552 membuf_store(&to, (u32)(regs->tpc));
553 membuf_store(
[all...]
/linux-master/arch/openrisc/kernel/
H A Dptrace.c57 membuf_store(&to, regs->pc);
58 return membuf_store(&to, regs->sr);
102 return membuf_store(&to, regs->fpcsr);
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c230 membuf_store(&to_msr, get_user_msr(target));
232 membuf_store(&to_softe, 0x1ul);
477 membuf_store(&to, (u64)lower_32_bits(DEXCR_INIT));
483 return membuf_store(&to, (u64)lower_32_bits(mfspr(SPRN_HDEXCR_RO)));
501 return membuf_store(&to, target->thread.hashkeyr);
533 membuf_store(&to, target->thread.regs->amr);
534 membuf_store(&to, target->thread.regs->iamr);
535 return membuf_store(&to, default_uamor);
712 membuf_store(&to, (u32)regs[i]);
713 membuf_store(
[all...]
H A Dptrace-tm.c106 membuf_store(&to_msr, get_user_ckpt_msr(target));
108 membuf_store(&to_softe, 0x1ul);
/linux-master/include/linux/
H A Dregset.h62 #define membuf_store(s, v) \ macro
/linux-master/arch/arm64/kernel/
H A Dptrace.c497 membuf_store(&to, addr);
498 membuf_store(&to, ctrl);
669 ret = membuf_store(&to, target->thread.uw.tp_value);
671 ret = membuf_store(&to, target->thread.tpidr2_el0);
709 return membuf_store(&to, target->thread.uw.fpmr);
737 return membuf_store(&to, task_pt_regs(target)->syscallno);
1666 membuf_store(&to, compat_get_user_reg(target, i++));
1754 return membuf_store(&to, fpscr);
1792 return membuf_store(&to, (compat_ulong_t)target->thread.uw.tp_value);
/linux-master/arch/loongarch/kernel/
H A Dptrace.c273 membuf_store(to, fill);
692 membuf_store(&to, addr);
693 membuf_store(&to, mask);
694 membuf_store(&to, ctrl);
/linux-master/arch/s390/kernel/
H A Dptrace.c822 membuf_store(&to, __peek_user(target, pos));
912 return membuf_store(&to, target->thread.last_break);
1017 return membuf_store(&to, target->thread.system_call);
1308 membuf_store(&to, __peek_user_compat(target, n));
1357 membuf_store(&to, *gprs_high);
1400 return membuf_store(&to, (unsigned long)last_break);
/linux-master/arch/parisc/kernel/
H A Dptrace.c527 membuf_store(&to, get_reg(regs, pos));
590 membuf_store(&to, (compat_ulong_t)get_reg(regs, pos));
/linux-master/arch/riscv/kernel/
H A Dptrace.c63 membuf_store(&to, fstate->fcsr);
/linux-master/arch/mips/kernel/
H A Dptrace.c432 membuf_store(to, get_fpr64(&target->thread.fpu.fpr[i], 0));
555 return membuf_store(&to, (int)mips_get_process_fp_mode(target));
618 membuf_store(to, fill);
/linux-master/arch/x86/kernel/
H A Dptrace.c439 membuf_store(&to, getreg(target, reg * sizeof(unsigned long)));
1031 membuf_store(&to, val);
/linux-master/arch/arm/kernel/
H A Dptrace.c623 return membuf_store(&to, vfp->fpscr);

Completed in 857 milliseconds