Home
last modified time | relevance | path

Searched refs:membuf (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v6.1/include/linux/
Dregset.h20 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/
Dptrace-tm.c87 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 …]
Dptrace-view.c219 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 …]
Dptrace-vsx.c22 struct membuf to) in fpr_get()
98 struct membuf to) in vsr_get()
Dptrace-novsx.c22 struct membuf to) in fpr_get()
Dptrace-spe.c26 struct membuf to) in evr_get()
Dptrace-altivec.c44 struct membuf to) in vr_get()
/Linux-v6.1/arch/loongarch/kernel/
Dptrace.c72 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/
Dptrace.c475 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/
Dregset.c71 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()
Dxstate.h44 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/
Dptrace.c841 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/
Dptrace.c212 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/
Dptrace.c34 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/
Dptrace_32.c85 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()
Dptrace_64.c248 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/
Dptrace_32.c136 struct membuf to) in genregs_get()
169 struct membuf to) in fpregs_get()
212 struct membuf to) in dspregs_get()
/Linux-v6.1/kernel/
Dregset.c24 (struct membuf){.p = p, .left = size}); in __regset_get()
/Linux-v6.1/arch/openrisc/kernel/
Dptrace.c46 struct membuf to) in genregs_get()
/Linux-v6.1/arch/arm/kernel/
Dptrace.c546 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/
Dptrace.c393 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/
Dptrace.c23 struct membuf to) in genregs_get()
/Linux-v6.1/arch/csky/kernel/
Dptrace.c79 struct membuf to) in gpr_get()
115 struct membuf to) in fpr_get()
/Linux-v6.1/arch/hexagon/kernel/
Dptrace.c38 struct membuf to) in genregs_get()
/Linux-v6.1/arch/arc/kernel/
Dptrace.c106 struct membuf to) in genregs_get()
245 struct membuf to) in arcv2regs_get()

12