Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 71) sorted by relevance

123

/arch/x86/kernel/
Dstep.c12 unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs) in convert_ip_to_linear()
56 static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs) in is_setting_trap_flag()
111 static int enable_single_step(struct task_struct *child) in enable_single_step()
202 static void enable_step(struct task_struct *child, bool block) in enable_step()
217 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
222 void user_enable_block_step(struct task_struct *child) in user_enable_block_step()
227 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
Dptrace.c374 static int putreg(struct task_struct *child, in putreg()
718 void ptrace_disable(struct task_struct *child) in ptrace_disable()
730 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
873 static int putreg32(struct task_struct *child, unsigned regno, u32 value) in putreg32()
971 static int getreg32(struct task_struct *child, unsigned regno, u32 *val) in getreg32()
1064 static long ia32_arch_ptrace(struct task_struct *child, compat_long_t request, in ia32_arch_ptrace()
1132 static long x32_arch_ptrace(struct task_struct *child, in x32_arch_ptrace()
1220 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
/arch/x86/um/
Dptrace_32.c76 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
125 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
144 unsigned long getreg(struct task_struct *child, int regno) in getreg()
177 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
197 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
214 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
227 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
243 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
256 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
Dptrace_64.c54 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
111 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
130 unsigned long getreg(struct task_struct *child, int regno) in getreg()
171 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
217 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
234 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
247 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
/arch/powerpc/kernel/ptrace/
Dptrace-adv.c74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg()
140 static long set_instruction_bp(struct task_struct *child, in set_instruction_bp()
229 static int del_instruction_bp(struct task_struct *child, int slot) in del_instruction_bp()
284 static int set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in set_dac()
345 static int del_dac(struct task_struct *child, int slot) in del_dac()
386 static int set_dac_range(struct task_struct *child, in set_dac_range()
440 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
476 long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug()
Dptrace-fpu.c9 int ptrace_get_fpr(struct task_struct *child, int index, unsigned long *data) in ptrace_get_fpr()
35 int ptrace_put_fpr(struct task_struct *child, int index, unsigned long data) in ptrace_put_fpr()
Dptrace-noadv.c60 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg()
193 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
268 long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug()
Dptrace.c37 void ptrace_disable(struct task_struct *child) in ptrace_disable()
43 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/arch/um/kernel/
Dptrace.c12 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
22 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
35 void ptrace_disable(struct task_struct *child) in ptrace_disable()
43 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/arch/xtensa/kernel/
Dptrace.c225 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
230 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
239 void ptrace_disable(struct task_struct *child) in ptrace_disable()
244 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs()
250 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs()
256 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs()
262 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs()
268 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr()
335 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr()
414 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs()
[all …]
/arch/m68k/kernel/
Dptrace.c127 static inline void singlestep_disable(struct task_struct *child) in singlestep_disable()
137 void ptrace_disable(struct task_struct *child) in ptrace_disable()
142 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
150 void user_enable_block_step(struct task_struct *child) in user_enable_block_step()
157 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
162 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/arch/hexagon/kernel/
Dptrace.c23 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
29 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
160 void ptrace_disable(struct task_struct *child) in ptrace_disable()
166 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/arch/alpha/kernel/
Dptrace.c179 ptrace_set_bpt(struct task_struct * child) in ptrace_set_bpt()
238 ptrace_cancel_bpt(struct task_struct * child) in ptrace_cancel_bpt()
256 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
262 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
272 void ptrace_disable(struct task_struct *child) in ptrace_disable()
277 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/arch/microblaze/kernel/
Dptrace.c77 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
166 void ptrace_disable(struct task_struct *child) in ptrace_disable()
/arch/s390/kernel/
Dptrace.c146 static inline unsigned long __peek_user_per(struct task_struct *child, in __peek_user_per()
194 static unsigned long __peek_user(struct task_struct *child, addr_t addr) in __peek_user()
271 peek_user(struct task_struct *child, addr_t addr, addr_t data) in peek_user()
290 static inline void __poke_user_per(struct task_struct *child, in __poke_user_per()
323 static int __poke_user(struct task_struct *child, addr_t addr, addr_t data) in __poke_user()
419 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user()
437 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
532 static inline __u32 __peek_user_per_compat(struct task_struct *child, in __peek_user_per_compat()
572 static u32 __peek_user_compat(struct task_struct *child, addr_t addr) in __peek_user_compat()
647 static int peek_user_compat(struct task_struct *child, in peek_user_compat()
[all …]
/arch/sh/kernel/
Dptrace_32.c110 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
119 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
129 void ptrace_disable(struct task_struct *child) in ptrace_disable()
338 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/arch/mips/kernel/
Dptrace.c63 void ptrace_disable(struct task_struct *child) in ptrace_disable()
74 int ptrace_getregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_getregs()
101 int ptrace_setregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_setregs()
125 int ptrace_get_watch_regs(struct task_struct *child, in ptrace_get_watch_regs()
165 int ptrace_set_watch_regs(struct task_struct *child, in ptrace_set_watch_regs()
349 static void ptrace_setfcr31(struct task_struct *child, u32 value) in ptrace_setfcr31()
359 int ptrace_getfpregs(struct task_struct *child, __u32 __user *data) in ptrace_getfpregs()
382 int ptrace_setfpregs(struct task_struct *child, __u32 __user *data) in ptrace_setfpregs()
1082 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
Dptrace32.c43 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
/arch/ia64/kernel/
Dptrace.c401 ia64_peek (struct task_struct *child, struct switch_stack *child_stack, in ia64_peek()
463 ia64_poke (struct task_struct *child, struct switch_stack *child_stack, in ia64_poke()
507 ia64_get_user_rbs_end (struct task_struct *child, struct pt_regs *pt, in ia64_get_user_rbs_end()
535 ia64_sync_user_rbs (struct task_struct *child, struct switch_stack *sw, in ia64_sync_user_rbs()
555 ia64_sync_kernel_rbs (struct task_struct *child, struct switch_stack *sw, in ia64_sync_kernel_rbs()
668 convert_to_non_syscall (struct task_struct *child, struct pt_regs *pt, in convert_to_non_syscall()
728 access_nat_bits (struct task_struct *child, struct pt_regs *pt, in access_nat_bits()
767 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_getregs()
911 ptrace_setregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_setregs()
1056 user_enable_single_step (struct task_struct *child) in user_enable_single_step()
[all …]
/arch/nios2/kernel/
Dptrace.c120 void ptrace_disable(struct task_struct *child) in ptrace_disable()
125 long arch_ptrace(struct task_struct *child, long request, unsigned long addr, in arch_ptrace()
/arch/x86/pci/
Di386.c235 struct pci_bus *child; in pcibios_allocate_bus_resources() local
310 struct pci_bus *child; in pcibios_allocate_resources() local
344 struct pci_bus *child; in pcibios_allocate_rom_resources() local
/arch/csky/kernel/
Dptrace.c62 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
67 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
301 void ptrace_disable(struct task_struct *child) in ptrace_disable()
306 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
/arch/openrisc/kernel/
Dptrace.c169 void ptrace_disable(struct task_struct *child) in ptrace_disable()
177 long arch_ptrace(struct task_struct *child, long request, unsigned long addr, in arch_ptrace()
/arch/riscv/kernel/
Dptrace.c293 void ptrace_disable(struct task_struct *child) in ptrace_disable()
297 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
367 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
/arch/x86/crypto/
Dghash-clmulni-intel_glue.c186 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_init() local
265 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_digest() local
276 struct crypto_ahash *child = &ctx->cryptd_tfm->base; in ghash_async_setkey() local

123