/Linux-v6.1/include/linux/ |
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-v6.1/arch/powerpc/kernel/ptrace/ |
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 …]
|
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 …]
|
D | ptrace-vsx.c | 22 struct membuf to) in fpr_get() 98 struct membuf to) in vsr_get()
|
D | ptrace-novsx.c | 22 struct membuf to) in fpr_get()
|
D | ptrace-spe.c | 26 struct membuf to) in evr_get()
|
D | ptrace-altivec.c | 44 struct membuf to) in vr_get()
|
/Linux-v6.1/arch/loongarch/kernel/ |
D | ptrace.c | 72 struct membuf to) in gpr_get() 116 static int gfpr_get(struct task_struct *target, struct membuf *to) in gfpr_get() 122 static int gfpr_get_simd(struct task_struct *target, struct membuf *to) in gfpr_get_simd() 142 struct membuf to) in fpr_get() 224 struct membuf to) in cfg_get()
|
/Linux-v6.1/arch/arm64/kernel/ |
D | ptrace.c | 475 struct membuf to) in hw_break_get() 561 struct membuf to) in gpr_get() 597 struct membuf to) in __fpr_get() 609 struct membuf to) in fpr_get() 667 struct membuf to) in tls_get() 707 struct membuf to) in system_call_get() 788 struct membuf to, in sve_get_common() 840 struct membuf to) in sve_get() 995 struct membuf to) in ssve_get() 1017 struct membuf to) in za_get() [all …]
|
/Linux-v6.1/arch/x86/kernel/fpu/ |
D | regset.c | 71 struct membuf to) in xfpregs_get() 130 struct membuf to) in xstateregs_get() 320 struct membuf to) in fpregs_get() 337 struct membuf mb = { .p = &fxsave, .left = sizeof(fxsave) }; in fpregs_get()
|
D | xstate.h | 44 struct membuf; 45 extern void __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate, 47 extern void copy_xstate_to_uabi_buf(struct membuf to, struct task_struct *tsk,
|
/Linux-v6.1/arch/s390/kernel/ |
D | ptrace.c | 841 struct membuf to) in s390_regs_get() 890 struct membuf to) in s390_fpregs_get() 947 struct membuf to) in s390_last_break_get() 962 struct membuf to) in s390_tdb_get() 983 struct membuf to) in s390_vxrs_low_get() 1023 struct membuf to) in s390_vxrs_high_get() 1052 struct membuf to) in s390_system_call_get() 1069 struct membuf to) in s390_gs_cb_get() 1123 struct membuf to) in s390_gs_bc_get() 1181 struct membuf to) in s390_runtime_instr_get() [all …]
|
/Linux-v6.1/arch/mips/kernel/ |
D | ptrace.c | 212 struct membuf to) in gpr32_get() 277 struct membuf to) in gpr64_get() 407 struct membuf *to) in fpr_get_fpa() 419 static void fpr_get_msa(struct task_struct *target, struct membuf *to) in fpr_get_msa() 435 struct membuf to) in fpr_get() 545 struct membuf to) in fp_mode_get() 596 struct membuf *to, in copy_pad_fprs() 616 struct membuf to) in msa_get() 694 struct membuf to) in dsp32_get() 760 struct membuf to) in dsp64_get()
|
/Linux-v6.1/arch/riscv/kernel/ |
D | ptrace.c | 34 struct membuf to) in riscv_gpr_get() 54 struct membuf to) in riscv_fpr_get() 275 struct membuf to) in compat_riscv_gpr_get()
|
/Linux-v6.1/arch/sparc/kernel/ |
D | ptrace_32.c | 85 struct membuf to) in genregs32_get() 167 struct membuf to) in fpregs32_get() 245 struct membuf to) in getregs_get() 288 struct membuf to) in getfpregs_get()
|
D | ptrace_64.c | 248 struct membuf to) in genregs64_get() 343 struct membuf to) in fpregs64_get() 444 struct membuf to) in getregs64_get() 536 struct membuf to) in genregs32_get() 679 struct membuf to) in fpregs32_get() 779 struct membuf to) in getregs_get() 832 struct membuf to) in getfpregs_get()
|
/Linux-v6.1/arch/sh/kernel/ |
D | ptrace_32.c | 136 struct membuf to) in genregs_get() 169 struct membuf to) in fpregs_get() 212 struct membuf to) in dspregs_get()
|
/Linux-v6.1/kernel/ |
D | regset.c | 24 (struct membuf){.p = p, .left = size}); in __regset_get()
|
/Linux-v6.1/arch/openrisc/kernel/ |
D | ptrace.c | 46 struct membuf to) in genregs_get()
|
/Linux-v6.1/arch/arm/kernel/ |
D | ptrace.c | 546 struct membuf to) in gpr_get() 574 struct membuf to) in fpa_get() 615 struct membuf to) in vfp_get()
|
/Linux-v6.1/arch/parisc/kernel/ |
D | ptrace.c | 393 struct membuf to) in fpr_get() 509 struct membuf to) in gpr_get() 571 struct membuf to) in gpr32_get()
|
/Linux-v6.1/arch/nios2/kernel/ |
D | ptrace.c | 23 struct membuf to) in genregs_get()
|
/Linux-v6.1/arch/csky/kernel/ |
D | ptrace.c | 79 struct membuf to) in gpr_get() 115 struct membuf to) in fpr_get()
|
/Linux-v6.1/arch/hexagon/kernel/ |
D | ptrace.c | 38 struct membuf to) in genregs_get()
|
/Linux-v6.1/arch/arc/kernel/ |
D | ptrace.c | 106 struct membuf to) in genregs_get() 245 struct membuf to) in arcv2regs_get()
|