Searched refs:membuf (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/include/linux/
H A Dregset.h20 struct membuf { struct
25 static inline int membuf_zero(struct membuf *s, size_t size)
37 static inline int membuf_write(struct membuf *s, const void *v, size_t size)
49 static inline struct membuf membuf_at(const struct membuf *s, size_t offs)
51 struct membuf n = *s;
64 struct membuf *__s = (s); \
99 struct membuf to);
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-novsx.c22 struct membuf to)
H A Dptrace-vsx.c22 struct membuf to)
98 struct membuf to)
H A Dptrace-tm.c87 struct membuf to)
89 struct membuf to_msr = membuf_at(&to, offsetof(struct pt_regs, msr));
91 struct membuf to_softe = membuf_at(&to, offsetof(struct pt_regs, softe));
230 struct membuf to)
343 struct membuf to)
470 struct membuf to)
575 struct membuf to)
665 struct membuf to)
706 struct membuf to)
746 struct membuf t
[all...]
H A Dptrace-altivec.c44 struct membuf to)
H A Dptrace-spe.c26 struct membuf to)
H A Dptrace-view.c219 struct membuf to)
221 struct membuf to_msr = membuf_at(&to, offsetof(struct pt_regs, msr));
223 struct membuf to_softe = membuf_at(&to, offsetof(struct pt_regs, softe));
291 struct membuf to)
311 struct membuf to)
325 struct membuf to)
349 struct membuf to)
404 struct membuf to)
467 struct membuf to)
496 struct membuf t
[all...]
/linux-master/kernel/
H A Dregset.c24 (struct membuf){.p = p, .left = size});
/linux-master/arch/openrisc/kernel/
H A Dptrace.c50 struct membuf to)
98 struct membuf to)
/linux-master/arch/riscv/kernel/
H A Dptrace.c35 struct membuf to)
55 struct membuf to)
90 struct membuf to)
100 * copying them to membuf.
314 struct membuf to)
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.h44 struct membuf;
45 extern void __copy_xstate_to_uabi_buf(struct membuf to, struct fpstate *fpstate,
48 extern void copy_xstate_to_uabi_buf(struct membuf to, struct task_struct *tsk,
H A Dregset.c72 struct membuf to)
131 struct membuf to)
188 struct membuf to)
401 struct membuf to)
418 struct membuf mb = { .p = &fxsave, .left = sizeof(fxsave) };
/linux-master/arch/arm64/kernel/
H A Dptrace.c475 struct membuf to)
556 struct membuf to)
592 struct membuf to)
604 struct membuf to)
662 struct membuf to)
701 struct membuf to)
735 struct membuf to)
813 struct membuf to,
865 struct membuf to)
1028 struct membuf t
[all...]
/linux-master/arch/sparc/kernel/
H A Dptrace_32.c85 struct membuf to)
168 struct membuf to)
246 struct membuf to)
289 struct membuf to)
H A Dptrace_64.c248 struct membuf to)
343 struct membuf to)
444 struct membuf to)
534 struct membuf to)
678 struct membuf to)
778 struct membuf to)
831 struct membuf to)
/linux-master/arch/loongarch/kernel/
H A Dptrace.c77 struct membuf to)
121 static int gfpr_get(struct task_struct *target, struct membuf *to)
127 static int gfpr_get_simd(struct task_struct *target, struct membuf *to)
147 struct membuf to)
231 struct membuf to)
260 struct membuf *to, unsigned int live_sz)
280 struct membuf to)
345 struct membuf to)
663 struct membuf to)
/linux-master/arch/mips/kernel/
H A Dptrace.c219 struct membuf to)
284 struct membuf to)
414 struct membuf *to)
426 static void fpr_get_msa(struct task_struct *target, struct membuf *to)
442 struct membuf to)
553 struct membuf to)
604 struct membuf *to,
624 struct membuf to)
702 struct membuf to)
768 struct membuf t
[all...]
/linux-master/arch/s390/kernel/
H A Dptrace.c815 struct membuf to)
864 struct membuf to)
910 struct membuf to)
925 struct membuf to)
946 struct membuf to)
986 struct membuf to)
1015 struct membuf to)
1032 struct membuf to)
1086 struct membuf to)
1144 struct membuf t
[all...]
/linux-master/arch/sh/kernel/
H A Dptrace_32.c136 struct membuf to)
169 struct membuf to)
212 struct membuf to)
/linux-master/arch/nios2/kernel/
H A Dptrace.c23 struct membuf to)
/linux-master/arch/hexagon/kernel/
H A Dptrace.c38 struct membuf to)
/linux-master/arch/parisc/kernel/
H A Dptrace.c404 struct membuf to)
521 struct membuf to)
584 struct membuf to)
/linux-master/arch/arm/kernel/
H A Dptrace.c546 struct membuf to)
574 struct membuf to)
613 struct membuf to)
/linux-master/arch/csky/kernel/
H A Dptrace.c79 struct membuf to)
115 struct membuf to)
/linux-master/arch/arc/kernel/
H A Dptrace.c104 struct membuf to)
243 struct membuf to)

Completed in 266 milliseconds

12