| /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() 291 struct membuf to) in ppr_get() 311 struct membuf to) in dscr_get() 325 struct membuf to) in tar_get() 349 struct membuf to) in ebb_get() 404 struct membuf to) in pmu_get() 467 struct membuf to) in dexcr_get() 491 struct membuf to) in hashkeyr_get() 522 struct membuf to) in pkey_get() 702 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()
|
| A D | ptrace-decl.h | 105 struct membuf to,
|
| /arch/x86/um/ |
| A D | ptrace.c | 80 static int _um_i387_from_fxsr(struct membuf to, in _um_i387_from_fxsr() 105 struct membuf to = { in um_i387_from_fxsr() 115 struct membuf to) in fpregs_legacy_get() 170 struct membuf to) in genregs_get() 218 struct membuf to) in generic_fpregs_get()
|
| /arch/riscv/kernel/ |
| A D | ptrace.c | 38 struct membuf to) in riscv_gpr_get() 58 struct membuf to) in riscv_fpr_get() 93 struct membuf to) in riscv_vr_get() 161 struct membuf to) in tagged_addr_ctrl_get() 356 struct membuf to) in compat_riscv_gpr_get()
|
| /arch/arm64/kernel/ |
| A D | ptrace.c | 476 struct membuf to) in hw_break_get() 557 struct membuf to) in gpr_get() 605 struct membuf to) in fpr_get() 663 struct membuf to) in tls_get() 1054 struct membuf to) in za_get() 1192 struct membuf to) in zt_get() 1249 struct membuf to) in pac_mask_get() 1270 struct membuf to) in pac_enabled_keys_get() 1336 struct membuf to) in pac_address_keys_get() 1385 struct membuf to) in pac_generic_keys_get() [all …]
|
| /arch/x86/kernel/fpu/ |
| A D | regset.c | 72 struct membuf to) in xfpregs_get() 131 struct membuf to) in xstateregs_get() 188 struct membuf to) in ssp_get() 402 struct membuf to) in fpregs_get() 419 struct membuf mb = { .p = &fxsave, .left = sizeof(fxsave) }; in fpregs_get()
|
| A D | xstate.h | 45 struct membuf; 46 extern void __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate, 49 extern void copy_xstate_to_uabi_buf(struct membuf to, struct task_struct *tsk,
|
| /arch/sparc/kernel/ |
| A D | ptrace_32.c | 85 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 | 248 struct membuf to) in genregs64_get() 343 struct membuf to) in fpregs64_get() 444 struct membuf to) in getregs64_get() 534 struct membuf to) in genregs32_get() 678 struct membuf to) in fpregs32_get() 778 struct membuf to) in getregs_get() 831 struct membuf to) in getfpregs_get()
|
| /arch/loongarch/kernel/ |
| A D | ptrace.c | 77 struct membuf to) in gpr_get() 121 static int gfpr_get(struct task_struct *target, struct membuf *to) in gfpr_get() 127 static int gfpr_get_simd(struct task_struct *target, struct membuf *to) in gfpr_get_simd() 147 struct membuf to) in fpr_get() 231 struct membuf to) in cfg_get() 260 struct membuf *to, unsigned int live_sz) in copy_pad_fprs() 280 struct membuf to) in simd_get() 345 struct membuf to) in lbt_get() 673 struct membuf to) in hw_break_get()
|
| /arch/mips/kernel/ |
| A D | ptrace.c | 219 struct membuf to) in gpr32_get() 284 struct membuf to) in gpr64_get() 414 struct membuf *to) in fpr_get_fpa() 426 static void fpr_get_msa(struct task_struct *target, struct membuf *to) in fpr_get_msa() 442 struct membuf to) in fpr_get() 553 struct membuf to) in fp_mode_get() 604 struct membuf *to, in copy_pad_fprs() 624 struct membuf to) in msa_get() 702 struct membuf to) in dsp32_get() 768 struct membuf to) in dsp64_get()
|
| /arch/s390/kernel/ |
| A D | ptrace.c | 818 struct membuf to) in s390_regs_get() 867 struct membuf to) in s390_fpregs_get() 928 struct membuf to) in s390_tdb_get() 949 struct membuf to) in s390_vxrs_low_get() 989 struct membuf to) in s390_vxrs_high_get() 1018 struct membuf to) in s390_system_call_get() 1035 struct membuf to) in s390_gs_cb_get() 1089 struct membuf to) in s390_gs_bc_get() 1147 struct membuf to) in s390_runtime_instr_get() 1303 struct membuf to) in s390_compat_regs_get() [all …]
|
| /arch/openrisc/kernel/ |
| A D | ptrace.c | 50 struct membuf to) in genregs_get() 99 struct membuf to) in fpregs_get()
|
| /arch/sh/kernel/ |
| A 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()
|
| /arch/x86/um/os-Linux/ |
| A D | mcontext.c | 194 struct membuf { struct 201 struct membuf to); argument
|
| /arch/nios2/kernel/ |
| A D | ptrace.c | 23 struct membuf to) in genregs_get()
|
| /arch/arm/kernel/ |
| A D | ptrace.c | 546 struct membuf to) in gpr_get() 574 struct membuf to) in fpa_get() 613 struct membuf to) in vfp_get()
|
| /arch/parisc/kernel/ |
| A D | ptrace.c | 404 struct membuf to) in fpr_get() 521 struct membuf to) in gpr_get() 584 struct membuf to) in gpr32_get()
|
| /arch/hexagon/kernel/ |
| A D | ptrace.c | 38 struct membuf to) in genregs_get()
|
| /arch/csky/kernel/ |
| A D | ptrace.c | 79 struct membuf to) in gpr_get() 115 struct membuf to) in fpr_get()
|