/Linux-v5.4/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 60 int start_trace(pid_t child) in start_trace() 77 int stop_trace(pid_t child) in stop_trace() 89 int cont_trace(pid_t child) in cont_trace() 101 int ptrace_read_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_read_regs() 121 long ptrace_write_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_write_regs() 140 int show_tar_registers(pid_t child, unsigned long *out) in show_tar_registers() 185 int write_tar_registers(pid_t child, unsigned long tar, in write_tar_registers() 229 int show_tm_checkpointed_state(pid_t child, unsigned long *out) in show_tm_checkpointed_state() 276 int write_ckpt_tar_registers(pid_t child, unsigned long tar, in write_ckpt_tar_registers() 321 int show_fpr(pid_t child, unsigned long *fpr) in show_fpr() [all …]
|
/Linux-v5.4/arch/x86/kernel/ |
D | step.c | 12 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() 198 static void enable_step(struct task_struct *child, bool block) in enable_step() 213 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 218 void user_enable_block_step(struct task_struct *child) in user_enable_block_step() 223 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
|
/Linux-v5.4/arch/x86/um/ |
D | ptrace_32.c | 75 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg() 124 int poke_user(struct task_struct *child, long addr, long data) in poke_user() 143 unsigned long getreg(struct task_struct *child, int regno) in getreg() 176 int peek_user(struct task_struct *child, long addr, long data) in peek_user() 196 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs() 213 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs() 226 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs() 242 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs() 255 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
|
D | ptrace_64.c | 53 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg() 118 int poke_user(struct task_struct *child, long addr, long data) in poke_user() 137 unsigned long getreg(struct task_struct *child, int regno) in getreg() 181 int peek_user(struct task_struct *child, long addr, long data) in peek_user() 227 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs() 244 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs() 257 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
|
/Linux-v5.4/drivers/pwm/ |
D | sysfs.c | 18 struct device child; member 24 static struct pwm_export *child_to_pwm_export(struct device *child) in child_to_pwm_export() 29 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device() 36 static ssize_t period_show(struct device *child, in period_show() 48 static ssize_t period_store(struct device *child, in period_store() 71 static ssize_t duty_cycle_show(struct device *child, in duty_cycle_show() 83 static ssize_t duty_cycle_store(struct device *child, in duty_cycle_store() 106 static ssize_t enable_show(struct device *child, in enable_show() 118 static ssize_t enable_store(struct device *child, in enable_store() 154 static ssize_t polarity_show(struct device *child, in polarity_show() [all …]
|
/Linux-v5.4/arch/xtensa/kernel/ |
D | ptrace.c | 226 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 231 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 240 void ptrace_disable(struct task_struct *child) in ptrace_disable() 245 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs() 251 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs() 257 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs() 263 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs() 269 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr() 336 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr() 415 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs() [all …]
|
/Linux-v5.4/kernel/ |
D | ptrace.c | 67 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent, in __ptrace_link() 82 static void ptrace_link(struct task_struct *child, struct task_struct *new_parent) in ptrace_link() 115 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink() 229 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach() 544 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach() 640 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions() 669 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info) in ptrace_getsiginfo() 685 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info) in ptrace_setsiginfo() 701 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo() 801 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume() [all …]
|
/Linux-v5.4/arch/m68k/kernel/ |
D | ptrace.c | 127 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()
|
/Linux-v5.4/tools/testing/selftests/cgroup/ |
D | test_core.c | 107 char *grandparent = NULL, *parent = NULL, *child = NULL; in test_cgcore_invalid_domain() local 159 char *parent = NULL, *child = NULL; in test_cgcore_parent_becomes_threaded() local 198 char *parent = NULL, *child = NULL; in test_cgcore_no_internal_process_constraint_on_threads() local 250 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_enable() local 285 char *parent = NULL, *child = NULL; in test_cgcore_top_down_constraint_disable() local 326 char *parent = NULL, *child = NULL; in test_cgcore_internal_process_constraint() local
|
/Linux-v5.4/arch/s390/numa/ |
D | toptree.c | 76 struct toptree *child, *tmp; in toptree_free() local 102 struct toptree *child; in toptree_update_mask() local 143 struct toptree *child, *tmp; in toptree_move_children() local 159 struct toptree *child, *tmp, *cand_copy; in toptree_unify() local 238 struct toptree *child; in toptree_get_child() local 259 struct toptree *child, *tmp; in toptree_first() local
|
/Linux-v5.4/arch/um/kernel/ |
D | ptrace.c | 13 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 23 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 36 void ptrace_disable(struct task_struct *child) in ptrace_disable() 44 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
D | spi.c | 90 static void wl12xx_spi_reset(struct device *child) in wl12xx_spi_reset() 118 static void wl12xx_spi_init(struct device *child) in wl12xx_spi_init() 196 static int wl12xx_spi_read_busy(struct device *child) in wl12xx_spi_read_busy() 231 static int __must_check wl12xx_spi_raw_read(struct device *child, int addr, in wl12xx_spi_raw_read() 298 static int __wl12xx_spi_raw_write(struct device *child, int addr, in __wl12xx_spi_raw_write() 353 static int __must_check wl12xx_spi_raw_write(struct device *child, int addr, in wl12xx_spi_raw_write() 373 static int wl12xx_spi_set_power(struct device *child, bool enable) in wl12xx_spi_set_power() 401 static void wl12xx_spi_set_block_size(struct device *child, in wl12xx_spi_set_block_size()
|
/Linux-v5.4/drivers/pci/ |
D | remove.c | 68 struct pci_dev *child, *tmp; in pci_stop_bus_device() local 88 struct pci_dev *child, *tmp; in pci_remove_bus_device() local 131 struct pci_dev *child, *tmp; in pci_stop_root_bus() local 149 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
|
/Linux-v5.4/drivers/firmware/efi/ |
D | dev-path-parser.c | 35 struct device *parent, struct device **child) in parse_acpi_path() 73 struct device *parent, struct device **child) in parse_pci_path() 109 struct device *parent, struct device **child) in parse_end_path() 162 struct device *parent = NULL, *child; in efi_get_device_by_path() local
|
/Linux-v5.4/arch/alpha/kernel/ |
D | ptrace.c | 179 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()
|
/Linux-v5.4/arch/hexagon/kernel/ |
D | ptrace.c | 23 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() 181 void ptrace_disable(struct task_struct *child) in ptrace_disable() 187 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/Linux-v5.4/arch/nds32/kernel/ |
D | ptrace.c | 60 void ptrace_disable(struct task_struct *child) in ptrace_disable() 69 long arch_ptrace(struct task_struct *child, long request, unsigned long addr, in arch_ptrace() 83 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 91 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
|
/Linux-v5.4/fs/ |
D | pnode.c | 227 struct mount *child; in propagate_one() local 340 struct mount *child; in find_topper() local 372 struct mount *m, *child, *topper; in propagate_mount_busy() local 416 struct mount *m, *child; in propagate_mount_unlock() local 446 struct mount *child; in __propagate_umount() local 485 struct mount *mnt, *child, *tmp; in umount_list() local 560 struct mount *child = __lookup_mnt(&m->mnt, in propagate_umount() local
|
/Linux-v5.4/tools/perf/arch/x86/tests/ |
D | bp-modify.c | 32 int child = fork(); in spawn_child() local 61 pid_t child; in bp_modify1() local 138 pid_t child; in bp_modify2() local
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_bios.c | 452 const struct child_device_config *child; in parse_sdvo_device_mapping() local 1420 const struct child_device_config *child, in parse_ddi_port() 1573 const struct child_device_config *child; in parse_ddi_ports() local 1594 const struct child_device_config *child; in parse_general_definitions() local 1931 const struct child_device_config *child; in intel_bios_is_tv_present() local 1973 const struct child_device_config *child; in intel_bios_is_lvds_present() local 2022 const struct child_device_config *child; in intel_bios_is_port_present() local 2072 const struct child_device_config *child; in intel_bios_is_port_edp() local 2100 static bool child_dev_is_dp_dual_mode(const struct child_device_config *child, in child_dev_is_dp_dual_mode() 2138 const struct child_device_config *child; in intel_bios_is_port_dp_dual_mode() local [all …]
|
/Linux-v5.4/crypto/ |
D | simd.c | 54 struct crypto_skcipher *child = &ctx->cryptd_tfm->base; in simd_skcipher_setkey() local 71 struct crypto_skcipher *child; in simd_skcipher_encrypt() local 92 struct crypto_skcipher *child; in simd_skcipher_decrypt() local 297 struct crypto_aead *child = &ctx->cryptd_tfm->base; in simd_aead_setkey() local 312 struct crypto_aead *child = &ctx->cryptd_tfm->base; in simd_aead_setauthsize() local 322 struct crypto_aead *child; in simd_aead_encrypt() local 343 struct crypto_aead *child; in simd_aead_decrypt() local
|
/Linux-v5.4/arch/h8300/kernel/ |
D | ptrace_h.c | 18 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 162 static unsigned short *decode(struct task_struct *child, in decode() 212 static unsigned short *nextpc(struct task_struct *child, unsigned short *pc) in nextpc() 239 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
|
D | ptrace_s.c | 21 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 31 void user_enable_single_step(struct task_struct *child) in user_enable_single_step()
|
/Linux-v5.4/arch/s390/kernel/ |
D | ptrace.c | 151 static inline unsigned long __peek_user_per(struct task_struct *child, in __peek_user_per() 201 static unsigned long __peek_user(struct task_struct *child, addr_t addr) in __peek_user() 279 peek_user(struct task_struct *child, addr_t addr, addr_t data) in peek_user() 298 static inline void __poke_user_per(struct task_struct *child, in __poke_user_per() 333 static int __poke_user(struct task_struct *child, addr_t addr, addr_t data) in __poke_user() 421 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() 439 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() 536 static inline __u32 __peek_user_per_compat(struct task_struct *child, in __peek_user_per_compat() 578 static u32 __peek_user_compat(struct task_struct *child, addr_t addr) in __peek_user_compat() 654 static int peek_user_compat(struct task_struct *child, in peek_user_compat() [all …]
|
/Linux-v5.4/drivers/of/ |
D | of_mdio.c | 46 struct device_node *child, u32 addr) in of_mdiobus_register_phy() 104 struct device_node *child, u32 addr) in of_mdiobus_register_device() 165 static bool of_mdiobus_child_is_phy(struct device_node *child) in of_mdiobus_child_is_phy() 201 struct device_node *child; in of_mdiobus_register() local
|