| /linux/include/linux/ |
| A D | regset.h | 20 struct membuf { struct 25 static inline int membuf_zero(struct membuf *s, size_t size) in membuf_zero() argument 37 static inline int membuf_write(struct membuf *s, const void *v, size_t size) in membuf_write() 49 static inline struct membuf membuf_at(const struct membuf *s, size_t offs) in membuf_at() 51 struct membuf n = *s; in membuf_at() 64 struct membuf *__s = (s); \ 99 struct membuf to);
|
| /linux/arch/powerpc/kernel/ptrace/ |
| A D | ptrace-tm.c | 87 struct membuf to) in tm_cgpr_get() 89 struct membuf to_msr = membuf_at(&to, offsetof(struct pt_regs, msr)); in tm_cgpr_get() 91 struct membuf to_softe = membuf_at(&to, offsetof(struct pt_regs, softe)); in tm_cgpr_get() 230 struct membuf to) in tm_cfpr_get() 343 struct membuf to) in tm_cvmx_get() 470 struct membuf to) in tm_cvsx_get() 575 struct membuf to) in tm_spr_get() 665 struct membuf to) in tm_tar_get() 706 struct membuf to) in tm_ppr_get() 746 struct membuf to) in tm_dscr_get() [all …]
|
| A D | ptrace-view.c | 219 struct membuf to) in gpr_get() 221 struct membuf to_msr = membuf_at(&to, offsetof(struct pt_regs, msr)); in gpr_get() 223 struct membuf to_softe = membuf_at(&to, offsetof(struct pt_regs, softe)); in gpr_get() 291 struct membuf to) in ppr_get() 305 struct membuf to) in dscr_get() 319 struct membuf to) in tar_get() 343 struct membuf to) in ebb_get() 398 struct membuf to) in pmu_get() 463 struct membuf to) in pkey_get() 631 struct membuf to, unsigned long *regs) in gpr32_get_common() [all …]
|
| A D | ptrace-vsx.c | 22 struct membuf to) in fpr_get() 98 struct membuf to) in vsr_get()
|
| A D | ptrace-novsx.c | 22 struct membuf to) in fpr_get()
|
| A D | ptrace-spe.c | 26 struct membuf to) in evr_get()
|
| A D | ptrace-altivec.c | 44 struct membuf to) in vr_get()
|
| /linux/arch/arm64/kernel/ |
| A D | ptrace.c | 476 struct membuf to) in hw_break_get() 562 struct membuf to) in gpr_get() 610 struct membuf to) in fpr_get() 668 struct membuf to) in tls_get() 744 struct membuf to) in sve_get() 898 struct membuf to) in pac_mask_get() 919 struct membuf to) in pac_enabled_keys_get() 985 struct membuf to) in pac_address_keys_get() 1034 struct membuf to) in pac_generic_keys_get() 1074 struct membuf to) in tagged_addr_ctrl_get() [all …]
|
| /linux/arch/x86/kernel/fpu/ |
| A D | regset.c | 71 struct membuf to) in xfpregs_get() 131 struct membuf to) in xstateregs_get() 321 struct membuf to) in fpregs_get() 338 struct membuf mb = { .p = &fxsave, .left = sizeof(fxsave) }; in fpregs_get()
|
| A D | xstate.h | 35 struct membuf; 36 extern void __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate, 38 extern void copy_xstate_to_uabi_buf(struct membuf to, struct task_struct *tsk,
|
| /linux/arch/s390/kernel/ |
| A D | ptrace.c | 854 struct membuf to) in s390_regs_get() 903 struct membuf to) in s390_fpregs_get() 975 struct membuf to) in s390_tdb_get() 996 struct membuf to) in s390_vxrs_low_get() 1036 struct membuf to) in s390_vxrs_high_get() 1065 struct membuf to) in s390_system_call_get() 1082 struct membuf to) in s390_gs_cb_get() 1136 struct membuf to) in s390_gs_bc_get() 1194 struct membuf to) in s390_runtime_instr_get() 1350 struct membuf to) in s390_compat_regs_get() [all …]
|
| /linux/arch/mips/kernel/ |
| A D | ptrace.c | 213 struct membuf to) in gpr32_get() 278 struct membuf to) in gpr64_get() 408 struct membuf *to) in fpr_get_fpa() 420 static void fpr_get_msa(struct task_struct *target, struct membuf *to) in fpr_get_msa() 436 struct membuf to) in fpr_get() 546 struct membuf to) in fp_mode_get() 597 struct membuf *to, in copy_pad_fprs() 617 struct membuf to) in msa_get() 695 struct membuf to) in dsp32_get() 761 struct membuf to) in dsp64_get()
|
| /linux/arch/sparc/kernel/ |
| A D | ptrace_32.c | 86 struct membuf to) in genregs32_get() 168 struct membuf to) in fpregs32_get() 246 struct membuf to) in getregs_get() 289 struct membuf to) in getfpregs_get()
|
| A D | ptrace_64.c | 249 struct membuf to) in genregs64_get() 344 struct membuf to) in fpregs64_get() 445 struct membuf to) in getregs64_get() 537 struct membuf to) in genregs32_get() 680 struct membuf to) in fpregs32_get() 780 struct membuf to) in getregs_get() 833 struct membuf to) in getfpregs_get()
|
| /linux/arch/riscv/kernel/ |
| A D | ptrace.c | 34 struct membuf to) in riscv_gpr_get() 56 struct membuf to) in riscv_fpr_get()
|
| /linux/arch/sh/kernel/ |
| A D | ptrace_32.c | 137 struct membuf to) in genregs_get() 170 struct membuf to) in fpregs_get() 213 struct membuf to) in dspregs_get()
|
| /linux/kernel/ |
| A D | regset.c | 24 (struct membuf){.p = p, .left = size}); in __regset_get()
|
| /linux/arch/arc/kernel/ |
| A D | ptrace.c | 21 struct membuf to) in genregs_get() 160 struct membuf to) in arcv2regs_get()
|
| /linux/arch/nds32/kernel/ |
| A D | ptrace.c | 16 struct membuf to) in gpr_get()
|
| /linux/arch/openrisc/kernel/ |
| A D | ptrace.c | 47 struct membuf to) in genregs_get()
|
| /linux/arch/arm/kernel/ |
| A D | ptrace.c | 547 struct membuf to) in gpr_get() 575 struct membuf to) in fpa_get() 616 struct membuf to) in vfp_get()
|
| /linux/arch/parisc/kernel/ |
| A D | ptrace.c | 394 struct membuf to) in fpr_get() 510 struct membuf to) in gpr_get() 572 struct membuf to) in gpr32_get()
|
| /linux/arch/csky/kernel/ |
| A D | ptrace.c | 80 struct membuf to) in gpr_get() 116 struct membuf to) in fpr_get()
|
| /linux/arch/nios2/kernel/ |
| A D | ptrace.c | 24 struct membuf to) in genregs_get()
|
| /linux/arch/h8300/kernel/ |
| A D | ptrace.c | 90 struct membuf to) in regs_get()
|