| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A 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() 197 static void enable_step(struct task_struct *child, bool block) in enable_step() 212 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 217 void user_enable_block_step(struct task_struct *child) in user_enable_block_step() 222 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A 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()
|
| H A D | ptrace_64.c | 53 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg() 110 int poke_user(struct task_struct *child, long addr, long data) in poke_user() 129 unsigned long getreg(struct task_struct *child, int regno) in getreg() 170 int peek_user(struct task_struct *child, long addr, long data) in peek_user() 216 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs() 233 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs() 246 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A 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() 107 static ssize_t oneshot_count_show(struct device *child, in oneshot_count_show() 119 static ssize_t oneshot_count_store(struct device *child, in oneshot_count_store() 143 static ssize_t enable_show(struct device *child, in enable_show() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-adv.c | 74 int ptrace_get_debugreg(struct task_struct *child, unsigned long addr, in ptrace_get_debugreg() 139 static long set_instruction_bp(struct task_struct *child, in set_instruction_bp() 228 static int del_instruction_bp(struct task_struct *child, int slot) in del_instruction_bp() 283 static int set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in set_dac() 344 static int del_dac(struct task_struct *child, int slot) in del_dac() 385 static int set_dac_range(struct task_struct *child, in set_dac_range() 439 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug() 475 long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/kernel/ |
| H A D | ptrace.c | 227 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 232 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 241 void ptrace_disable(struct task_struct *child) in ptrace_disable() 246 static int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs() 252 static int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs() 258 static int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs() 264 static int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs() 270 static int ptrace_peekusr(struct task_struct *child, long regno, in ptrace_peekusr() 337 static int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr() 416 static long ptrace_gethbpregs(struct task_struct *child, long addr, in ptrace_gethbpregs() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_getfd_test.c | 98 static int child(int sk) in child() function 116 FIXTURE(child) in FIXTURE() argument 134 FIXTURE_SETUP(child) in FIXTURE_SETUP() argument 166 FIXTURE_TEARDOWN(child) in FIXTURE_TEARDOWN() argument 174 TEST_F(child, disable_ptrace) in TEST_F() argument 200 TEST_F(child, fetch_fd) in TEST_F() argument 219 TEST_F(child, test_unknown_fd) in TEST_F() argument
|
| H A D | pidfd_fdinfo_test.c | 86 struct child { struct 92 static struct child clone_newns(int (*fn)(void *), void *args, in clone_newns() argument 125 static inline void child_close(struct child *child) in child_close() 130 static inline int child_join(struct child *child, struct error *err) in child_join() 149 static inline int child_join_close(struct child *child, struct error *err) in child_join_close()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A 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() 245 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach() 587 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach() 683 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions() 701 static int ptrace_getsiginfo(struct task_struct *child, kernel_siginfo_t *info) in ptrace_getsiginfo() 717 static int ptrace_setsiginfo(struct task_struct *child, const kernel_siginfo_t *info) in ptrace_setsiginfo() 733 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo() 833 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hwif/sdio/ |
| H A D | sdio.c | 57 static void ssv6xxx_sdio_reset(struct device *child) { ; } in ssv6xxx_sdio_reset() 97 static bool ssv6xxx_is_ready (struct device *child) in ssv6xxx_is_ready() 106 static int ssv6xxx_sdio_cmd52_read(struct device *child, u32 addr, in ssv6xxx_sdio_cmd52_read() 125 static int ssv6xxx_sdio_cmd52_write(struct device *child, u32 addr, in ssv6xxx_sdio_cmd52_write() 144 static int __must_check ssv6xxx_sdio_read_reg(struct device *child, u32 addr, in ssv6xxx_sdio_read_reg() 194 static int ssv6xxx_sdio_trigger_tx_rx (struct device *child) in ssv6xxx_sdio_trigger_tx_rx() 208 static int __must_check ssv6xxx_sdio_write_reg(struct device *child, u32 addr, in ssv6xxx_sdio_write_reg() 244 static int ssv6xxx_sdio_write_sram(struct device *child, u32 addr, u8 *data, u32 size) in ssv6xxx_sdio_write_sram() 295 static int ssv6xxx_sdio_load_firmware_openfile(struct device *child, u8 *firmware_name) in ssv6xxx_sdio_load_firmware_openfile() 472 static int ssv6xxx_sdio_load_firmware_request(struct device *child ,u8 *firmware_name) in ssv6xxx_sdio_load_firmware_request() [all …]
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | list.c | 42 struct child { struct 59 xorg_list_init(&parent.children); in test_xorg_list_init() argument 72 struct child child[3]; in test_xorg_list_add() local 100 struct child child[3]; in test_xorg_list_append() local 142 struct child child[2]; in test_xorg_list_del() local 191 struct child child[3]; in test_xorg_list_for_each() local
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | enterleave.c | 232 WindowPtr ancestor, WindowPtr child, int mode, int detail) in DeviceEnterNotifies() 250 WindowPtr ancestor, WindowPtr child, int mode, int detail) in CoreEnterNotifies() 284 WindowPtr child, WindowPtr ancestor, int mode, int detail) in CoreLeaveNotifies() 329 WindowPtr child, WindowPtr ancestor, int mode, int detail) in DeviceLeaveNotifies() 372 WindowPtr child = FirstPointerChild(A); in CoreEnterLeaveNonLinear() local 416 WindowPtr child = FirstPointerChild(B); in CoreEnterLeaveNonLinear() local 453 WindowPtr child = FirstPointerChild(A); in CoreEnterLeaveToAncestor() local 526 WindowPtr child = FirstPointerChild(B); in CoreEnterLeaveToDescendant() local 853 WindowPtr child, WindowPtr ancestor, int mode, int detail) in DeviceFocusOutEvents() 870 WindowPtr ancestor, WindowPtr child, int mode, int detail) in DeviceFocusInEvents() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_group.c | 119 struct mali_group *child; in mali_group_delete() local 261 struct mali_group *child; in mali_group_activate() local 358 struct mali_group *child; in mali_group_set_active() local 400 struct mali_group *child; in mali_group_deactivate() local 592 void mali_group_add_group(struct mali_group *parent, struct mali_group *child) in mali_group_add_group() 720 void mali_group_remove_group(struct mali_group *parent, struct mali_group *child) in mali_group_remove_group() 765 struct mali_group *child = NULL; in mali_group_acquire_group() local 941 struct mali_group *child; in mali_group_start_pp_job() local 964 struct mali_group *child; in mali_group_start_pp_job() local 1070 struct mali_group *child; in mali_group_reset_mmu() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/kernel/ |
| H A D | ptrace.c | 126 static inline void singlestep_disable(struct task_struct *child) in singlestep_disable() 136 void ptrace_disable(struct task_struct *child) in ptrace_disable() 141 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 149 void user_enable_block_step(struct task_struct *child) in user_enable_block_step() 156 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 161 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_multi_dais.c | 47 struct snd_soc_dai *child; in rockchip_mdais_hw_params() local 82 struct snd_soc_dai *child; in rockchip_mdais_trigger() local 112 struct snd_soc_dai *child; in rockchip_mdais_startup() local 131 struct snd_soc_dai *child; in rockchip_mdais_shutdown() local 146 struct snd_soc_dai *child; in rockchip_mdais_prepare() local 165 struct snd_soc_dai *child; in rockchip_mdais_set_sysclk() local 182 struct snd_soc_dai *child; in rockchip_mdais_set_fmt() local 206 struct snd_soc_dai *child; in rockchip_mdais_tdm_slot() local 223 struct snd_soc_dai *child; in rockchip_mdais_dai_probe() local 277 struct snd_soc_dai *child; in mdais_runtime_suspend() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/hexagon/kernel/ |
| H A 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() 161 void ptrace_disable(struct task_struct *child) in ptrace_disable() 167 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | ptrace.c | 178 ptrace_set_bpt(struct task_struct * child) in ptrace_set_bpt() 237 ptrace_cancel_bpt(struct task_struct * child) in ptrace_cancel_bpt() 255 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 261 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 271 void ptrace_disable(struct task_struct *child) in ptrace_disable() 276 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
| /OK3568_Linux_fs/kernel/arch/nds32/kernel/ |
| H A D | ptrace.c | 59 void ptrace_disable(struct task_struct *child) in ptrace_disable() 68 long arch_ptrace(struct task_struct *child, long request, unsigned long addr, in arch_ptrace() 82 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 90 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | pnode.c | 227 struct mount *child; in propagate_one() local 339 struct mount *child; in find_topper() local 371 struct mount *m, *child, *topper; in propagate_mount_busy() local 415 struct mount *m, *child; in propagate_mount_unlock() local 445 struct mount *child; in __propagate_umount() local 484 struct mount *mnt, *child, *tmp; in umount_list() local 559 struct mount *child = __lookup_mnt(&m->mnt, in propagate_umount() local
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | ptrace.c | 149 static inline unsigned long __peek_user_per(struct task_struct *child, in __peek_user_per() 199 static unsigned long __peek_user(struct task_struct *child, addr_t addr) in __peek_user() 277 peek_user(struct task_struct *child, addr_t addr, addr_t data) in peek_user() 296 static inline void __poke_user_per(struct task_struct *child, in __poke_user_per() 325 static void fixup_int_code(struct task_struct *child, addr_t data) in fixup_int_code() 350 static int __poke_user(struct task_struct *child, addr_t addr, addr_t data) in __poke_user() 444 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() 462 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() 559 static inline __u32 __peek_user_per_compat(struct task_struct *child, in __peek_user_per_compat() 601 static u32 __peek_user_compat(struct task_struct *child, addr_t addr) in __peek_user_compat() [all …]
|