suse man page for user_regset_set_fn

Query: user_regset_set_fn

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

USER_REGSET_SET_FN(9)						   Machine State					     USER_REGSET_SET_FN(9)

NAME
user_regset_set_fn - type of set function in struct user_regset
SYNOPSIS
typedef int user_regset_set_fn(struct task_struct * target, const struct user_regset * regset, unsigned int pos, unsigned int count, const void * kbuf, const void __user * ubuf);
ARGUMENTS
target thread being examined regset regset being examined pos offset into the regset data to access, in bytes count amount of data to copy, in bytes kbuf if not NULL, a kernel-space pointer to copy from ubuf if kbuf is NULL, a user-space pointer to copy from
DESCRIPTION
Store register values. Return 0 on success; -EIO or -ENODEV are usual failure returns. The pos and count values are in bytes, but must be properly aligned. If kbuf is non-null, that buffer is used and ubuf is ignored. If kbuf is NULL, then ubuf gives a userland pointer to access directly, and an -EFAULT return value is possible. Kernel Hackers Manual 2.6. July 2010 USER_REGSET_SET_FN(9)
Related Man Pages
task_current_syscall(9) - suse
struct_user_regset(9) - suse
utrace_prepare_examine(9) - suse
ustat(2) - mojave
ustat(2) - posix
Similar Topics in the Unix Linux Community
Cut command on RHEL 6.8 compatibility issues
Tar Command
A (ksh) Library For and From UNIX.com
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB