Home
last modified time | relevance | path

Searched refs:syscall_info (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/plugins/
H A Dsyscall.c239 for (const struct SyscallInfo *syscall_info = arch_syscall_info; in qemu_plugin_install() local
240 syscall_info->name != NULL; syscall_info++) { in qemu_plugin_install()
242 if (g_strcmp0(syscall_info->name, info->target_name) == 0) { in qemu_plugin_install()
243 write_sysno = syscall_info->write_sysno; in qemu_plugin_install()
/openbmc/linux/lib/
H A Dsyscall.c8 static int collect_syscall(struct task_struct *target, struct syscall_info *info) in collect_syscall()
69 int task_current_syscall(struct task_struct *target, struct syscall_info *info) in task_current_syscall()
/openbmc/linux/include/linux/
H A Dptrace.h15 struct syscall_info { struct
400 extern int task_current_syscall(struct task_struct *target, struct syscall_info *info);
/openbmc/linux/fs/proc/
H A Dbase.c678 struct syscall_info info; in proc_pid_syscall()